| Name | Description |
 | CanEdit |
Gets a value indicating whether this raster can be edited.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | 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.
|
 | CreateCursor | Create a RasterCursor for optimized access to raster pixels. This method must be called on the MCT. Use QueuedTask.Run. |
 | CreatePixelBlock | Create a PixelBlock of the given width and height. This method must be called on the MCT. Use QueuedTask.Run. |
 | Dispose() | (Inherited from ArcGIS.Core.CoreObjectsBase) |
 | 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. |
 | GetAttributeTable |
Gets the attribute table of this raster.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | GetBand | Gets the RasterBand from this raster based on the band index. This method must be called on the MCT. Use QueuedTask.Run. |
 | GetBandByName | Gets the RasterBand from this raster 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.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | 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.
|
 | GetColormap |
Gets the colormap of this raster.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | GetExtent |
Gets the extent of this raster.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | GetHeight |
Gets the height (number of rows) of this raster.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | 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.
|
 | GetMeanCellSize |
Gets the mean cell size of this raster.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | GetNoDataValue |
Gets the NoData value of this raster.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | GetPixelType | Gets the RasterPixelType of this raster. This method must be called on the MCT. Use QueuedTask.Run. |
 | 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.
|
 | GetRasterDataset |
Gets the parent raster dataset of this raster.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | GetResamplingHint | Gets the RasterResamplingHint for this raster. |
 | GetResamplingType | Gets the ArcGIS.Core.CIM.RasterResamplingType for this raster. |
 | GetSpatialReference | Gets the ArcGIS.Core.Geometry.SpatialReference of this raster. This method must be called on the MCT. Use QueuedTask.Run. |
 | GetWidth |
Gets the width (number of columns) of this raster.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | IsInteger |
Gets a flag indicating whether the data in this raster is integer data.
|
 | 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.
|
 | 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.
|
 | Read | Read a PixelBlock starting from the top-left corner. This method must be called on the MCT. Use QueuedTask.Run. |
 | 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. |
 | 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. |
 | SetExtent |
Sets the extent of this raster.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | SetHeight |
Sets the height (number of rows) of this raster.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | SetNoDataValue |
Sets the NoData value of this raster.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | SetPixelType | Sets the RasterPixelType of this raster. This method must be called on the MCT. Use QueuedTask.Run. |
 | SetResamplingHint | Sets the RasterResamplingHint for this raster. |
 | SetResamplingType | Sets the ArcGIS.Core.CIM.RasterResamplingType for this raster. |
 | SetSpatialReference | Sets the ArcGIS.Core.Geometry.SpatialReference of this raster. This method must be called on the MCT. Use QueuedTask.Run. |
 | SetWidth |
Sets the width (number of columns) of this raster.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | Write | Write a PixelBlock to this raster starting from the top-left corner. This method must be called on the MCT. Use QueuedTask.Run. |