Class Index | File Index

Classes


Class WCSElevationLayer


Extends RasterLayer.
Create a layer for elevation data using WCS protocol. The only supported format is right now image/x-aaigrid. It is an ASCII format that is easily parsed in Javascript.
Defined in: WCSElevationLayer.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
getUrl(tile)
Get an url for the given tile
 
Parse a elevation response
Methods borrowed from class BaseLayer:
opacity, visible
Class Detail
WCSElevationLayer(options)
Parameters:
options
Configuration properties for the WCSElevationLayer. See RasterLayer for base properties :
  • baseUrl : the base Url to access the WCS server
  • coverage : the name of the coverage to use (WCS parameter)
  • crs : the coordinate reference system to use (WCS parameter)
  • version : 2.0.x or 1.0.x is supported
Method Detail
getUrl(tile)
Get an url for the given tile
Parameters:
tile

parseElevations(text)
Parse a elevation response
Parameters:
text

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Mar 21 2013 10:38:11 GMT+0100 (CET)