public interface IGeodataXformApproximation
extends java.io.Serializable
Description: 'Provides access to members that control approximation for geodata transforms.' 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 |
IIDf533cf88_29bd_4d4b_88d0_050622a46c3a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getGridSize()
The approximation grid size in pixels in output space.
|
double |
getTolerance()
The approximation error tolerance in distance in input space.
|
boolean |
isApproximation()
Indicates if approximation is on or off.
|
boolean |
isRecalculateTolerance()
Indicates if the tolerance can be recalculated based on input cellsize.
|
void |
setApproximation(boolean pApproximation)
Indicates if approximation is on or off.
|
void |
setGridSize(int pSize)
The approximation grid size in pixels in output space.
|
void |
setRecalculateTolerance(boolean pRecalculateTolerance)
Indicates if the tolerance can be recalculated based on input cellsize.
|
void |
setTolerance(double pTolerance)
The approximation error tolerance in distance in input space.
|
static final int IIDf533cf88_29bd_4d4b_88d0_050622a46c3a
static final int xxDummy
static final java.lang.String IID
void setTolerance(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 getTolerance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGridSize(int pSize) throws java.io.IOException, AutomationException
pSize
- The pSize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getGridSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRecalculateTolerance(boolean pRecalculateTolerance) throws java.io.IOException, AutomationException
pRecalculateTolerance
- The pRecalculateTolerance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRecalculateTolerance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isApproximation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setApproximation(boolean pApproximation) throws java.io.IOException, AutomationException
pApproximation
- The pApproximation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.