|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.editor.IEditProperties2Proxy
public class IEditProperties2Proxy
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 =
| 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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IEditProperties2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IEditProperties2Proxy()
public IEditProperties2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IEditProperties2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IEditProperties2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public int getStickyMoveTolerance()
throws java.io.IOException,
AutomationException
getStickyMoveTolerance in interface IEditProperties2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStickyMoveTolerance(int tol)
throws java.io.IOException,
AutomationException
setStickyMoveTolerance in interface IEditProperties2tol - The tol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSnapTips()
throws java.io.IOException,
AutomationException
isSnapTips in interface IEditProperties2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSnapTips(boolean tips)
throws java.io.IOException,
AutomationException
setSnapTips in interface IEditProperties2tips - The tips (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAngularUnitPrecision(int auPrecision)
throws java.io.IOException,
AutomationException
setAngularUnitPrecision in interface IEditProperties2auPrecision - The auPrecision (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getAngularUnitPrecision()
throws java.io.IOException,
AutomationException
getAngularUnitPrecision in interface IEditProperties2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDirectionType(int dirType)
throws java.io.IOException,
AutomationException
setDirectionType in interface IEditProperties2dirType - A com.esri.arcgis.system.esriDirectionType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDirectionType()
throws java.io.IOException,
AutomationException
getDirectionType in interface IEditProperties2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDirectionUnits(int dirUnits)
throws java.io.IOException,
AutomationException
setDirectionUnits in interface IEditProperties2dirUnits - A com.esri.arcgis.system.esriDirectionUnits constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDirectionUnits()
throws java.io.IOException,
AutomationException
getDirectionUnits in interface IEditProperties2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDistanceCorrectionFactor(double distFactor)
throws java.io.IOException,
AutomationException
setDistanceCorrectionFactor in interface IEditProperties2distFactor - The distFactor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getDistanceCorrectionFactor()
throws java.io.IOException,
AutomationException
getDistanceCorrectionFactor in interface IEditProperties2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAngularCorrectionOffset(double angOffset)
throws java.io.IOException,
AutomationException
setAngularCorrectionOffset in interface IEditProperties2angOffset - The angOffset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getAngularCorrectionOffset()
throws java.io.IOException,
AutomationException
getAngularCorrectionOffset in interface IEditProperties2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUseGroundToGrid(boolean g2g)
throws java.io.IOException,
AutomationException
setUseGroundToGrid in interface IEditProperties2g2g - The g2g (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseGroundToGrid()
throws java.io.IOException,
AutomationException
isUseGroundToGrid in interface IEditProperties2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||