Description: 'Provides access to the annotation feature class extension.' 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 IMEAnnotationFeatureClassExtensionBridgeProxy extends com.esri.arcgis.interop.Dispatch implements IMEAnnotationFeatureClassExtensionBridge, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID76aa4719_0c0c_455d_b84c_0f2080f90e51| Modifier | Constructor and Description |
|---|---|
|
IMEAnnotationFeatureClassExtensionBridgeProxy()
Deprecated.
For internal use only
|
|
IMEAnnotationFeatureClassExtensionBridgeProxy(java.lang.Object obj)
Deprecated.
|
protected |
IMEAnnotationFeatureClassExtensionBridgeProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IMEAnnotationFeatureClassExtensionBridgeProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IMEAnnotationFeatureClassExtensionBridgeProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
java.lang.String |
getBuild()
Deprecated.
The build number of the annotation feature class.
|
java.lang.String |
getCIMVersion()
Deprecated.
The CIM Version of the annotation feature class.
|
IFeatureClass |
getFeatureClass()
Deprecated.
The annotation feature class this class extension applies to.
|
java.lang.String |
getGeneralPlacementPropertiesJSON()
Deprecated.
The general placement properties of the label engine.
|
java.lang.String |
getLabelClassCollectionJSON()
Deprecated.
The annotation class properties of the annotation feature class expressed as a collection of label classes.
|
IFeatureClass |
getLinkedFeatureClass()
Deprecated.
The feature class to which the annotation class is feature linked.
|
int |
getMaxLabelClassID()
Deprecated.
The maximum symbol ID value of the symbol collection.
|
int |
getMaxSymbolID()
Deprecated.
The maximum symbol ID value of the symbol collection.
|
double |
getReferenceScale()
Deprecated.
The reference scale.
|
IUnit |
getReferenceScaleUnit()
Deprecated.
The reference scale units of the annotation feature class.
|
java.lang.String |
getSymbolCollectionJSON()
Deprecated.
The symbol collection of the annotation feature class as a JSON string.
|
short |
getVersion()
Deprecated.
The version of the annotation feature class.
|
boolean |
isAllowSymbolOverrides()
Deprecated.
Indicates if an annotation may override a symbol property even though it references the symbol collection.
|
boolean |
isAutoCreate()
Deprecated.
Indicates if feature-linked annotation is to be automatically created when a feature is created.
|
boolean |
isRequireSymbolID()
Deprecated.
Indicates if an annotation must reference a symbol in the symbol collection.
|
boolean |
isUpdateOnShapeChange()
Deprecated.
Indicates if an annotation is to be automatically recreated when a feature's shape is changed.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
resetProperties()
Deprecated.
Resets the annotation feature class extension to the properties persisted in the dataset.
|
void |
setAllowSymbolOverrides(boolean flag)
Deprecated.
Indicates if an annotation may override a symbol property even though it references the symbol collection.
|
void |
setAutoCreate(boolean flag)
Deprecated.
Indicates if feature-linked annotation is to be automatically created when a feature is created.
|
void |
setBuild(java.lang.String build)
Deprecated.
The build number of the annotation feature class.
|
void |
setCIMVersion(java.lang.String version)
Deprecated.
The CIM Version of the annotation feature class.
|
void |
setGeneralPlacementPropertiesJSON(java.lang.String json)
Deprecated.
The general placement properties of the label engine.
|
void |
setLabelClassCollectionJSON(java.lang.String json)
Deprecated.
The annotation class properties of the annotation feature class expressed as a collection of label classes.
|
void |
setReferenceScale(double refScale)
Deprecated.
The reference scale.
|
void |
setReferenceScaleUnit(IUnit unit)
Deprecated.
The reference scale units of the annotation feature class.
|
void |
setRequireSymbolID(boolean flag)
Deprecated.
Indicates if an annotation must reference a symbol in the symbol collection.
|
void |
setSymbolCollectionJSON(java.lang.String json)
Deprecated.
The symbol collection of the annotation feature class as a JSON string.
|
void |
setUpdateOnShapeChange(boolean flag)
Deprecated.
Indicates if an annotation is to be automatically recreated when a feature's shape is changed.
|
void |
setVersion(short vers)
Deprecated.
The version of the annotation feature class.
|
void |
updateProperties()
Deprecated.
Updates the annotation feature class extension properties in the database with this object's properties in their current state.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IMEAnnotationFeatureClassExtensionBridgeProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IMEAnnotationFeatureClassExtensionBridgeProxy()
public IMEAnnotationFeatureClassExtensionBridgeProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IMEAnnotationFeatureClassExtensionBridgeProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IMEAnnotationFeatureClassExtensionBridgeProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic void setReferenceScale(double refScale)
throws java.io.IOException,
AutomationException
setReferenceScale in interface IMEAnnotationFeatureClassExtensionBridgerefScale - The refScale (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getReferenceScale()
throws java.io.IOException,
AutomationException
getReferenceScale in interface IMEAnnotationFeatureClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setReferenceScaleUnit(IUnit unit) throws java.io.IOException, AutomationException
setReferenceScaleUnit in interface IMEAnnotationFeatureClassExtensionBridgeunit - A reference to a com.esri.arcgis.geometry.IUnit (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IUnit getReferenceScaleUnit() throws java.io.IOException, AutomationException
getReferenceScaleUnit in interface IMEAnnotationFeatureClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setRequireSymbolID(boolean flag)
throws java.io.IOException,
AutomationException
setRequireSymbolID in interface IMEAnnotationFeatureClassExtensionBridgeflag - The flag (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isRequireSymbolID()
throws java.io.IOException,
AutomationException
isRequireSymbolID in interface IMEAnnotationFeatureClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setAllowSymbolOverrides(boolean flag)
throws java.io.IOException,
AutomationException
setAllowSymbolOverrides in interface IMEAnnotationFeatureClassExtensionBridgeflag - The flag (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isAllowSymbolOverrides()
throws java.io.IOException,
AutomationException
isAllowSymbolOverrides in interface IMEAnnotationFeatureClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isAutoCreate()
throws java.io.IOException,
AutomationException
isAutoCreate in interface IMEAnnotationFeatureClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setAutoCreate(boolean flag)
throws java.io.IOException,
AutomationException
setAutoCreate in interface IMEAnnotationFeatureClassExtensionBridgeflag - The flag (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isUpdateOnShapeChange()
throws java.io.IOException,
AutomationException
isUpdateOnShapeChange in interface IMEAnnotationFeatureClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setUpdateOnShapeChange(boolean flag)
throws java.io.IOException,
AutomationException
setUpdateOnShapeChange in interface IMEAnnotationFeatureClassExtensionBridgeflag - The flag (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSymbolCollectionJSON(java.lang.String json)
throws java.io.IOException,
AutomationException
setSymbolCollectionJSON in interface IMEAnnotationFeatureClassExtensionBridgejson - The json (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getSymbolCollectionJSON()
throws java.io.IOException,
AutomationException
getSymbolCollectionJSON in interface IMEAnnotationFeatureClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public short getVersion()
throws java.io.IOException,
AutomationException
getVersion in interface IMEAnnotationFeatureClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setVersion(short vers)
throws java.io.IOException,
AutomationException
setVersion in interface IMEAnnotationFeatureClassExtensionBridgevers - The vers (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setLabelClassCollectionJSON(java.lang.String json)
throws java.io.IOException,
AutomationException
setLabelClassCollectionJSON in interface IMEAnnotationFeatureClassExtensionBridgejson - The json (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getLabelClassCollectionJSON()
throws java.io.IOException,
AutomationException
getLabelClassCollectionJSON in interface IMEAnnotationFeatureClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setGeneralPlacementPropertiesJSON(java.lang.String json)
throws java.io.IOException,
AutomationException
setGeneralPlacementPropertiesJSON in interface IMEAnnotationFeatureClassExtensionBridgejson - The json (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getGeneralPlacementPropertiesJSON()
throws java.io.IOException,
AutomationException
getGeneralPlacementPropertiesJSON in interface IMEAnnotationFeatureClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void updateProperties()
throws java.io.IOException,
AutomationException
updateProperties in interface IMEAnnotationFeatureClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void resetProperties()
throws java.io.IOException,
AutomationException
resetProperties in interface IMEAnnotationFeatureClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IFeatureClass getFeatureClass() throws java.io.IOException, AutomationException
getFeatureClass in interface IMEAnnotationFeatureClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IFeatureClass getLinkedFeatureClass() throws java.io.IOException, AutomationException
getLinkedFeatureClass in interface IMEAnnotationFeatureClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getMaxLabelClassID()
throws java.io.IOException,
AutomationException
getMaxLabelClassID in interface IMEAnnotationFeatureClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getMaxSymbolID()
throws java.io.IOException,
AutomationException
getMaxSymbolID in interface IMEAnnotationFeatureClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getCIMVersion()
throws java.io.IOException,
AutomationException
getCIMVersion in interface IMEAnnotationFeatureClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCIMVersion(java.lang.String version)
throws java.io.IOException,
AutomationException
setCIMVersion in interface IMEAnnotationFeatureClassExtensionBridgeversion - The version (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getBuild()
throws java.io.IOException,
AutomationException
getBuild in interface IMEAnnotationFeatureClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setBuild(java.lang.String build)
throws java.io.IOException,
AutomationException
setBuild in interface IMEAnnotationFeatureClassExtensionBridgebuild - The build (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.