|
|||||||||
| 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.IEditSketchExtension2Proxy
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 IEditSketchExtension2Proxy
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.IEditSketchExtension2 |
|---|
IID, IID26ca7bb7_17f5_42d6_8aec_d8a231b7f92e |
| Constructor Summary | |
|---|---|
|
IEditSketchExtension2Proxy()
Deprecated. For internal use only |
|
IEditSketchExtension2Proxy(java.lang.Object obj)
Deprecated. |
protected |
IEditSketchExtension2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IEditSketchExtension2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IEditSketchExtension2Proxy(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. |
IDisplayFeedback |
createPreSketchFeedback()
Deprecated. Called when a new feedback is needed before the sketch starts. |
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. |
boolean |
isHasPreSketchFeedback()
Deprecated. Indicates whether the SketchExtension will use a custom feedback before the sketch starts. |
void |
onKeyDown(int keyState,
int shift)
Deprecated. Called when a key is pressed. |
void |
onKeyUp(int keyState,
int shift)
Deprecated. Called when a key is pressed. |
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. |
void |
startPreSketchFeedback(IPoint point)
Deprecated. Called when the feedback needs to be started. |
IGeometry |
stopFeedback()
Deprecated. Called when the feedback is no longer necessary. |
void |
stopPreSketchFeedback()
Deprecated. Called when the feedback needs to be stopped. |
| 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 IEditSketchExtension2Proxy(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 IEditSketchExtension2Proxy()
public IEditSketchExtension2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IEditSketchExtension2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IEditSketchExtension2Proxy(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 IEditSketchExtension2editor - 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 IEditSketchExtension2editor - 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 IEditSketchExtension2java.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 IEditSketchExtension2feature - 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 IEditSketchExtension2java.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 IEditSketchExtension2java.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 IEditSketchExtension2java.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 IEditSketchExtension2java.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 IEditSketchExtension2feature - 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 IEditSketchExtension2java.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 IEditSketchExtension2java.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 IEditSketchExtension2point - 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 IEditSketchExtension2java.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 IEditSketchExtension2shape - 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 isHasPreSketchFeedback()
throws java.io.IOException,
AutomationException
isHasPreSketchFeedback in interface IEditSketchExtension2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDisplayFeedback createPreSketchFeedback()
throws java.io.IOException,
AutomationException
createPreSketchFeedback in interface IEditSketchExtension2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void startPreSketchFeedback(IPoint point)
throws java.io.IOException,
AutomationException
startPreSketchFeedback in interface IEditSketchExtension2point - 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 stopPreSketchFeedback()
throws java.io.IOException,
AutomationException
stopPreSketchFeedback in interface IEditSketchExtension2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onKeyDown(int keyState,
int shift)
throws java.io.IOException,
AutomationException
onKeyDown in interface IEditSketchExtension2keyState - The keyState (in)shift - The shift (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onKeyUp(int keyState,
int shift)
throws java.io.IOException,
AutomationException
onKeyUp in interface IEditSketchExtension2keyState - The keyState (in)shift - The shift (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 | ||||||||