Click or drag to resize

NgaDigitalTerrainElevationData Constructor

Overload List
  NameDescription
Public methodNgaDigitalTerrainElevationData(FileStreamFactory)
Initializes a new instance with the specified file stream factory for a DMED file.
Public methodNgaDigitalTerrainElevationData(String)
Initializes a new instance using the specified DMED filename.
Public methodNgaDigitalTerrainElevationData(FileStreamFactory, TerrainCacheGroup)
Initializes a new instance with the specified file stream factory for a DMED file.
Public methodNgaDigitalTerrainElevationData(String, TerrainCacheGroup)
Initializes a new instance using the specified DMED filename.
Public methodNgaDigitalTerrainElevationData(String, Int32, Int32, Int32, Int32)
Initializes a new instance with the specified information. If a DMED file is available for this data set, the constructor taking that file should be used instead.
Public methodNgaDigitalTerrainElevationData(String, Int32, Int32, Int32, Int32, TerrainCacheGroup)
Initializes a new instance with the specified information. If a DMED file is available for this data set, the constructor taking that file should be used instead.
Top
See Also