com.esri.arcgis.datasourcesraster
Interface IBuildFootprintsByShrinkingParameters

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BuildFootprintsParameters, IBuildFootprintsByShrinkingParametersProxy

public interface IBuildFootprintsByShrinkingParameters
extends java.io.Serializable

COM Interface 'IBuildFootprintsByShrinkingParameters'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control parameters to the build footprints by shrinking operation.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID61988965_736b_42c2_86c8_0d989995e82f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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 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.
 

Field Detail

IID61988965_736b_42c2_86c8_0d989995e82f

static final int IID61988965_736b_42c2_86c8_0d989995e82f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setShrinkDistance

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

Parameters:
pShrinkDistance - The pShrinkDistance (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getShrinkDistance

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

Returns:
The pShrinkDistance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSnapEdgesTolerance

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

Parameters:
pTolerance - The pTolerance (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSnapEdgesTolerance

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

Returns:
The pTolerance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSnapEdgesToleranceInPixels

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

Parameters:
pToleranceInPixels - The pToleranceInPixels (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSnapEdgesToleranceInPixels

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

Returns:
The pToleranceInPixels
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.