|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterTypeOperation
Provides access to members that control raster type operation.
| Method Summary | |
|---|---|
IFunctionRasterDataset |
applyOrthorectification(IFunctionRasterDataset pDataset)
Adds (or updates) a geometric function associated with the function raster dataset. |
void |
clipDatasetToItemFootprint(IBuilderItem pBuilderItem)
Clips the raster dataset to the associated footprint geometry referenced by the with specified builder item. |
IBuilderItem |
createBuilderItem(IItemURI pItemURI,
IRasterDataset pDataset,
int eRasterCategory,
ISpatialReference pDefaultRasterSrs,
IGeometry pItemFootprint)
Constructs a builder item object given an item URI and the associated raster dataset. |
IRasterDataset |
openRasterDataset(String dataSource,
IRasterInfo pRasterInfo,
boolean overwrite)
Opens a raster dataset even if it does not exist. |
void |
processItem(IBuilderItem pBuilderItem)
Builds pyramids and computes statistics for all raster dataset referenced by the top-level function raster dataset in the builder item. |
| Method Detail |
|---|
IBuilderItem createBuilderItem(IItemURI pItemURI,
IRasterDataset pDataset,
int eRasterCategory,
ISpatialReference pDefaultRasterSrs,
IGeometry pItemFootprint)
throws IOException,
AutomationException
pItemURI - A reference to a com.esri.arcgis.datasourcesraster.IItemURI (in)pDataset - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)eRasterCategory - A com.esri.arcgis.datasourcesraster.esriRasterCatalogItemCategory constant (in)pDefaultRasterSrs - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)pItemFootprint - A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRasterDataset openRasterDataset(String dataSource,
IRasterInfo pRasterInfo,
boolean overwrite)
throws IOException,
AutomationException
dataSource - The dataSource (in)pRasterInfo - A reference to a com.esri.arcgis.datasourcesraster.IRasterInfo (in)overwrite - The overwrite (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clipDatasetToItemFootprint(IBuilderItem pBuilderItem)
throws IOException,
AutomationException
pBuilderItem - A reference to a com.esri.arcgis.datasourcesraster.IBuilderItem (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void processItem(IBuilderItem pBuilderItem)
throws IOException,
AutomationException
pBuilderItem - A reference to a com.esri.arcgis.datasourcesraster.IBuilderItem (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFunctionRasterDataset applyOrthorectification(IFunctionRasterDataset pDataset)
throws IOException,
AutomationException
pDataset - A reference to a com.esri.arcgis.datasourcesraster.IFunctionRasterDataset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||