| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | CanEdit |
Gets a value indicating whether this raster can be edited.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | CanSaveAs |
Gets a value indicating whether this raster can be saved to the given format.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | CreateCursor | Create a RasterCursor for optimized access to raster pixels. This method must be called on the MCT. Use QueuedTask.Run. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | CreatePixelBlock | Create a PixelBlock of the given width and height. This method must be called on the MCT. Use QueuedTask.Run. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Dispose() | (Inherited from ArcGIS.Core.CoreObjectsBase) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Erase | Erase a PixelBlock from this raster starting at a given top-left corner. This method must be called on the MCT. Use QueuedTask.Run. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetAttributeTable |
Gets the attribute table of this raster.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetBand | Gets the RasterBand from this raster based on the band index. This method must be called on the MCT. Use QueuedTask.Run. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetBandByName | Gets the RasterBand from this raster based on the band name. This method must be called on the MCT. Use QueuedTask.Run. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetBandCount |
Gets the number of bands in this raster.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetBandKeyProperty |
Gets a key property for a band in this raster based on band index and key property name.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetColormap |
Gets the colormap of this raster.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetExtent |
Gets the extent of this raster.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetHeight |
Gets the height (number of rows) of this raster.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetKeyProperty |
Gets the key property of the raster based on the key property name.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetMeanCellSize |
Gets the mean cell size of this raster.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetNoDataValue |
Gets the NoData value of this raster.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetPixelType | Gets the RasterPixelType of this raster. This method must be called on the MCT. Use QueuedTask.Run. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetPixelValue |
Gets the pixel value for the given band, row and column from this raster.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetRasterDataset |
Gets the parent raster dataset of this raster.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetResamplingHint | Gets the RasterResamplingHint for this raster. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetResamplingType | Gets the ArcGIS.Core.CIM.RasterResamplingType for this raster. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetSpatialReference | Gets the ArcGIS.Core.Geometry.SpatialReference of this raster. This method must be called on the MCT. Use QueuedTask.Run. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetWidth |
Gets the width (number of columns) of this raster.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | IsInteger |
Gets a flag indicating whether the data in this raster is integer data.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | MapToPixel |
Converts a location in map space (X and Y) to pixel space (Column and Row).
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | PixelToMap |
Converts a location in pixel space (Column and Row) to map space (X and Y).
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Read | Read a PixelBlock starting from the top-left corner. This method must be called on the MCT. Use QueuedTask.Run. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Refresh | Refreshes the properties of the RasterDataset associated with this raster with any changes. This method must be called on the MCT. Use QueuedTask.Run. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SaveAs | Create a new persisted RasterDataset with the given name and format in the given ArcGIS.Core.Data.Datastore. This method must be called on the MCT. Use QueuedTask.Run. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetExtent |
Sets the extent of this raster.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetHeight |
Sets the height (number of rows) of this raster.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetNoDataValue |
Sets the NoData value of this raster.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetPixelType | Sets the RasterPixelType of this raster. This method must be called on the MCT. Use QueuedTask.Run. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetResamplingHint | Sets the RasterResamplingHint for this raster. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetResamplingType | Sets the ArcGIS.Core.CIM.RasterResamplingType for this raster. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetSpatialReference | Sets the ArcGIS.Core.Geometry.SpatialReference of this raster. This method must be called on the MCT. Use QueuedTask.Run. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetWidth |
Sets the width (number of columns) of this raster.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Write | Write a PixelBlock to this raster starting from the top-left corner. This method must be called on the MCT. Use QueuedTask.Run. |