com.esri.arcgis.geometry
Interface IControlPrecision

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

public interface IControlPrecision
extends Serializable

IControlPrecision interface.

Superseded By

IControlPrecision2

Product Availability

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


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.
 

Method Detail

isUsePrecision

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setUsePrecision

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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