|
|||||||||
| 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.IEditSketchProxy
public class IEditSketchProxy
Internal use class Proxy for COM Interface 'IEditSketch'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'
Description: 'Provides access to members that access and manipulate 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 =
| 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.IEditSketch |
|---|
IID, IID6d3a6f67_9115_11d1_8461_0000f875b9c6 |
| Constructor Summary | |
|---|---|
|
IEditSketchProxy()
For internal use only |
|
IEditSketchProxy(java.lang.Object obj)
|
protected |
IEditSketchProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IEditSketchProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IEditSketchProxy(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)
|
void |
addPoint(IPoint point,
boolean allowUndo)
Adds a point to the edit sketch. |
void |
finishSketch()
Completes the current edit sketch. |
void |
finishSketchPart()
Completes a part for the current edit sketch. |
IGeometry |
getGeometry()
Geometry stored in the edit sketch. |
int |
getGeometryType()
Type of the geometry stored in the edit sketch. |
IPoint |
getLastPoint()
The last point in the edit sketch. |
int |
getPart()
The index of the current part of the sketch. |
int |
getSegment()
The index of the current segment of the sketch. |
int |
getVertex()
The index of the current vertex of the sketch. |
void |
modifySketch()
Call to notify listeners that the sketch has been changed. |
void |
refreshSketch()
Invalidates the portion of the display that is occupied by the sketch. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setGeometryByRef(IGeometry geometry)
Geometry stored in the edit sketch. |
void |
setGeometryType(int geomType)
Type of the geometry stored in the edit 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 IEditSketchProxy(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 IEditSketchProxy()
public IEditSketchProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IEditSketchProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IEditSketchProxy(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 getPart()
throws java.io.IOException,
AutomationException
getPart in interface IEditSketchjava.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 IEditSketchjava.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 IEditSketchjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getGeometryType()
throws java.io.IOException,
AutomationException
getGeometryType in interface IEditSketchjava.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 IEditSketchgeomType - 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 IEditSketchjava.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 IEditSketchgeometry - 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 void addPoint(IPoint point,
boolean allowUndo)
throws java.io.IOException,
AutomationException
addPoint in interface IEditSketchpoint - 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 IEditSketchjava.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 IEditSketchjava.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 IEditSketchjava.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 IEditSketchjava.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 IEditSketchjava.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 | ||||||||