Provides access to members that control a raster info object.
Members
Name | Description | |
---|---|---|
BandCount | The number of bands in the Raster. | |
BlockHeight | The block height in pixels. | |
BlockWidth | The block width in pixels. | |
CellSize | The raster cell size. | |
Extent | The raster extent. | |
FirstPyramidLevel | The first pyramid level. | |
Format | The raster format, e.g. TIFF, NITF, and etc. | |
GeodataXform | The raster GeoData transform. | |
Height | The raster height in pixels. | |
MaximumPyramidLevel | The maximum pyramid level. | |
NativeExtent | The native raster extent before GeoData transform. | |
NativeSpatialReference | The native raster spatial reference before GeoData transform. | |
NoData | The NoData value used to indicate invalid or excluded data. | |
Origin | The tiling origin. | |
PixelType | The raster pixel type. | |
Resampling | Indicates if this raster source wants to perform resampling. | |
SpatialReference | The raster spatial reference. | |
SupportBandSelection | Indicates if this function supports band selection. | |
Width | The raster width in pixels. |
IRasterInfo.BandCount Property
The number of bands in the Raster.
Public Property BandCount As Integer
public int BandCount {get; set;}
IRasterInfo.BlockHeight Property
The block height in pixels.
Public Property BlockHeight As Integer
public int BlockHeight {get; set;}
IRasterInfo.BlockWidth Property
The block width in pixels.
Public Property BlockWidth As Integer
public int BlockWidth {get; set;}
IRasterInfo.CellSize Property
The raster cell size.
Public Property CellSize As IPnt
public IPnt CellSize {get; set;}
IRasterInfo.Extent Property
The raster extent.
Public Property Extent As IEnvelope
public IEnvelope Extent {get; set;}
IRasterInfo.FirstPyramidLevel Property
The first pyramid level.
Public Property FirstPyramidLevel As Integer
public int FirstPyramidLevel {get; set;}
IRasterInfo.Format Property
The raster format, e.g. TIFF, NITF, and etc.
Public Property Format As String
public string Format {get; set;}
IRasterInfo.GeodataXform Property
The raster GeoData transform.
Public Property GeodataXform As IGeodataXform
public IGeodataXform GeodataXform {get; set;}
IRasterInfo.Height Property
The raster height in pixels.
Public ReadOnly Property Height As Integer
public int Height {get;}
IRasterInfo.MaximumPyramidLevel Property
The maximum pyramid level.
Public Property MaximumPyramidLevel As Integer
public int MaximumPyramidLevel {get; set;}
IRasterInfo.NativeExtent Property
The native raster extent before GeoData transform.
Public Property NativeExtent As IEnvelope
public IEnvelope NativeExtent {get; set;}
IRasterInfo.NativeSpatialReference Property
The native raster spatial reference before GeoData transform.
Public Property NativeSpatialReference As ISpatialReference
public ISpatialReference NativeSpatialReference {get; set;}
IRasterInfo.NoData Property
The NoData value used to indicate invalid or excluded data.
Public Property NoData As Object
public object NoData {get; set;}
IRasterInfo.Origin Property
The tiling origin.
Public Property Origin As IPoint
public IPoint Origin {get; set;}
IRasterInfo.PixelType Property
The raster pixel type.
Public Property PixelType As rstPixelType
public rstPixelType PixelType {get; set;}
IRasterInfo.Resampling Property
Indicates if this raster source wants to perform resampling.
Public Property Resampling As Boolean
public bool Resampling {get; set;}
IRasterInfo.SpatialReference Property
The raster spatial reference.
Public ReadOnly Property SpatialReference As ISpatialReference
public ISpatialReference SpatialReference {get;}
IRasterInfo.SupportBandSelection Property
Indicates if this function supports band selection.
Public Property SupportBandSelection As Boolean
public bool SupportBandSelection {get; set;}
IRasterInfo.Width Property
The raster width in pixels.
Public ReadOnly Property Width As Integer
public int Width {get;}
Classes that implement IRasterInfo
Classes | Description |
---|---|
RasterInfo | A class for a raster info value object containing information about a raster. |