|
|||||||||
| 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.IEditSketchExtensionProxy
Description: 'Provides access to members that extend 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 IEditSketchExtensionProxy
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.editor.IEditSketchExtension |
|---|
IID, IIDcdff8835_dec8_433f_8ef7_5b754165d168 |
| Constructor Summary | |
|---|---|
|
IEditSketchExtensionProxy()
Deprecated. For internal use only |
|
IEditSketchExtensionProxy(java.lang.Object obj)
Deprecated. |
protected |
IEditSketchExtensionProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IEditSketchExtensionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IEditSketchExtensionProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
activate(IEditor editor)
Deprecated. Called when the sketch extension is about to be used. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
boolean |
applies(IEditor editor)
Deprecated. Indicates whether this extension applies to the current edit environment. |
void |
beforeStoreFeature(IFeature feature,
IGeometry geometry)
Deprecated. Lets the extension know the feature is about to be stored. |
IDisplayFeedback |
createFeedback()
Deprecated. Called when a new feedback is needed. |
IGeometry |
createSketchGeometry(IFeature feature)
Deprecated. The geometry that will be used in the sketch when modifying a feature. |
void |
deactivate()
Deprecated. Called when the sketch extension is no longer needed. |
int |
getSketchGeometryType()
Deprecated. The geometry type used for the edit sketch when creating new features. |
boolean |
isCanDeleteVertices()
Deprecated. Indicates whether the sketch allows the deleting of vertices. |
boolean |
isCanInsertVertices()
Deprecated. Indicates whether the sketch allows the inserting of additional vertices. |
boolean |
isCanMoveVertices()
Deprecated. Indicates whether the sketch allows the moving of vertices. |
boolean |
isHasFeedback()
Deprecated. Indicates whether the SketchExtension will use a custom feedback. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
startFeedback(IPoint point)
Deprecated. Called when the feedback needs to be started. |
void |
startFeedbackFromShape(IGeometry shape)
Deprecated. Called when the feedback needs to be started using an existing geometry. |
IGeometry |
stopFeedback()
Deprecated. Called when the feedback is no longer necessary. |
| 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 IEditSketchExtensionProxy(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 IEditSketchExtensionProxy()
public IEditSketchExtensionProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IEditSketchExtensionProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IEditSketchExtensionProxy(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 boolean applies(IEditor editor)
throws java.io.IOException,
AutomationException
applies in interface IEditSketchExtensioneditor - A reference to a com.esri.arcgis.editor.IEditor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void activate(IEditor editor)
throws java.io.IOException,
AutomationException
activate in interface IEditSketchExtensioneditor - A reference to a com.esri.arcgis.editor.IEditor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deactivate()
throws java.io.IOException,
AutomationException
deactivate in interface IEditSketchExtensionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void beforeStoreFeature(IFeature feature,
IGeometry geometry)
throws java.io.IOException,
AutomationException
beforeStoreFeature in interface IEditSketchExtensionfeature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)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 boolean isCanInsertVertices()
throws java.io.IOException,
AutomationException
isCanInsertVertices in interface IEditSketchExtensionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCanDeleteVertices()
throws java.io.IOException,
AutomationException
isCanDeleteVertices in interface IEditSketchExtensionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCanMoveVertices()
throws java.io.IOException,
AutomationException
isCanMoveVertices in interface IEditSketchExtensionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSketchGeometryType()
throws java.io.IOException,
AutomationException
getSketchGeometryType in interface IEditSketchExtensionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry createSketchGeometry(IFeature feature)
throws java.io.IOException,
AutomationException
createSketchGeometry in interface IEditSketchExtensionfeature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHasFeedback()
throws java.io.IOException,
AutomationException
isHasFeedback in interface IEditSketchExtensionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDisplayFeedback createFeedback()
throws java.io.IOException,
AutomationException
createFeedback in interface IEditSketchExtensionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void startFeedback(IPoint point)
throws java.io.IOException,
AutomationException
startFeedback in interface IEditSketchExtensionpoint - 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 IGeometry stopFeedback()
throws java.io.IOException,
AutomationException
stopFeedback in interface IEditSketchExtensionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void startFeedbackFromShape(IGeometry shape)
throws java.io.IOException,
AutomationException
startFeedbackFromShape in interface IEditSketchExtensionshape - 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||