public interface IMEAnnotationFeatureBridge
extends java.io.Serializable
Description: 'Provides access to members that control an 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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDbfa1f8b7_a4bd_4c7b_b750_3c92e231b5e9 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAnnotationClassID()
Label Class ID.
|
java.lang.String |
getAnnotationJSON()
The JSON representing the annotation graphic for the feature.
|
IGeometry |
getGraphicOutline()
The geometry outline of the annotation.
|
java.lang.Object |
getLinkedFeatureID()
Feature ID.
|
void |
setAnnotationClassID(int annotationClassID)
Label Class ID.
|
void |
setAnnotationJSON(java.lang.String json)
The JSON representing the annotation graphic for the feature.
|
void |
setLinkedFeatureID(java.lang.Object fID)
Feature ID.
|
static final int IIDbfa1f8b7_a4bd_4c7b_b750_3c92e231b5e9
static final int xxDummy
static final java.lang.String IID
java.lang.String getAnnotationJSON()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setAnnotationJSON(java.lang.String json)
throws java.io.IOException,
AutomationException
json - The json (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setAnnotationClassID(int annotationClassID)
throws java.io.IOException,
AutomationException
annotationClassID - The annotationClassID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getAnnotationClassID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setLinkedFeatureID(java.lang.Object fID)
throws java.io.IOException,
AutomationException
fID - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object getLinkedFeatureID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IGeometry getGraphicOutline() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.