|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGeodataXformApproximation
COM Interface 'IGeodataXformApproximation'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDf533cf88_29bd_4d4b_88d0_050622a46c3a
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final int IIDf533cf88_29bd_4d4b_88d0_050622a46c3a
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||