|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGeodataXformApproximation
Provides access to members that control approximation for geodata transforms.
IGeodataXformApproximation is used to set the properties when creating an ApproximationXform
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. |
Method Detail |
---|
void setTolerance(double pTolerance) throws IOException, AutomationException
pTolerance
- The pTolerance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getTolerance() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGridSize(int pSize) throws IOException, AutomationException
pSize
- The pSize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getGridSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRecalculateTolerance(boolean pRecalculateTolerance) throws IOException, AutomationException
pRecalculateTolerance
- The pRecalculateTolerance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRecalculateTolerance() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isApproximation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setApproximation(boolean pApproximation) throws IOException, AutomationException
pApproximation
- The pApproximation (in)
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 |