IRasterAnalysisProps Interface

Provides access to members that control the properties for raster analysis.

Members

Name Description
Read/write property AnalysisExtent The analysis extent of the raster.
Method MakePermanent Makes a temporary raster a permanent raster dataset.
Read/write property PixelHeight The pixel height in ground resolution.
Read/write property PixelWidth The pixel width in ground resolution.
Read-only property 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.

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