com.esri.arcgis.geometry
Interface IControlPrecision2

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

public interface IControlPrecision2
extends IControlPrecision, Serializable

IControlPrecision2 interface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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
 

Method Detail

isHighPrecision

boolean isHighPrecision()
                        throws 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.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setIsHighPrecision

void setIsHighPrecision(boolean isHighPrecision)
                        throws 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.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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