Provides access to members that control the properties for raster analysis.
Members
Name | Description | |
---|---|---|
AnalysisExtent | The analysis extent of the raster. | |
MakePermanent | Makes a temporary raster a permanent raster dataset. | |
PixelHeight | The pixel height in ground resolution. | |
PixelWidth | The pixel width in ground resolution. | |
RasterDataset | The RasterDataset, if there is one. |
IRasterAnalysisProps.AnalysisExtent Property
The analysis extent of the raster.
Public Property AnalysisExtent As IEnvelope
public IEnvelope AnalysisExtent {get; set;}
IRasterAnalysisProps.MakePermanent Method
Makes a temporary raster a permanent raster dataset.
Public Sub MakePermanent ( _
)
public void MakePermanent (
);
IRasterAnalysisProps.PixelHeight Property
The pixel height in ground resolution.
Public Property PixelHeight As Double
public double PixelHeight {get; set;}
IRasterAnalysisProps.PixelWidth Property
The pixel width in ground resolution.
Public Property PixelWidth As Double
public double PixelWidth {get; set;}
IRasterAnalysisProps.RasterDataset Property
The RasterDataset, if there is one.
Public ReadOnly Property RasterDataset As IRasterDataset
public IRasterDataset RasterDataset {get;}
Classes that implement IRasterAnalysisProps
Classes | Description |
---|---|
Raster | An in-memory representation of a dynamic raster that can perform resampling and reprojection. |
Remarks
This interface is mainly used for Spatial Analyst.