TerrainDataSource
A class for a terrain data source.
|
Property |
Type |
Description |
|---|---|---|
|
ApplyToOverview |
bool |
Indicates if the 'breakline' data source should be added to the overview Terrain. |
|
AutoGeneralize |
bool |
Indicates if is set to generalize by default. |
|
FeatureClassID |
int |
The unique database identifier for the feature class. |
|
FeatureClassName |
string |
The name of the feature class. |
|
GroupID |
int |
The identifier of the terrain's thematic group to which this feature class belongs. |
|
HeightField |
string |
The database column providing heights for the features. |
|
IsBase |
bool |
The field where height is stored. |
|
ReservedFields |
string[] |
Array of reserved fields. |
|
ResolutionLowerBound |
double |
The lower boundary of the resolution. |
|
ResolutionUpperBound |
double |
The upper boundary of the resolution. |
|
SourceName |
string |
The name of the source. |
|
SourceStatus |
int |
The status of the source. |
|
SourceType |
int |
The type of the source. |
|
SurfaceFeatureType |
int |
Indicates how the features are used to define the terrain surface. |
|
TagValueField |
string |
The database column providing tag values for TIN elements derived from the terrain. |
Remarks
This object represents a feature class that participates in the definition of a terrain. It is used to store all the terrain specific properties and rules for the feature class.