com.esri.arcgis.editor
Class IEditProperties2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.editor.IEditProperties2Proxy
All Implemented Interfaces:
IEditProperties2, java.io.Externalizable, java.io.Serializable

public class IEditProperties2Proxy
extends com.esri.arcgis.interop.Dispatch
implements IEditProperties2, java.io.Serializable

Internal use class Proxy for COM Interface 'IEditProperties2'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Provides access to more members that control the properties of an edit session.' 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.editor.IEditProperties2
IID, IID44dda459_de7c_4ac0_98ff_abb32a6d8669
 
Constructor Summary
  IEditProperties2Proxy()
          For internal use only
  IEditProperties2Proxy(java.lang.Object obj)
           
protected IEditProperties2Proxy(java.lang.Object obj, java.lang.String iid)
           
  IEditProperties2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IEditProperties2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 double getAngularCorrectionOffset()
          Angular Correction Offset.
 int getAngularUnitPrecision()
          Precision used to display angular units.
 int getDirectionType()
          Direction Type.
 int getDirectionUnits()
          Direction Units.
 double getDistanceCorrectionFactor()
          Distance Correction Factor.
 int getStickyMoveTolerance()
          Controls the sticky move tolerance.
 boolean isSnapTips()
          Indicates whether to show the snap tips.
 boolean isUseGroundToGrid()
          Indicates whether to use Ground to Grid.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setAngularCorrectionOffset(double angOffset)
          Angular Correction Offset.
 void setAngularUnitPrecision(int auPrecision)
          Precision used to display angular units.
 void setDirectionType(int dirType)
          Direction Type.
 void setDirectionUnits(int dirUnits)
          Direction Units.
 void setDistanceCorrectionFactor(double distFactor)
          Distance Correction Factor.
 void setSnapTips(boolean tips)
          Indicates whether to show the snap tips.
 void setStickyMoveTolerance(int tol)
          Controls the sticky move tolerance.
 void setUseGroundToGrid(boolean g2g)
          Indicates whether to use Ground to Grid.
 
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
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

IEditProperties2Proxy

public IEditProperties2Proxy(java.lang.String CLSID,
                             java.lang.String host,
                             com.esri.arcgis.interop.AuthInfo authInfo)
                      throws java.net.UnknownHostException,
                             java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

IEditProperties2Proxy

public IEditProperties2Proxy()
For internal use only


IEditProperties2Proxy

public IEditProperties2Proxy(java.lang.Object obj)
                      throws java.io.IOException
Throws:
java.io.IOException

IEditProperties2Proxy

protected IEditProperties2Proxy(java.lang.Object obj,
                                java.lang.String iid)
                         throws java.io.IOException
Throws:
java.io.IOException

IEditProperties2Proxy

protected IEditProperties2Proxy(java.lang.String CLSID,
                                java.lang.String iid,
                                java.lang.String host,
                                com.esri.arcgis.interop.AuthInfo authInfo)
                         throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getStickyMoveTolerance

public int getStickyMoveTolerance()
                           throws java.io.IOException,
                                  AutomationException
Controls the sticky move tolerance.

Specified by:
getStickyMoveTolerance in interface IEditProperties2
Returns:
The tol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStickyMoveTolerance

public void setStickyMoveTolerance(int tol)
                            throws java.io.IOException,
                                   AutomationException
Controls the sticky move tolerance.

Specified by:
setStickyMoveTolerance in interface IEditProperties2
Parameters:
tol - The tol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSnapTips

public boolean isSnapTips()
                   throws java.io.IOException,
                          AutomationException
Indicates whether to show the snap tips.

Specified by:
isSnapTips in interface IEditProperties2
Returns:
The tips
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSnapTips

public void setSnapTips(boolean tips)
                 throws java.io.IOException,
                        AutomationException
Indicates whether to show the snap tips.

Specified by:
setSnapTips in interface IEditProperties2
Parameters:
tips - The tips (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAngularUnitPrecision

public void setAngularUnitPrecision(int auPrecision)
                             throws java.io.IOException,
                                    AutomationException
Precision used to display angular units.

Specified by:
setAngularUnitPrecision in interface IEditProperties2
Parameters:
auPrecision - The auPrecision (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAngularUnitPrecision

public int getAngularUnitPrecision()
                            throws java.io.IOException,
                                   AutomationException
Precision used to display angular units.

Specified by:
getAngularUnitPrecision in interface IEditProperties2
Returns:
The auPrecision
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDirectionType

public void setDirectionType(int dirType)
                      throws java.io.IOException,
                             AutomationException
Direction Type.

Specified by:
setDirectionType in interface IEditProperties2
Parameters:
dirType - A com.esri.arcgis.system.esriDirectionType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDirectionType

public int getDirectionType()
                     throws java.io.IOException,
                            AutomationException
Direction Type.

Specified by:
getDirectionType in interface IEditProperties2
Returns:
A com.esri.arcgis.system.esriDirectionType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDirectionUnits

public void setDirectionUnits(int dirUnits)
                       throws java.io.IOException,
                              AutomationException
Direction Units.

Specified by:
setDirectionUnits in interface IEditProperties2
Parameters:
dirUnits - A com.esri.arcgis.system.esriDirectionUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDirectionUnits

public int getDirectionUnits()
                      throws java.io.IOException,
                             AutomationException
Direction Units.

Specified by:
getDirectionUnits in interface IEditProperties2
Returns:
A com.esri.arcgis.system.esriDirectionUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDistanceCorrectionFactor

public void setDistanceCorrectionFactor(double distFactor)
                                 throws java.io.IOException,
                                        AutomationException
Distance Correction Factor.

Specified by:
setDistanceCorrectionFactor in interface IEditProperties2
Parameters:
distFactor - The distFactor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDistanceCorrectionFactor

public double getDistanceCorrectionFactor()
                                   throws java.io.IOException,
                                          AutomationException
Distance Correction Factor.

Specified by:
getDistanceCorrectionFactor in interface IEditProperties2
Returns:
The distFactor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAngularCorrectionOffset

public void setAngularCorrectionOffset(double angOffset)
                                throws java.io.IOException,
                                       AutomationException
Angular Correction Offset.

Specified by:
setAngularCorrectionOffset in interface IEditProperties2
Parameters:
angOffset - The angOffset (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAngularCorrectionOffset

public double getAngularCorrectionOffset()
                                  throws java.io.IOException,
                                         AutomationException
Angular Correction Offset.

Specified by:
getAngularCorrectionOffset in interface IEditProperties2
Returns:
The angOffset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseGroundToGrid

public void setUseGroundToGrid(boolean g2g)
                        throws java.io.IOException,
                               AutomationException
Indicates whether to use Ground to Grid.

Specified by:
setUseGroundToGrid in interface IEditProperties2
Parameters:
g2g - The g2g (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseGroundToGrid

public boolean isUseGroundToGrid()
                          throws java.io.IOException,
                                 AutomationException
Indicates whether to use Ground to Grid.

Specified by:
isUseGroundToGrid in interface IEditProperties2
Returns:
The g2g
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.