com.esri.arcgis.datasourcesraster
Class IBuildFootprintsByShrinkingParametersProxy

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

public class IBuildFootprintsByShrinkingParametersProxy
extends com.esri.arcgis.interop.Dispatch
implements IBuildFootprintsByShrinkingParameters, Serializable

Provides access to members that control parameters to the build footprints by shrinking 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
  IBuildFootprintsByShrinkingParametersProxy()
           
  IBuildFootprintsByShrinkingParametersProxy(Object obj)
           
protected IBuildFootprintsByShrinkingParametersProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 double getShrinkDistance()
          The shrink distance in the coordinate system of the geometry column of the mosaic catalog.
 double getSnapEdgesTolerance()
          The minimum distance below which points in the footprint geometry are snapped to the envelope of the raster.
 int getSnapEdgesToleranceInPixels()
          The minimum distance (in resampled pixels) below which points in the footprint geometry are snapped to the envelope of the raster.
 void removeListener(String iidStr, Object theListener)
           
 void setShrinkDistance(double pShrinkDistance)
          The shrink distance in the coordinate system of the geometry column of the mosaic catalog.
 void setSnapEdgesTolerance(double pTolerance)
          The minimum distance below which points in the footprint geometry are snapped to the envelope of the raster.
 void setSnapEdgesToleranceInPixels(int pToleranceInPixels)
          The minimum distance (in resampled pixels) below which points in the footprint geometry are snapped to the envelope of the raster.
 
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

IBuildFootprintsByShrinkingParametersProxy

public IBuildFootprintsByShrinkingParametersProxy()

IBuildFootprintsByShrinkingParametersProxy

public IBuildFootprintsByShrinkingParametersProxy(Object obj)
                                           throws IOException
Throws:
IOException

IBuildFootprintsByShrinkingParametersProxy

protected IBuildFootprintsByShrinkingParametersProxy(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

setShrinkDistance

public void setShrinkDistance(double pShrinkDistance)
                       throws IOException,
                              AutomationException
The shrink distance in the coordinate system of the geometry column of the mosaic catalog.

Product Availability

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

Specified by:
setShrinkDistance in interface IBuildFootprintsByShrinkingParameters
Parameters:
pShrinkDistance - The pShrinkDistance (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getShrinkDistance

public double getShrinkDistance()
                         throws IOException,
                                AutomationException
The shrink distance in the coordinate system of the geometry column of the mosaic catalog.

Product Availability

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

Specified by:
getShrinkDistance in interface IBuildFootprintsByShrinkingParameters
Returns:
The pShrinkDistance
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSnapEdgesTolerance

public void setSnapEdgesTolerance(double pTolerance)
                           throws IOException,
                                  AutomationException
The minimum distance below which points in the footprint geometry are snapped to the envelope of the raster.

Product Availability

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

Specified by:
setSnapEdgesTolerance in interface IBuildFootprintsByShrinkingParameters
Parameters:
pTolerance - The pTolerance (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSnapEdgesTolerance

public double getSnapEdgesTolerance()
                             throws IOException,
                                    AutomationException
The minimum distance below which points in the footprint geometry are snapped to the envelope of the raster.

Product Availability

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

Specified by:
getSnapEdgesTolerance in interface IBuildFootprintsByShrinkingParameters
Returns:
The pTolerance
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSnapEdgesToleranceInPixels

public void setSnapEdgesToleranceInPixels(int pToleranceInPixels)
                                   throws IOException,
                                          AutomationException
The minimum distance (in resampled pixels) below which points in the footprint geometry are snapped to the envelope of the raster.

Product Availability

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

Specified by:
setSnapEdgesToleranceInPixels in interface IBuildFootprintsByShrinkingParameters
Parameters:
pToleranceInPixels - The pToleranceInPixels (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSnapEdgesToleranceInPixels

public int getSnapEdgesToleranceInPixels()
                                  throws IOException,
                                         AutomationException
The minimum distance (in resampled pixels) below which points in the footprint geometry are snapped to the envelope of the raster.

Product Availability

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

Specified by:
getSnapEdgesToleranceInPixels in interface IBuildFootprintsByShrinkingParameters
Returns:
The pToleranceInPixels
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.