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