public interface IFeatureWorkspaceAnno
extends java.io.Serializable
Description: 'Provides access to creating an annotation class as well as managing a symbol collection.' 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 |
IID14eb5331_ca80_11d2_8a2f_006097aff44e |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
addSymbolCollection(java.lang.String name,
java.lang.Object symbolCollection)
Updates the symbol collection in the class extension.
|
IFeatureClass |
createAnnotationClass(java.lang.String name,
IFields fields,
IUID cLSID,
IUID eXTCLSID,
java.lang.String shapeFieldName,
java.lang.String configKeyword,
IFeatureDataset dstFeatureDataset,
IFeatureClass srcFeatureClass,
java.lang.Object annoProperties,
java.lang.Object referenceScale,
java.lang.Object symbolCollection,
boolean autoCreate)
Creates a new annotation feature class in the workspace.
|
void |
replaceSymbolCollection(java.lang.String name,
java.lang.Object symbolCollection)
Replaces the symbol collection in the class extension.
|
static final int IID14eb5331_ca80_11d2_8a2f_006097aff44e
static final int xxDummy
static final java.lang.String IID
IFeatureClass createAnnotationClass(java.lang.String name, IFields fields, IUID cLSID, IUID eXTCLSID, java.lang.String shapeFieldName, java.lang.String configKeyword, IFeatureDataset dstFeatureDataset, IFeatureClass srcFeatureClass, java.lang.Object annoProperties, java.lang.Object referenceScale, java.lang.Object symbolCollection, boolean autoCreate) throws java.io.IOException, AutomationException
name
- The name (in)fields
- A reference to a com.esri.arcgis.geodatabase.IFields (in)cLSID
- A reference to a com.esri.arcgis.system.IUID (in)eXTCLSID
- A reference to a com.esri.arcgis.system.IUID (in)shapeFieldName
- The shapeFieldName (in)configKeyword
- The configKeyword (in)dstFeatureDataset
- A reference to a com.esri.arcgis.geodatabase.IFeatureDataset (in)srcFeatureClass
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)annoProperties
- A reference to another Object (IUnknown) (in)referenceScale
- A reference to another Object (IUnknown) (in)symbolCollection
- A reference to another Object (IUnknown) (in)autoCreate
- The autoCreate (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addSymbolCollection(java.lang.String name, java.lang.Object symbolCollection) throws java.io.IOException, AutomationException
name
- The name (in)symbolCollection
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void replaceSymbolCollection(java.lang.String name, java.lang.Object symbolCollection) throws java.io.IOException, AutomationException
name
- The name (in)symbolCollection
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.