UsgsDigitalElevationModel Properties |
The UsgsDigitalElevationModel type exposes the following members.
Name | Description | |
---|---|---|
BoundingExtent |
Gets or sets the smallest rectangular extent that bounds the terrain provided by this terrain provider.
The returned extent's edges are expressed in radians.
(Inherited from TerrainProvider.) | |
BoundingExtentNativeUnits |
Gets or sets the smallest rectangular extent that bounds the terrain provided by this terrain provider.
The returned extent's edges are expressed in the native units of the terrain provider.
(Inherited from TerrainProvider.) | |
Cache |
Gets the cache for this terrain provider.
(Inherited from RasterTerrainProvider.) | |
DefaultInterpolator |
Gets or sets the default interpolator to use to interpolate heights
when a specific interpolator is not specified in the call to GetHeight(Double, Double)
or GetHeightNativeUnits(Double, Double).
(Inherited from RasterTerrainProvider.) | |
DeltaLatitude |
Gets or sets the distance between each post in the latitude direction, in radians.
(Inherited from RasterTerrainProvider.) | |
DeltaLatitudeNativeUnits |
Gets or sets the distance between each post in the latitude direction, in the native units of the provider.
(Inherited from RasterTerrainProvider.) | |
DeltaLongitude |
Gets or sets the distance between each post in the longitude direction, in radians.
(Inherited from RasterTerrainProvider.) | |
DeltaLongitudeNativeUnits |
Gets or sets the distance between each post in the longitude direction, in the native units of the provider.
(Inherited from RasterTerrainProvider.) | |
EasternPostOffsetNativeUnits |
Gets or sets the longitude offset (from the east) of the eastern-most post in the terrain provider.
(Inherited from RasterTerrainProvider.) | |
HeightReference |
Gets or sets an enumeration indicating whether the heights returned by the GetHeight(Double, Double) method
are relative to the Shape or to the ReferenceSurface.
(Inherited from TerrainProvider.) | |
LatitudePosts |
Gets or sets the number of posts in the latitude direction.
(Inherited from RasterTerrainProvider.) | |
LongitudePosts |
Gets or sets the number of posts in the longitude direction.
(Inherited from RasterTerrainProvider.) | |
MinimumSampleSpacing |
Gets the smallest distance between the successive height samples of the terrain data, in radians.
If the return value is 0.0, then the minimum sample spacing is unknown.
(Inherited from RasterTerrainProvider.) | |
NativeToMeters |
Gets or sets the value to multiply a height in the native units of the terrain provider
to convert it to meters.
(Inherited from TerrainProvider.) | |
NeedsSpecialCoordinateProcessing |
Gets or sets a value indicating whether or not special processing of longitude and latitude coordinates
is required by this terrain provider. If this value is ,
GetHeightNativeUnits(Double, Double, RasterTerrainInterpolator) will call ProcessCoordinates(Double, Double)
before using the coordinates to load sets of posts or interpolate heights.
(Inherited from RasterTerrainProvider.) | |
NorthernPostOffsetNativeUnits |
Gets or sets the latitude offset (from the north) of the northern-most post in the terrain provider.
(Inherited from RasterTerrainProvider.) | |
RadiansToNative |
Gets or sets the value to multiply an angle in radians by in order to convert it to the
internal units of the terrain provider.
(Inherited from TerrainProvider.) | |
ReferenceSurface |
Gets or sets the reference surface.
The GetHeight(Double, Double) method returns heights relative to this reference surface.
If this property is , the heights are relative to the surface of the Shape ellipsoid instead.
(Inherited from TerrainProvider.) | |
Shape |
Gets or sets the shape on which the longitude and latitude are defined.
If ReferenceSurface is ,
the heights returned by GetHeight(Double, Double) are relative to this ellipsoid as well.
(Inherited from TerrainProvider.) | |
ShapeFixedFrame |
Gets or sets the reference frame fixed to the Shape in which the
longitude and latitude are defined.
(Inherited from TerrainProvider.) | |
SouthernPostOffsetNativeUnits |
Gets or sets the latitude offset (toward the north) of the southern-most post in the terrain provider.
(Inherited from RasterTerrainProvider.) | |
WesternPostOffsetNativeUnits |
Gets or sets the longitude offset (toward the east) of the western-most post in the terrain provider.
(Inherited from RasterTerrainProvider.) |