Name | Description | |
---|---|---|
Dispose() | (Inherited from ArcGIS.Core.CoreObjectsBase) | |
GetDataSourceCount | Gets the number of datasources used in this terrain. Also see GetDataSources. This method must be called on the MCT. Use QueuedTask.Run. | |
GetDataSources | Gets the list of TerrainDataSource used in this terrain. This method must be called on the MCT. Use QueuedTask.Run. | |
GetDatastore | Gets the data store of this dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset) | |
GetDefinition | Gets the TerrainDefinition of this terrain dataset. This method must be called on the MCT. Use QueuedTask.Run. | |
GetExtent | Gets an ArcGIS.Core.Geometry.Envelope representing the maximum extent of the data that has been stored in this terrain. This method must be called on the MCT. Use QueuedTask.Run. | |
GetFeatureDataset | Gets the ArcGIS.Core.Data.FeatureDataset in which this terrain is contained. This method must be called on the MCT. Use QueuedTask.Run | |
GetName | Gets the name of the dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset) | |
GetPath | Gets the URI path to the dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset) | |
GetPointCount | Gets the number of points in this terrain. This method must be called on the MCT. Use QueuedTask.Run. | |
GetPyramidLevelCount | Gets the number of pyramid levels in this terrain. Also see GetPyramidLevels. This method must be called on the MCT. Use QueuedTask.Run. | |
GetPyramidLevels | Gets the pyramid level information for this terrain. This method must be called on the MCT. Use QueuedTask.Run. | |
GetRegistrationType | Gets the ArcGIS.Core.Data.RegistrationType of a dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset) | |
GetTileProperties | Gets the tile properties of the terrain. This method must be called on the MCT. Use QueuedTask.Run. | |
IsDirty | Gets if the terrain is dirty. That is, it has been edited since it was last built. This method must be called on the MCT. Use QueuedTask.Run. | |
IsValid | Gets if the terrain is valid. This method must be called on the MCT. Use QueuedTask.Run. | |
NeedsRebuild | Gets if the terrain needs rebuilding. That is, it has been edited or is invalid since it was last built. This method must be called on the MCT. Use QueuedTask.Run. | |
UsesConstrainedDelaunay | Gets if the terrain is defined using the Constrained Delaunay triangulation technique. This method must be called on the MCT. Use QueuedTask.Run. |