com.esri.arcgis.datasourcesraster
Interface IGeodataXformApproximation

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ApproximationXform, CoordinateXform, IGeodataXformApproximationProxy

public interface IGeodataXformApproximation
extends java.io.Serializable

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

IIDf533cf88_29bd_4d4b_88d0_050622a46c3a

static final int IIDf533cf88_29bd_4d4b_88d0_050622a46c3a
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

setTolerance

void setTolerance(double pTolerance)
                  throws java.io.IOException,
                         AutomationException
The approximation error tolerance in distance in input space.

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

getTolerance

double getTolerance()
                    throws java.io.IOException,
                           AutomationException
The approximation error tolerance in distance in input space.

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

setGridSize

void setGridSize(int pSize)
                 throws java.io.IOException,
                        AutomationException
The approximation grid size in pixels in output space.

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

getGridSize

int getGridSize()
                throws java.io.IOException,
                       AutomationException
The approximation grid size in pixels in output space.

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

setRecalculateTolerance

void setRecalculateTolerance(boolean pRecalculateTolerance)
                             throws java.io.IOException,
                                    AutomationException
Indicates if the tolerance can be recalculated based on input cellsize.

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

isRecalculateTolerance

boolean isRecalculateTolerance()
                               throws java.io.IOException,
                                      AutomationException
Indicates if the tolerance can be recalculated based on input cellsize.

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

isApproximation

boolean isApproximation()
                        throws java.io.IOException,
                               AutomationException
Indicates if approximation is on or off.

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

setApproximation

void setApproximation(boolean pApproximation)
                      throws java.io.IOException,
                             AutomationException
Indicates if approximation is on or off.

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