|
|||||||||
| 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
com.esri.arcgis.editor.IEditSketch2Proxy
public class IEditSketch2Proxy
Internal use class Proxy for COM Interface 'IEditSketch2'. 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.IEditSketch2 |
|---|
IID, IIDf8cf41ac_6f8a_4892_b0f7_2e0668b8cba0 |
| Fields inherited from interface com.esri.arcgis.editor.IEditSketch |
|---|
IID6d3a6f67_9115_11d1_8461_0000f875b9c6 |
| Constructor Summary | |
|---|---|
|
IEditSketch2Proxy()
For internal use only |
|
IEditSketch2Proxy(java.lang.Object obj)
|
protected |
IEditSketch2Proxy(java.lang.Object obj,
java.lang.String iid)
|
|
IEditSketch2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IEditSketch2Proxy(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 |
getCurrentZ()
Current Z value for the edit sketch. |
IEditSketchExtension |
getEditSketchExtension()
The current edit sketch extension. |
boolean |
isMAware()
Indicates if the edit sketch geometry will contain Ms. |
boolean |
isPartComplete()
Indicates whether FinishPart has been called on the edit sketch. |
boolean |
isZAware()
Indicates if the edit sketch geometry will contain Zs. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setCurrentZ(double z)
Current Z value for the edit sketch. |
void |
setEditSketchExtensionByRef(IEditSketchExtension extension)
The current edit sketch extension. |
void |
setMAware(boolean aware)
Indicates if the edit sketch geometry will contain Ms. |
void |
setZAware(boolean aware)
Indicates if the edit sketch geometry will contain Zs. |
void |
vertexAdded(IPoint point)
Call to notify listeners that a sketch vertex has been added. |
void |
vertexDeleted(IPoint point)
Call to notify listeners that a sketch vertex has been deleted. |
void |
vertexMoved(IPoint point)
Call to notify listeners that a sketch vertex has been moved. |
| Methods inherited from class com.esri.arcgis.editor.IEditSketchProxy |
|---|
addPoint, finishSketch, finishSketchPart, getGeometry, getGeometryType, getLastPoint, getPart, getSegment, getVertex, modifySketch, refreshSketch, setGeometryByRef, setGeometryType |
| 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 |
| Methods inherited from interface com.esri.arcgis.editor.IEditSketch |
|---|
addPoint, finishSketch, finishSketchPart, getGeometry, getGeometryType, getLastPoint, getPart, getSegment, getVertex, modifySketch, refreshSketch, setGeometryByRef, setGeometryType |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IEditSketch2Proxy(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 IEditSketch2Proxy()
public IEditSketch2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IEditSketch2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IEditSketch2Proxy(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 IEditSketchProxyjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class IEditSketchProxyjava.io.IOException
public boolean isZAware()
throws java.io.IOException,
AutomationException
isZAware in interface IEditSketch2java.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 IEditSketch2aware - 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 IEditSketch2java.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 IEditSketch2z - The z (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEditSketchExtensionByRef(IEditSketchExtension extension)
throws java.io.IOException,
AutomationException
setEditSketchExtensionByRef in interface IEditSketch2extension - A reference to a com.esri.arcgis.editor.IEditSketchExtension (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEditSketchExtension getEditSketchExtension()
throws java.io.IOException,
AutomationException
getEditSketchExtension in interface IEditSketch2java.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 IEditSketch2point - 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 IEditSketch2point - 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 IEditSketch2point - 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 boolean isMAware()
throws java.io.IOException,
AutomationException
isMAware in interface IEditSketch2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMAware(boolean aware)
throws java.io.IOException,
AutomationException
setMAware in interface IEditSketch2aware - The aware (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isPartComplete()
throws java.io.IOException,
AutomationException
isPartComplete in interface IEditSketch2java.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 | ||||||||