A class that completely describes a raster image.
Property |
Type |
Description |
BandCount |
int |
The number of bands in the Raster. |
BandCountSpecified |
bool |
Indicates if BandCount is specified. |
BlockHeight |
int |
The block height in pixels. |
BlockHeightSpecified |
bool |
Indicates if BlockHeight is specified. |
BlockWidth |
int |
The block width in pixels. |
BlockWidthSpecified |
bool |
Indicates if BlockWidth is specified. |
Extent |
The raster extent. | |
FirstPyramidLevel |
int |
The first pyramid level. |
FirstPyramidLevelSpecified |
bool |
Indicates if FirstPyramidLevel is specified. |
Format |
string |
The raster format, e.g. TIFF, NITF, and etc. |
GeodataXform |
The raster geodata transform. | |
MaximumPyramidLevel |
int |
The maximum pyramid level. |
MaximumPyramidLevelSpecified |
bool |
Indicates if MaximumPyramidLevel is specified. |
NativeExtent |
The native raster extent before geodata transform. | |
NativeSpatialReference |
The native raster spatial reference before geodata transform. | |
NoData |
object[] |
The NoData value used to indicate invalid or excluded data. |
Origin |
The tiling origin. | |
PixelSizeX |
double |
Size of pixel in X direction. |
PixelSizeXSpecified |
bool |
Indicates if PixelSizeX is specified. |
PixelSizeY |
double |
Size of pixel in Y direction. |
PixelSizeYSpecified |
bool |
Indicates if PixelSizeY is specified. |
PixelType |
The raster pixel type. | |
PixelTypeSpecified |
bool |
Indicates if PixelType is specified. |