|
|||||||||
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.IEngineEditSketchProxy
Description: 'Provides access to members that manage the edit sketch.' 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 IEngineEditSketchProxy
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.IEngineEditSketch |
---|
IID, IIDa741844a_9abf_456e_b7c6_94b3c75fcb5f |
Constructor Summary | |
---|---|
|
IEngineEditSketchProxy()
Deprecated. For internal use only |
|
IEngineEditSketchProxy(java.lang.Object obj)
Deprecated. |
protected |
IEngineEditSketchProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IEngineEditSketchProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IEngineEditSketchProxy(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. |
void |
addPoint(IPoint point,
boolean allowUndo)
Deprecated. Adds a point to the edit sketch. |
void |
finishSketch()
Deprecated. Completes the current edit sketch. |
void |
finishSketchPart()
Deprecated. Completes a part for the current edit sketch. |
double |
getCurrentZ()
Deprecated. Current Z value for the edit sketch. |
IPoint |
getEditLocation()
Deprecated. A point that can be used by any custom editing commands. |
IGeometry |
getGeometry()
Deprecated. Geometry stored in the edit sketch. |
int |
getGeometryType()
Deprecated. Type of the geometry stored in the edit sketch. |
IPoint |
getLastPoint()
Deprecated. The last point in the edit sketch. |
int |
getPart()
Deprecated. The index of the current part of the sketch. |
int |
getSegment()
Deprecated. The index of the current segment of the sketch. |
int |
getVertex()
Deprecated. The index of the current vertex of the sketch. |
boolean |
isZAware()
Deprecated. Indicates whether the edit sketch geometry can contain Zs. |
void |
modifySketch()
Deprecated. Notifies listeners that the sketch has been changed. |
void |
refreshSketch()
Deprecated. Invalidates the portion of the display that is occupied by the sketch. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setCurrentZ(double z)
Deprecated. Current Z value for the edit sketch. |
void |
setEditLocation(int x,
int y)
Deprecated. Sets the part, segment and vertex of the edit sketch at the x,y location. |
void |
setGeometryByRef(IGeometry geometry)
Deprecated. Geometry stored in the edit sketch. |
void |
setGeometryType(int geomType)
Deprecated. Type of the geometry stored in the edit sketch. |
void |
setZAware(boolean aware)
Deprecated. Indicates whether the edit sketch geometry can contain Zs. |
void |
vertexAdded(IPoint point)
Deprecated. Notifies listeners that a vertex has been added to the sketch. |
void |
vertexDeleted(IPoint point)
Deprecated. Notifies listeners that a vertex has been deleted from the sketch. |
void |
vertexMoved(IPoint point)
Deprecated. Notifies listeners that a vertex has been moved in the sketch. |
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 IEngineEditSketchProxy(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 IEngineEditSketchProxy()
public IEngineEditSketchProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IEngineEditSketchProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IEngineEditSketchProxy(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 getGeometryType() throws java.io.IOException, AutomationException
getGeometryType
in interface IEngineEditSketch
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGeometryType(int geomType) throws java.io.IOException, AutomationException
setGeometryType
in interface IEngineEditSketch
geomType
- A com.esri.arcgis.geometry.esriGeometryType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometry getGeometry() throws java.io.IOException, AutomationException
getGeometry
in interface IEngineEditSketch
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGeometryByRef(IGeometry geometry) throws java.io.IOException, AutomationException
setGeometryByRef
in interface IEngineEditSketch
geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPoint getEditLocation() throws java.io.IOException, AutomationException
getEditLocation
in interface IEngineEditSketch
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPart() throws java.io.IOException, AutomationException
getPart
in interface IEngineEditSketch
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSegment() throws java.io.IOException, AutomationException
getSegment
in interface IEngineEditSketch
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getVertex() throws java.io.IOException, AutomationException
getVertex
in interface IEngineEditSketch
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addPoint(IPoint point, boolean allowUndo) throws java.io.IOException, AutomationException
addPoint
in interface IEngineEditSketch
point
- A reference to a com.esri.arcgis.geometry.IPoint (in)allowUndo
- The allowUndo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void refreshSketch() throws java.io.IOException, AutomationException
refreshSketch
in interface IEngineEditSketch
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void finishSketch() throws java.io.IOException, AutomationException
finishSketch
in interface IEngineEditSketch
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void finishSketchPart() throws java.io.IOException, AutomationException
finishSketchPart
in interface IEngineEditSketch
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPoint getLastPoint() throws java.io.IOException, AutomationException
getLastPoint
in interface IEngineEditSketch
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void modifySketch() throws java.io.IOException, AutomationException
modifySketch
in interface IEngineEditSketch
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void vertexAdded(IPoint point) throws java.io.IOException, AutomationException
vertexAdded
in interface IEngineEditSketch
point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void vertexDeleted(IPoint point) throws java.io.IOException, AutomationException
vertexDeleted
in interface IEngineEditSketch
point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void vertexMoved(IPoint point) throws java.io.IOException, AutomationException
vertexMoved
in interface IEngineEditSketch
point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEditLocation(int x, int y) throws java.io.IOException, AutomationException
setEditLocation
in interface IEngineEditSketch
x
- The x (in)y
- The y (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isZAware() throws java.io.IOException, AutomationException
isZAware
in interface IEngineEditSketch
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setZAware(boolean aware) throws java.io.IOException, AutomationException
setZAware
in interface IEngineEditSketch
aware
- The aware (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getCurrentZ() throws java.io.IOException, AutomationException
getCurrentZ
in interface IEngineEditSketch
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCurrentZ(double z) throws java.io.IOException, AutomationException
setCurrentZ
in interface IEngineEditSketch
z
- The z (in)
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 |