com.esri.arcgis.geodatabase
Interface IFeatureWorkspaceAnno

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IFeatureWorkspaceAnnoProxy, Sde4Workspace, VersionedWorkspace, Workspace

public interface IFeatureWorkspaceAnno
extends java.io.Serializable

COM Interface 'IFeatureWorkspaceAnno'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID14eb5331_ca80_11d2_8a2f_006097aff44e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID14eb5331_ca80_11d2_8a2f_006097aff44e

static final int IID14eb5331_ca80_11d2_8a2f_006097aff44e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

createAnnotationClass

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
Creates a new annotation feature class in the workspace.

Parameters:
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)
Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addSymbolCollection

void addSymbolCollection(java.lang.String name,
                         java.lang.Object symbolCollection)
                         throws java.io.IOException,
                                AutomationException
Updates the symbol collection in the class extension.

Parameters:
name - The name (in)
symbolCollection - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

replaceSymbolCollection

void replaceSymbolCollection(java.lang.String name,
                             java.lang.Object symbolCollection)
                             throws java.io.IOException,
                                    AutomationException
Replaces the symbol collection in the class extension.

Parameters:
name - The name (in)
symbolCollection - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.