Constructor
new UsgsNedHiElevationCoverage()
    Constructs an Earth elevation coverage using USGS NED data.
    
    Extends
Members
(readonly) coverageSector :Sector
    The sector this coverage spans.
    Type:
- Inherited From:
- Source:
(readonly) levels :LevelSet
    The LevelSet dividing this coverage's geographic domain into a multi-resolution, hierarchical
collection of tiles.
    Type:
- LevelSet
- Inherited From:
- Source:
maxElevation :Number
    This coverage's maximum elevation in meters.
    Type:
- Number
- Inherited From:
- Source:
minElevation :Number
    This coverage's minimum elevation in meters.
    Type:
- Number
- Inherited From:
- Default Value:
- 0
 
- Source:
pixelIsPoint :Boolean
    Indicates whether the data associated with this coverage is point data. A value of false
indicates that the data is area data (pixel is area).
    Type:
- Boolean
- Inherited From:
- Default Value:
- true
 
- Source:
(readonly) retrievalImageFormat :String
    The mime type to use when retrieving elevations.
    Type:
- String
- Inherited From:
- Source:
retrievalQueueSize :Number
    Controls how many concurrent tile requests are allowed for this coverage.
    Type:
- Number
- Inherited From:
- Default Value:
- WorldWind.configuration.coverageRetrievalQueueSize
 
- Source: