Provides access to the properties of a raster item description for adding a raster.
Members
Name | Description | |
---|---|---|
BuildPyramids | Indicates whether pyramids are built for the raster item. | |
BuildThumbnail | Indicates whether thumbnails are built and saved for the raster item. | |
ComputeStatistics | Indicates whether histogram statistics are computed for the raster item. | |
DataFileNames | The data file names. | |
DataFileURLs | The data file URLs. | |
GeodataXform | The georefencing of the raster item. | |
GeodataXformApplyMethod | The method used for applying the GeodataXform. | |
MaximumCellSizeFactor | The maximum visible cell size factor. | |
MinimumCellSizeFactor | The minimum visible cell size factor. | |
Properties | The raster item properties. | |
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 |
---|