RasterInfo

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

Envelope

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

GeodataXform

The raster geodata transform.

MaximumPyramidLevel

int

The maximum pyramid level.

MaximumPyramidLevelSpecified

bool

Indicates if MaximumPyramidLevel is specified.

NativeExtent

Envelope

The native raster extent before geodata transform.

NativeSpatialReference

SpatialReference

The native raster spatial reference before geodata transform.

NoData

object[]

The NoData value used to indicate invalid or excluded data.

Origin

Point

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

rstPixelType

The raster pixel type.

PixelTypeSpecified

bool

Indicates if PixelType is specified.

2/28/2020