public interface IBuildFootprintsByShrinkingParameters
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID61988965_736b_42c2_86c8_0d989995e82f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID61988965_736b_42c2_86c8_0d989995e82f
static final int xxDummy
static final java.lang.String IID
void setShrinkDistance(double pShrinkDistance) throws java.io.IOException, AutomationException
pShrinkDistance
- The pShrinkDistance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getShrinkDistance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSnapEdgesTolerance(double pTolerance) throws java.io.IOException, AutomationException
pTolerance
- The pTolerance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getSnapEdgesTolerance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSnapEdgesToleranceInPixels(int pToleranceInPixels) throws java.io.IOException, AutomationException
pToleranceInPixels
- The pToleranceInPixels (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSnapEdgesToleranceInPixels() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.