Provides access to members of Terrain Data Element.
Members
Name | Description | |
---|---|---|
![]() |
ConfigurationKeyword | The storage parameter used with SDE databases. |
![]() |
MaxOverviewTerrainPoints | The maximum number of points in the most generalized representation of the Terrain. |
![]() |
MaxPointsPerShape | The maximum number of vertices per multipoint stored in the terrain pyramid. |
![]() |
Name | The name of the terrain. |
![]() |
PyramidType | The kind of the pyramid as defined by the type of filter it uses to thin points. |
![]() |
TileSize | The horizontal distance used to spatially index and partition terrain data. |
IDETerrain.ConfigurationKeyword Property
The storage parameter used with SDE databases.
Public Property ConfigurationKeyword As String
public string ConfigurationKeyword {get; set;}
IDETerrain.MaxOverviewTerrainPoints Property
The maximum number of points in the most generalized representation of the Terrain.
Public Property MaxOverviewTerrainPoints As Integer
public int MaxOverviewTerrainPoints {get; set;}
IDETerrain.MaxPointsPerShape Property
The maximum number of vertices per multipoint stored in the terrain pyramid.
Public Property MaxPointsPerShape As Integer
public int MaxPointsPerShape {get; set;}
IDETerrain.Name Property
The name of the terrain.
Public Property Name As String
public string Name {get; set;}
IDETerrain.PyramidType Property
The kind of the pyramid as defined by the type of filter it uses to thin points.
Public Property PyramidType As esriTerrainPyramidType
public esriTerrainPyramidType PyramidType {get; set;}
IDETerrain.TileSize Property
The horizontal distance used to spatially index and partition terrain data.
Public Property TileSize As Double
public double TileSize {get; set;}
Classes that implement IDETerrain
Classes | Description |
---|---|
DETerrain | Esri Terrain data element object. |