com.esri.arcgis.datasourcesraster
Class IRasterTypeOperationProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IRasterTypeOperationProxy
All Implemented Interfaces:
IRasterTypeOperation, Externalizable, Serializable

public class IRasterTypeOperationProxy
extends com.esri.arcgis.interop.Dispatch
implements IRasterTypeOperation, Serializable

Provides access to members that control raster type operation.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IRasterTypeOperationProxy()
           
  IRasterTypeOperationProxy(Object obj)
           
protected IRasterTypeOperationProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 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.
 void removeListener(String iidStr, Object theListener)
           
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IRasterTypeOperationProxy

public IRasterTypeOperationProxy()

IRasterTypeOperationProxy

public IRasterTypeOperationProxy(Object obj)
                          throws IOException
Throws:
IOException

IRasterTypeOperationProxy

protected IRasterTypeOperationProxy(Object obj,
                                    String iid)
                             throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

createBuilderItem

public IBuilderItem createBuilderItem(IItemURI pItemURI,
                                      IRasterDataset pDataset,
                                      int eRasterCategory,
                                      ISpatialReference pDefaultRasterSrs,
                                      IGeometry pItemFootprint)
                               throws IOException,
                                      AutomationException
Constructs a builder item object given an item URI and the associated raster dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
createBuilderItem in interface IRasterTypeOperation
Parameters:
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)
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IBuilderItem
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

openRasterDataset

public IRasterDataset openRasterDataset(String dataSource,
                                        IRasterInfo pRasterInfo,
                                        boolean overwrite)
                                 throws IOException,
                                        AutomationException
Opens a raster dataset even if it does not exist.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
openRasterDataset in interface IRasterTypeOperation
Parameters:
dataSource - The dataSource (in)
pRasterInfo - A reference to a com.esri.arcgis.datasourcesraster.IRasterInfo (in)
overwrite - The overwrite (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IRasterDataset
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clipDatasetToItemFootprint

public void clipDatasetToItemFootprint(IBuilderItem pBuilderItem)
                                throws IOException,
                                       AutomationException
Clips the raster dataset to the associated footprint geometry referenced by the with specified builder item.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
clipDatasetToItemFootprint in interface IRasterTypeOperation
Parameters:
pBuilderItem - A reference to a com.esri.arcgis.datasourcesraster.IBuilderItem (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

processItem

public void processItem(IBuilderItem pBuilderItem)
                 throws IOException,
                        AutomationException
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????&

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
processItem in interface IRasterTypeOperation
Parameters:
pBuilderItem - A reference to a com.esri.arcgis.datasourcesraster.IBuilderItem (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

applyOrthorectification

public IFunctionRasterDataset applyOrthorectification(IFunctionRasterDataset pDataset)
                                               throws IOException,
                                                      AutomationException
Adds (or updates) a geometric function associated with the function raster dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
applyOrthorectification in interface IRasterTypeOperation
Parameters:
pDataset - A reference to a com.esri.arcgis.datasourcesraster.IFunctionRasterDataset (in)
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IFunctionRasterDataset
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.