|
|||||||||
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.carto.IAnnotationFeature2Proxy
Description: 'Provides access to members that control the annotation feature.' 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 IAnnotationFeature2Proxy
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.carto.IAnnotationFeature2 |
---|
IID, IID6053616b_2212_469e_bc40_c7285f48dce2 |
Constructor Summary | |
---|---|
|
IAnnotationFeature2Proxy()
Deprecated. For internal use only |
|
IAnnotationFeature2Proxy(java.lang.Object obj)
Deprecated. |
protected |
IAnnotationFeature2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IAnnotationFeature2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IAnnotationFeature2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
IElement |
getAnnotation()
Deprecated. The annotation element for the feature. |
int |
getAnnotationClassID()
Deprecated. Label Class ID. |
int |
getLinkedFeatureID()
Deprecated. Feature ID. |
int |
getStatus()
Deprecated. The current status of the annotation. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAnnotation(IElement element)
Deprecated. The annotation element for the feature. |
void |
setAnnotationClassID(int annotationClassID)
Deprecated. Label Class ID. |
void |
setLinkedFeatureID(int fID)
Deprecated. Feature ID. |
void |
setStatus(int status)
Deprecated. The current status of the annotation. |
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 IAnnotationFeature2Proxy(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.IOException
public IAnnotationFeature2Proxy()
public IAnnotationFeature2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IAnnotationFeature2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IAnnotationFeature2Proxy(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.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public IElement getAnnotation() throws java.io.IOException, AutomationException
getAnnotation
in interface IAnnotationFeature2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAnnotation(IElement element) throws java.io.IOException, AutomationException
setAnnotation
in interface IAnnotationFeature2
element
- A reference to a com.esri.arcgis.carto.IElement (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLinkedFeatureID(int fID) throws java.io.IOException, AutomationException
setLinkedFeatureID
in interface IAnnotationFeature2
fID
- The fID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLinkedFeatureID() throws java.io.IOException, AutomationException
getLinkedFeatureID
in interface IAnnotationFeature2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAnnotationClassID(int annotationClassID) throws java.io.IOException, AutomationException
setAnnotationClassID
in interface IAnnotationFeature2
annotationClassID
- The annotationClassID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getAnnotationClassID() throws java.io.IOException, AutomationException
getAnnotationClassID
in interface IAnnotationFeature2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStatus(int status) throws java.io.IOException, AutomationException
setStatus
in interface IAnnotationFeature2
status
- A com.esri.arcgis.carto.esriAnnotationStatus constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getStatus() throws java.io.IOException, AutomationException
getStatus
in interface IAnnotationFeature2
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 |