IRasterItemDescription Interface

Provides access to the properties of a raster item description for adding a raster.

Members

Name Description
Read/write property BuildPyramids Indicates whether pyramids are built for the raster item.
Read/write property BuildThumbnail Indicates whether thumbnails are built and saved for the raster item.
Read/write property ComputeStatistics Indicates whether histogram statistics are computed for the raster item.
Read/write property DataFileNames The data file names.
Read/write property DataFileURLs The data file URLs.
Read/write property GeodataXform The georefencing of the raster item.
Read/write property GeodataXformApplyMethod The method used for applying the GeodataXform.
Read/write property MaximumCellSizeFactor The maximum visible cell size factor.
Read/write property MinimumCellSizeFactor The minimum visible cell size factor.
Read/write property Properties The raster item properties.
Read/write property Type The raster item type, i.e. a raster type name.

IRasterItemDescription.BuildPyramids Property

Indicates whether pyramids are built for the raster item.

Public Property BuildPyramids As Boolean
public bool BuildPyramids {get; set;}

IRasterItemDescription.BuildThumbnail Property

Indicates whether thumbnails are built and saved for the raster item.

Public Property BuildThumbnail As Boolean
public bool BuildThumbnail {get; set;}

IRasterItemDescription.ComputeStatistics Property

Indicates whether histogram statistics are computed for the raster item.

Public Property ComputeStatistics As Boolean
public bool ComputeStatistics {get; set;}

IRasterItemDescription.DataFileNames Property

The data file names.

Public Property DataFileNames As IStringArray
public IStringArray DataFileNames {get; set;}

IRasterItemDescription.DataFileURLs Property

The data file URLs.

Public Property DataFileURLs As IStringArray
public IStringArray DataFileURLs {get; set;}

IRasterItemDescription.GeodataXform Property

The georefencing of the raster item.

Public Property GeodataXform As IGeodataXform
public IGeodataXform GeodataXform {get; set;}

IRasterItemDescription.GeodataXformApplyMethod Property

The method used for applying the GeodataXform.

Public Property GeodataXformApplyMethod As esriGeodataXformApplyMethod
public esriGeodataXformApplyMethod GeodataXformApplyMethod {get; set;}

IRasterItemDescription.MaximumCellSizeFactor Property

The maximum visible cell size factor.

Public Property MaximumCellSizeFactor As Double
public double MaximumCellSizeFactor {get; set;}

IRasterItemDescription.MinimumCellSizeFactor Property

The minimum visible cell size factor.

Public Property MinimumCellSizeFactor As Double
public double MinimumCellSizeFactor {get; set;}

IRasterItemDescription.Properties Property

The raster item properties.

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

IRasterItemDescription.Type Property

The raster item type, i.e. a raster type name.

Public Property Type As String
public string Type {get; set;}

Classes that implement IRasterItemDescription

Classes Description

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