com.esri.arcgis.geometry
Interface IControlPrecision2

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

public interface IControlPrecision2
extends IControlPrecision, java.io.Serializable

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

Description: 'IControlPrecision2 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 IIDa1b0d8b3_474c_4fab_808e_0a3c5c498b1b
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.IControlPrecision
IIDed4e18dd_ee33_11d3_9fef_00c04f6bc724
 
Method Summary
 boolean isHighPrecision()
          TRUE if a high precision integer grid is being used to round coordinate values.
 void setIsHighPrecision(boolean isHighPrecision)
          TRUE if a high precision integer grid is being used to round coordinate values.
 
Methods inherited from interface com.esri.arcgis.geometry.IControlPrecision
isUsePrecision, setUsePrecision
 

Field Detail

IIDa1b0d8b3_474c_4fab_808e_0a3c5c498b1b

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

isHighPrecision

boolean isHighPrecision()
                        throws java.io.IOException,
                               AutomationException
TRUE if a high precision integer grid is being used to round coordinate values. The scale factors of the spatial reference are re-scaled when this property is changed.

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

setIsHighPrecision

void setIsHighPrecision(boolean isHighPrecision)
                        throws java.io.IOException,
                               AutomationException
TRUE if a high precision integer grid is being used to round coordinate values. The scale factors of the spatial reference are re-scaled when this property is changed.

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