|
|||||||||
| 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.IAnnotationConstructorProxy
public class IAnnotationConstructorProxy
Internal use class Proxy for COM Interface 'IAnnotationConstructor'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'
Description: 'Provides access to members that control the annotation feature edit sketch constructor.' 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.IAnnotationConstructor |
|---|
IID, IIDe7df3443_4572_4056_b075_bf69e77a0fa6 |
| Constructor Summary | |
|---|---|
|
IAnnotationConstructorProxy()
For internal use only |
|
IAnnotationConstructorProxy(java.lang.Object obj)
|
protected |
IAnnotationConstructorProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IAnnotationConstructorProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IAnnotationConstructorProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
| Method Summary | |
|---|---|
void |
addFeedbackPoint(IPoint point)
Adds a point to the display feedback. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
void |
beforeStoreAnnotation(IAnnotationFeature annotationFeature,
IGeometry sketchGeometry)
Lets the constructor know the annotation is about to be stored. |
IDisplayFeedback |
createFeedback()
The display feedback for the constructor. |
java.lang.String |
getName()
Name of the annotation constructor. |
int |
getSketchGeometryType()
The type of geometry used for the edit sketch constructor. |
boolean |
isCanFinish(IGeometry sketchGeometry)
Indicates if the annotation feature can be constructed given the number of points in the edit sketch. |
void |
onKeyDown(int keyState,
int shift)
Called when a key is pressed. |
void |
onKeyUp(int keyState,
int shift)
Called when a key is pressed. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
shutdown()
The constructor start event. |
void |
startFeedback(IPoint point)
Starts the display feedback for the annotation constructor. |
void |
startup(IEditor pEditor)
The annotation editor extension. |
void |
stopFeedback()
Stops the display feedback. |
void |
updateFeedback()
Updates the display feedback with the current settings. |
| 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 IAnnotationConstructorProxy(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 IAnnotationConstructorProxy()
public IAnnotationConstructorProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IAnnotationConstructorProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IAnnotationConstructorProxy(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 java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IAnnotationConstructorjava.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 IAnnotationConstructorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCanFinish(IGeometry sketchGeometry)
throws java.io.IOException,
AutomationException
isCanFinish in interface IAnnotationConstructorsketchGeometry - 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 startup(IEditor pEditor)
throws java.io.IOException,
AutomationException
startup in interface IAnnotationConstructorpEditor - 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 shutdown()
throws java.io.IOException,
AutomationException
shutdown in interface IAnnotationConstructorjava.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 IAnnotationConstructorjava.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 IAnnotationConstructorpoint - 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 addFeedbackPoint(IPoint point)
throws java.io.IOException,
AutomationException
addFeedbackPoint in interface IAnnotationConstructorpoint - 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 updateFeedback()
throws java.io.IOException,
AutomationException
updateFeedback in interface IAnnotationConstructorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void stopFeedback()
throws java.io.IOException,
AutomationException
stopFeedback in interface IAnnotationConstructorjava.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 IAnnotationConstructorkeyState - 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 IAnnotationConstructorkeyState - 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 beforeStoreAnnotation(IAnnotationFeature annotationFeature,
IGeometry sketchGeometry)
throws java.io.IOException,
AutomationException
beforeStoreAnnotation in interface IAnnotationConstructorannotationFeature - A reference to a com.esri.arcgis.carto.IAnnotationFeature (in)sketchGeometry - 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 | ||||||||