public class Wcs201ElevationCoverage extends TiledElevationCoverage
TiledElevationCoverage.TileFactory
Constructor and Description |
---|
Wcs201ElevationCoverage(Sector sector,
int numLevels,
java.lang.String serviceAddress,
java.lang.String coverage)
Constructs a Web Coverage Service (WCS) elevation coverage with specified WCS configuration values.
|
Wcs201ElevationCoverage(java.lang.String serviceAddress,
java.lang.String coverage)
Attempts to construct a Web Coverage Service (WCS) elevation coverage with the provided service address and
coverage id.
|
getTileFactory, getTileMatrixSet, retrievalFailed, retrievalRejected, retrievalSucceeded, setTileFactory, setTileMatrixSet
getDisplayName, getHeightGrid, getHeightLimits, getTimestamp, getUserProperty, hasUserProperty, isEnabled, putUserProperty, removeUserProperty, setDisplayName, setEnabled
public Wcs201ElevationCoverage(Sector sector, int numLevels, java.lang.String serviceAddress, java.lang.String coverage)
sector
- the coverage's geographic bounding sectornumLevels
- the number of levels of elevations to generate, beginning with 2-by-4 geographic grid of
90-degree tiles containing 256x256 elevation pixelsserviceAddress
- the WCS service addresscoverage
- the WCS coverage namejava.lang.IllegalArgumentException
- If any argument is null or if the number of levels is less than 0public Wcs201ElevationCoverage(java.lang.String serviceAddress, java.lang.String coverage)
serviceAddress
- the WCS service addresscoverage
- the WCS coverage namejava.lang.IllegalArgumentException
- If any argument is null