|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.controls.IEngineEditProperties2Proxy
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 =
public class IEngineEditProperties2Proxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
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.controls.IEngineEditProperties2 |
---|
IID, IIDc795a6c0_482c_469e_8a8e_00665b21cef0 |
Constructor Summary | |
---|---|
|
IEngineEditProperties2Proxy()
Deprecated. For internal use only |
|
IEngineEditProperties2Proxy(java.lang.Object obj)
Deprecated. |
protected |
IEngineEditProperties2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IEngineEditProperties2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IEngineEditProperties2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
double |
getAngularCorrectionOffset()
Deprecated. Angular Correction Offset. |
int |
getAngularUnitPrecision()
Deprecated. Precision used to display angular units. |
int |
getDirectionType()
Deprecated. Direction Type. |
int |
getDirectionUnits()
Deprecated. Direction Units. |
double |
getDistanceCorrectionFactor()
Deprecated. Distance Correction Factor. |
int |
getStickyMoveTolerance()
Deprecated. Controls the sticky move tolerance. |
boolean |
isSnapTips()
Deprecated. Indicates whether to show the snap tips. |
boolean |
isUseGroundToGrid()
Deprecated. Indicates whether to use Ground to Grid. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAngularCorrectionOffset(double angOffset)
Deprecated. Angular Correction Offset. |
void |
setAngularUnitPrecision(int auPrecision)
Deprecated. Precision used to display angular units. |
void |
setDirectionType(int dirType)
Deprecated. Direction Type. |
void |
setDirectionUnits(int dirUnits)
Deprecated. Direction Units. |
void |
setDistanceCorrectionFactor(double distFactor)
Deprecated. Distance Correction Factor. |
void |
setSnapTips(boolean tips)
Deprecated. Indicates whether to show the snap tips. |
void |
setStickyMoveTolerance(int tol)
Deprecated. Controls the sticky move tolerance. |
void |
setUseGroundToGrid(boolean g2g)
Deprecated. 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 IEngineEditProperties2Proxy(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.IOException
public IEngineEditProperties2Proxy()
public IEngineEditProperties2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IEngineEditProperties2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IEngineEditProperties2Proxy(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.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public int getStickyMoveTolerance() throws java.io.IOException, AutomationException
getStickyMoveTolerance
in interface IEngineEditProperties2
java.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 IEngineEditProperties2
tol
- 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 IEngineEditProperties2
java.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 IEngineEditProperties2
tips
- 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 IEngineEditProperties2
auPrecision
- 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 IEngineEditProperties2
java.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 IEngineEditProperties2
dirType
- A com.esri.arcgis.controls.esriEngineDirectionType 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 IEngineEditProperties2
java.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 IEngineEditProperties2
dirUnits
- A com.esri.arcgis.controls.esriEngineDirectionUnits 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 IEngineEditProperties2
java.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 IEngineEditProperties2
distFactor
- 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 IEngineEditProperties2
java.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 IEngineEditProperties2
angOffset
- 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 IEngineEditProperties2
java.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 IEngineEditProperties2
g2g
- 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 IEngineEditProperties2
java.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 |