Package gov.nasa.worldwind.globe
Class BasicElevationCoverage
- java.lang.Object
-
- gov.nasa.worldwind.globe.AbstractElevationCoverage
-
- gov.nasa.worldwind.globe.TiledElevationCoverage
-
- gov.nasa.worldwind.globe.BasicElevationCoverage
-
- All Implemented Interfaces:
ElevationCoverage
,Retriever.Callback<ImageSource,java.lang.Void,java.nio.ShortBuffer>
public class BasicElevationCoverage extends TiledElevationCoverage
Displays NASA's global elevation coverage at 10m resolution within the continental United States, 30m resolution in all other continents, and 900m resolution on the ocean floor, all from an OGC Web Map Service (WMS). By default, BasicElevationCoverage is configured to retrieve elevation coverage from the WMS at https://wms.worldwind.earth/elev.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class gov.nasa.worldwind.globe.TiledElevationCoverage
TiledElevationCoverage.TileFactory
-
-
Constructor Summary
Constructors Constructor Description BasicElevationCoverage()
Constructs a global elevation coverage with the WMS at https://wms.worldwind.earth/elev.BasicElevationCoverage(java.lang.String serviceAddress)
Constructs a global elevation coverage with the WMS at a specified address.
-
Method Summary
-
Methods inherited from class gov.nasa.worldwind.globe.TiledElevationCoverage
getTileFactory, getTileMatrixSet, retrievalFailed, retrievalRejected, retrievalSucceeded, setTileFactory, setTileMatrixSet
-
Methods inherited from class gov.nasa.worldwind.globe.AbstractElevationCoverage
getDisplayName, getHeightGrid, getHeightLimits, getTimestamp, getUserProperty, hasUserProperty, isEnabled, putUserProperty, removeUserProperty, setDisplayName, setEnabled
-
-
-
-
Constructor Detail
-
BasicElevationCoverage
public BasicElevationCoverage()
Constructs a global elevation coverage with the WMS at https://wms.worldwind.earth/elev.
-
BasicElevationCoverage
public BasicElevationCoverage(java.lang.String serviceAddress)
Constructs a global elevation coverage with the WMS at a specified address.- Parameters:
serviceAddress
- a URL string specifying the WMS address- Throws:
java.lang.IllegalArgumentException
- If the service address is null
-
-