ArcGIS Explorer Component Help |
Raster Members |
Raster Class Methods Properties 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()()().) |
Properties
Name | Description | |
---|---|---|
BandCount |
Gets the number of bands that make up the Raster.
| |
CellSize |
Gets the size of the cells in the Raster.
| |
ColumnCount |
Gets the number of columns in the Raster.
| |
CoordinateSystem |
Returns the coordinate system defined for the Raster.
| |
Extent |
Returns an Envelope representing the maximum extent of data which has been stored in the Raster.
| |
HasPyramids |
Gets a value indicating whether pyramids exist for this Raster.
| |
Name |
Gets the name of the Raster.
| |
RootDataContainer |
Gets the container which stores the raster.
| |
RowCount |
Gets the number of rows in the Raster.
| |
ShortName |
Gets the name of the Raster but drops the version and owner prefixes if present.
|