ArcGIS Explorer Component Help |
Raster Methods |
Raster Class See Also |
The Raster type exposes the following members.
Methods
Name | Description | |
---|---|---|
BuildPyramids |
Builds pyramids on the Raster to improve display performance.
| |
DeletePyramids |
Deletes pyramids associated with the Raster.
| |
Dispose | Performs tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetBandNames |
Gets a collection consisting of all the band names in the Raster.
| |
GetBitmap | Overloaded. Gets a Bitmap of the raster dataset. Overloads are available to request a Bitmap of
a specific size, and with a specific background Color. | |
GetColorAtPoint |
Gets a Color object which represents the color of the cell at the specified Point.
| |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
GetValueAtPoint | Overloaded. | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
OpenArcSDERaster | Overloaded. | |
OpenFileGeodatabaseRaster |
Returns a Raster object which represents a raster dataset stored in a file geodatabase.
| |
OpenRasterFile |
Returns a Raster object which represents a raster dataset stored in a directory.
| |
ToString |
Returns information about the Raster: the name, number of columns, number of rows.
(Overrides Object..::.ToString()()().) |