IRasterInfo Interface

Provides access to members that control a raster info object.

Members

Name Description
Read/write property BandCount The number of bands in the Raster.
Read/write property BlockHeight The block height in pixels.
Read/write property BlockWidth The block width in pixels.
Read/write property CellSize The raster cell size.
Read/write property Extent The raster extent.
Read/write property FirstPyramidLevel The first pyramid level.
Read/write property Format The raster format, e.g. TIFF, NITF, and etc.
Read/write property GeodataXform The raster GeoData transform.
Read-only property Height The raster height in pixels.
Read/write property MaximumPyramidLevel The maximum pyramid level.
Read/write property NativeExtent The native raster extent before GeoData transform.
Read/write property NativeSpatialReference The native raster spatial reference before GeoData transform.
Read/write property NoData The NoData value used to indicate invalid or excluded data.
Read/write property Origin The tiling origin.
Read/write property PixelType The raster pixel type.
Read/write property Resampling Indicates if this raster source wants to perform resampling.
Read-only property SpatialReference The raster spatial reference.
Read/write property SupportBandSelection Indicates if this function supports band selection.
Read-only property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close