com.esri.arcgis.geometry
Interface IControlPrecision

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IControlPrecision2, IControlPrecision3
All Known Implementing Classes:
GeographicCoordinateSystem, IControlPrecision2Proxy, IControlPrecision3Proxy, IControlPrecisionProxy, ProjectedCoordinateSystem, UnknownCoordinateSystem

public interface IControlPrecision
extends java.io.Serializable

COM Interface 'IControlPrecision'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'IControlPrecision interface.' 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 IIDed4e18dd_ee33_11d3_9fef_00c04f6bc724
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isUsePrecision()
          Returns TRUE if the precision information can be used for snapping.
 void setUsePrecision(boolean usePrecision)
          Returns TRUE if the precision information can be used for snapping.
 

Field Detail

IIDed4e18dd_ee33_11d3_9fef_00c04f6bc724

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

isUsePrecision

boolean isUsePrecision()
                       throws java.io.IOException,
                              AutomationException
Returns TRUE if the precision information can be used for snapping.

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

setUsePrecision

void setUsePrecision(boolean usePrecision)
                     throws java.io.IOException,
                            AutomationException
Returns TRUE if the precision information can be used for snapping.

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