Class: EarthRestElevationCoverage

EarthRestElevationCoverage(serverAddress, pathToData, displayName)

Represents an Earth elevation coverage spanning the globe and using a REST interface to retrieve the elevations from the server. See LevelRowColumnUrlBuilder for a description of the REST interface.

Constructor

new EarthRestElevationCoverage(serverAddress, pathToData, displayName)

Constructs an elevation coverage for Earth using a REST interface to retrieve the elevations from the server.
Parameters:
Name Type Description
serverAddress String The server address of the tile service. May be null, in which case the current origin is used (see window.location.
pathToData String The path to the data directory relative to the specified server address. May be null, in which case the server address is assumed to be the full path to the data directory.
displayName String The display name to associate with this elevation coverage.
Source: