IRasterTypeOperation Interface

Provides access to members that control raster type operation.

Members

Name Description
Method ApplyOrthorectification Adds (or updates) a geometric function associated with the function raster dataset.
Method ClipDatasetToItemFootprint Clips the raster dataset to the associated footprint geometry referenced by the with specified builder item.
Method CreateBuilderItem Constructs a builder item object given an item URI and the associated raster dataset.
Method OpenRasterDataset Opens a raster dataset even if it does not exist.
Method ProcessItem Builds pyramids and computes statistics for all raster dataset referenced by the top-level function raster dataset in the builder item. The associated AddRastersParameters and SynchronizeParameters objects are used to control how pyramids and statistics are bu

IRasterTypeOperation.ApplyOrthorectification Method

Adds (or updates) a geometric function associated with the function raster dataset.

Public Function ApplyOrthorectification ( _
    ByVal pDataset As IFunctionRasterDataset _
) As IFunctionRasterDataset
public IFunctionRasterDataset ApplyOrthorectification (
    IFunctionRasterDataset pDataset
);

IRasterTypeOperation.ClipDatasetToItemFootprint Method

Clips the raster dataset to the associated footprint geometry referenced by the with specified builder item.

Public Sub ClipDatasetToItemFootprint ( _
    ByVal pBuilderItem As IBuilderItem _
)
public void ClipDatasetToItemFootprint (
    IBuilderItem pBuilderItem
);

IRasterTypeOperation.CreateBuilderItem Method

Constructs a builder item object given an item URI and the associated raster dataset.

Public Function CreateBuilderItem ( _
    ByVal pItemURI As IItemURI, _
    ByVal pDataset As IRasterDataset, _
    ByVal eRasterCategory As esriRasterCatalogItemCategory, _
    ByVal pDefaultRasterSrs As ISpatialReference, _
    ByVal pItemFootprint As IGeometry _
) As IBuilderItem
public IBuilderItem CreateBuilderItem (
    IItemURI pItemURI,
    IRasterDataset pDataset,
    esriRasterCatalogItemCategory eRasterCategory,
    ISpatialReference pDefaultRasterSrs,
    IGeometry pItemFootprint
);

IRasterTypeOperation.OpenRasterDataset Method

Opens a raster dataset even if it does not exist.

Public Function OpenRasterDataset ( _
    ByVal DataSource As String, _
    ByVal pRasterInfo As IRasterInfo, _
    ByVal Overwrite As Boolean _
) As IRasterDataset
public IRasterDataset OpenRasterDataset (
    string DataSource,
    IRasterInfo pRasterInfo,
    bool Overwrite
);

IRasterTypeOperation.ProcessItem Method

Builds pyramids and computes statistics for all raster dataset referenced by the top-level function raster dataset in the builder item. The associated AddRastersParameters and SynchronizeParameters objects are used to control how pyramids and statistics are bu

Public Sub ProcessItem ( _
    ByVal pBuilderItem As IBuilderItem _
)
public void ProcessItem (
    IBuilderItem pBuilderItem
);

Classes that implement IRasterTypeOperation

Classes Description
RasterType A raster type object.

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