Name | Description | |
---|---|---|
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) | |
Type | Overridden. Gets the ArcGIS.Core.Data.DatasetType of this raster dataset. |
The following tables list the members exposed by RasterDataset.
Name | Description | |
---|---|---|
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) | |
Type | Overridden. Gets the ArcGIS.Core.Data.DatasetType of this raster dataset. |
Name | Description | |
---|---|---|
CreateDefaultRaster | Creates a Raster that has the same properties of this basic raster dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Raster.BasicRasterDataset) | |
CreateFullRaster | Creates a Raster that has the same properties and all the bands in this raster dataset. This method must be called on the MCT. Use QueuedTask.Run. | |
CreateRaster | Creates a Raster that has the same properties and the given list of bands from this raster dataset. This method must be called on the MCT. Use QueuedTask.Run. | |
Dispose() | (Inherited from ArcGIS.Core.CoreObjectsBase) | |
GetBand | Gets a RasterBand from this raster dataset based on the band index. This method must be called on the MCT. Use QueuedTask.Run. | |
GetBandByName | Gets a RasterBand from this raster dataset based on the band name. This method must be called on the MCT. Use QueuedTask.Run. | |
GetBandCount | Gets the number of bands in this raster dataset. This method must be called on the MCT. Use QueuedTask.Run. | |
GetBandIndex | Gets the index for a band in this raster dataset based on the band name. This method must be called on the MCT. Use QueuedTask.Run. | |
GetBandKeyProperty | Gets a key property for a band in this raster dataset based on band index and key property name. This method must be called on the MCT. Use QueuedTask.Run. | |
GetCompleteName | Gets the complete name of this raster dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Raster.BasicRasterDataset) | |
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 RasterDatasetDefinition of this raster dataset. This method must be called on the MCT. Use QueuedTask.Run. | |
GetExtent | Gets the extent of this raster dataset. This method must be called on the MCT. Use QueuedTask.Run. | |
GetKeyProperty | Gets a key property of this raster dataset based on the key property name. 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) | |
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) | |
IsEmpty | Gets a value indicating whether this raster dataset is empty. This method must be called on the MCT. Use QueuedTask.Run. |
Name | Description | |
---|---|---|
GetDataConnection | Gets the CIMDataConnection for the specified dataset. This method must be called on the MCT. Use QueuedTask.Run. | |
GetIsKnowledgeGraphDataset | Gets whether the dataset is a knowledge graph dataset or not. This method must be called on the MCT. Use QueuedTask.Run. |