|
|||||||||
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.IEngineEditPropertiesProxy
Description: 'Provides access to 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 IEngineEditPropertiesProxy
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.IEngineEditProperties |
---|
IID, IID74ff9f4f_b6f3_4165_9543_b57908e153c5 |
Constructor Summary | |
---|---|
|
IEngineEditPropertiesProxy()
Deprecated. For internal use only |
|
IEngineEditPropertiesProxy(java.lang.Object obj)
Deprecated. |
protected |
IEngineEditPropertiesProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IEngineEditPropertiesProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IEngineEditPropertiesProxy(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. |
int |
getReportPrecision()
Deprecated. Controls the number of decimal places the editor reports numbers with. |
IMarkerSymbol |
getSelectedVertexSymbol()
Deprecated. Symbol used to draw the active vertex of the edit sketch. |
ILineSymbol |
getSketchSymbol()
Deprecated. Symbol used to draw the lines of the edit sketch. |
IMarkerSymbol |
getSketchVertexSymbol()
Deprecated. Symbol used to draw the vertices of the edit sketch. |
IMarkerSymbol |
getSnapSymbol()
Deprecated. Symbol used to draw the snap location. |
int |
getStreamGroupingCount()
Deprecated. Controls the number of points to group together when streaming. |
double |
getStreamTolerance()
Deprecated. Controls the streaming tolerance, measured in map units. |
ILayer |
getTargetLayer()
Deprecated. The editor's target layer. |
boolean |
isAutoSaveOnVersionRedefined()
Deprecated. Indicates whether the stop editing process should automatically reconcile an edit session and save the version without notification. |
boolean |
isStretchGeometry()
Deprecated. Indicates if the edit sketch is stretched when one of its vertices is moved. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAutoSaveOnVersionRedefined(boolean stretch)
Deprecated. Indicates whether the stop editing process should automatically reconcile an edit session and save the version without notification. |
void |
setReportPrecision(int numDecs)
Deprecated. Controls the number of decimal places the editor reports numbers with. |
void |
setSelectedVertexSymbolByRef(IMarkerSymbol symbol)
Deprecated. Symbol used to draw the active vertex of the edit sketch. |
void |
setSketchSymbolByRef(ILineSymbol symbol)
Deprecated. Symbol used to draw the lines of the edit sketch. |
void |
setSketchVertexSymbolByRef(IMarkerSymbol symbol)
Deprecated. Symbol used to draw the vertices of the edit sketch. |
void |
setSnapSymbolByRef(IMarkerSymbol symbol)
Deprecated. Symbol used to draw the snap location. |
void |
setStreamGroupingCount(int tol)
Deprecated. Controls the number of points to group together when streaming. |
void |
setStreamTolerance(double tol)
Deprecated. Controls the streaming tolerance, measured in map units. |
void |
setStretchGeometry(boolean stretch)
Deprecated. Indicates if the edit sketch is stretched when one of its vertices is moved. |
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 IEngineEditPropertiesProxy(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 IEngineEditPropertiesProxy()
public IEngineEditPropertiesProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IEngineEditPropertiesProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IEngineEditPropertiesProxy(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 getReportPrecision() throws java.io.IOException, AutomationException
getReportPrecision
in interface IEngineEditProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReportPrecision(int numDecs) throws java.io.IOException, AutomationException
setReportPrecision
in interface IEngineEditProperties
numDecs
- The numDecs (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getStreamTolerance() throws java.io.IOException, AutomationException
getStreamTolerance
in interface IEngineEditProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStreamTolerance(double tol) throws java.io.IOException, AutomationException
setStreamTolerance
in interface IEngineEditProperties
tol
- The tol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getStreamGroupingCount() throws java.io.IOException, AutomationException
getStreamGroupingCount
in interface IEngineEditProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStreamGroupingCount(int tol) throws java.io.IOException, AutomationException
setStreamGroupingCount
in interface IEngineEditProperties
tol
- The tol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isStretchGeometry() throws java.io.IOException, AutomationException
isStretchGeometry
in interface IEngineEditProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStretchGeometry(boolean stretch) throws java.io.IOException, AutomationException
setStretchGeometry
in interface IEngineEditProperties
stretch
- The stretch (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILineSymbol getSketchSymbol() throws java.io.IOException, AutomationException
getSketchSymbol
in interface IEngineEditProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSketchSymbolByRef(ILineSymbol symbol) throws java.io.IOException, AutomationException
setSketchSymbolByRef
in interface IEngineEditProperties
symbol
- A reference to a com.esri.arcgis.display.ILineSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMarkerSymbol getSketchVertexSymbol() throws java.io.IOException, AutomationException
getSketchVertexSymbol
in interface IEngineEditProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSketchVertexSymbolByRef(IMarkerSymbol symbol) throws java.io.IOException, AutomationException
setSketchVertexSymbolByRef
in interface IEngineEditProperties
symbol
- A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMarkerSymbol getSelectedVertexSymbol() throws java.io.IOException, AutomationException
getSelectedVertexSymbol
in interface IEngineEditProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSelectedVertexSymbolByRef(IMarkerSymbol symbol) throws java.io.IOException, AutomationException
setSelectedVertexSymbolByRef
in interface IEngineEditProperties
symbol
- A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMarkerSymbol getSnapSymbol() throws java.io.IOException, AutomationException
getSnapSymbol
in interface IEngineEditProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSnapSymbolByRef(IMarkerSymbol symbol) throws java.io.IOException, AutomationException
setSnapSymbolByRef
in interface IEngineEditProperties
symbol
- A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAutoSaveOnVersionRedefined() throws java.io.IOException, AutomationException
isAutoSaveOnVersionRedefined
in interface IEngineEditProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAutoSaveOnVersionRedefined(boolean stretch) throws java.io.IOException, AutomationException
setAutoSaveOnVersionRedefined
in interface IEngineEditProperties
stretch
- The stretch (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILayer getTargetLayer() throws java.io.IOException, AutomationException
getTargetLayer
in interface IEngineEditProperties
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 |