IRasterInfo3 Interface

Provides access to members that control a raster info object.

Members

Name Description
Read-only property AttributeRowCount The actual number of rows in the raster attribute table.
Read/write property AttributeTable The raster attribute table.
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 Colormap The raster colormap.
Read/write property CompressionQuality The compression quality.
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 Histogram The histogram of a given band.
Method Init Initializes from a raster.
Read/write property LODInfos The tiling Levels Of Details.
Read/write property MaximumCellSize The maximum cell size associated with this raster.
Read/write property MaximumPyramidLevel The maximum pyramid level.
Read/write property MaxRecordCount The raster attribute table size limit.
Read/write property MultidimensionalInfo The multidimensional information associated with the dataset.
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 PacketSize The packet (bundle) size in tiles.
Read/write property PixelResampler The current raster resampler.
Read/write property PixelType The raster pixel type.
Read/write property Properties The additional properties.
Read/write property PyramidResamplingType The pyramid resamping type.
Method RemoveStatsHistograms Removes all band statistics and histograms.
Read/write property Resampling Indicates if this raster source wants to perform resampling.
Read-only property SpatialReference The raster spatial reference.
Read/write property Statistics The statistics of a given band.
Read/write property SupportBandSelection Indicates if this function supports band selection.
Read-only property Width The raster width in pixels.

IRasterInfo3.AttributeRowCount Property

The actual number of rows in the raster attribute table.

Public ReadOnly Property AttributeRowCount As Integer
public int AttributeRowCount {get;}

IRasterInfo3.CompressionQuality Property

The compression quality.

Public Property CompressionQuality As Integer
public int CompressionQuality {get; set;}

IRasterInfo3.MaxRecordCount Property

The raster attribute table size limit.

Public Property MaxRecordCount As Integer
public int MaxRecordCount {get; set;}

IRasterInfo3.MultidimensionalInfo Property

The multidimensional information associated with the dataset.

Public Property MultidimensionalInfo As IMultidimensionalInfo
public IMultidimensionalInfo MultidimensionalInfo {get; set;}

IRasterInfo3.PacketSize Property

The packet (bundle) size in tiles.

Public Property PacketSize As Integer
public int PacketSize {get; set;}

IRasterInfo3.Properties Property

The additional properties.

Public Property Properties As IPropertySet
public IPropertySet Properties {get; set;}

IRasterInfo3.PyramidResamplingType Property

The pyramid resamping type.

Public Property PyramidResamplingType As rstResamplingTypes
public rstResamplingTypes PyramidResamplingType {get; set;}

Inherited Interfaces

Interfaces Description
IRasterInfo2 Provides access to members that control a raster info object.
IRasterInfo Provides access to members that control a raster info object.

Classes that implement IRasterInfo3

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.