com.esri.arcgis.geometry
Class IControlPrecision3Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geometry.IControlPrecisionProxy
          extended by com.esri.arcgis.geometry.IControlPrecision2Proxy
              extended by com.esri.arcgis.geometry.IControlPrecision3Proxy
All Implemented Interfaces:
IControlPrecision, IControlPrecision2, IControlPrecision3, Externalizable, Serializable

public class IControlPrecision3Proxy
extends IControlPrecision2Proxy
implements IControlPrecision3, Serializable

IControlPrecision3 interface.

Product Availability

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

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IControlPrecision3Proxy()
           
  IControlPrecision3Proxy(Object obj)
           
protected IControlPrecision3Proxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 boolean isPrecisionLocked()
          isPrecisionLocked
 void removeListener(String iidStr, Object theListener)
           
 void setPrecisionLocked(boolean pbPrecisionLocked)
          setPrecisionLocked
 
Methods inherited from class com.esri.arcgis.geometry.IControlPrecision2Proxy
isHighPrecision, setIsHighPrecision
 
Methods inherited from class com.esri.arcgis.geometry.IControlPrecisionProxy
isUsePrecision, setUsePrecision
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.geometry.IControlPrecision2
isHighPrecision, setIsHighPrecision
 
Methods inherited from interface com.esri.arcgis.geometry.IControlPrecision
isUsePrecision, setUsePrecision
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IControlPrecision3Proxy

public IControlPrecision3Proxy()

IControlPrecision3Proxy

public IControlPrecision3Proxy(Object obj)
                        throws IOException
Throws:
IOException

IControlPrecision3Proxy

protected IControlPrecision3Proxy(Object obj,
                                  String iid)
                           throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class IControlPrecision2Proxy
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class IControlPrecision2Proxy
Throws:
IOException

isPrecisionLocked

public boolean isPrecisionLocked()
                          throws IOException,
                                 AutomationException
isPrecisionLocked

Product Availability

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

Specified by:
isPrecisionLocked in interface IControlPrecision3
Returns:
The pbPrecisionLocked
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPrecisionLocked

public void setPrecisionLocked(boolean pbPrecisionLocked)
                        throws IOException,
                               AutomationException
setPrecisionLocked

Product Availability

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

Specified by:
setPrecisionLocked in interface IControlPrecision3
Parameters:
pbPrecisionLocked - The pbPrecisionLocked (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.