com.esri.arcgis.carto
Interface ICoverageAnnotationLayerFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CoverageAnnotationLayerFactory, EngineCoverageAnnotationLayerFactory, ICoverageAnnotationLayerFactoryProxy

public interface ICoverageAnnotationLayerFactory
extends java.io.Serializable

COM Interface 'ICoverageAnnotationLayerFactory'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that create/find coverage annotation layers.' 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 IIDf75c243b_4019_40c5_bea4_afc422f41855
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ILayer createAnnotationLayer(IFeatureWorkspace pAnnotationWorkspace, IFeatureDataset pFeatureDataset, java.lang.String annotationLayerName)
          Create an annotation class (on disk), and returns a layer for it.
 IEnumBSTR findAnnotationLayerNames(IFeatureWorkspace pAnnotationWorkspace)
          Finds an annotation classes.
 ILayer openAnnotationLayer(IFeatureWorkspace pAnnotationWorkspace, IFeatureDataset pFeatureDataset, java.lang.String annotationLayerName)
          Loads an annotation class (on disk), and returns a layer for it.
 

Field Detail

IIDf75c243b_4019_40c5_bea4_afc422f41855

static final int IIDf75c243b_4019_40c5_bea4_afc422f41855
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

createAnnotationLayer

ILayer createAnnotationLayer(IFeatureWorkspace pAnnotationWorkspace,
                             IFeatureDataset pFeatureDataset,
                             java.lang.String annotationLayerName)
                             throws java.io.IOException,
                                    AutomationException
Create an annotation class (on disk), and returns a layer for it.

Parameters:
pAnnotationWorkspace - A reference to a com.esri.arcgis.geodatabase.IFeatureWorkspace (in)
pFeatureDataset - A reference to a com.esri.arcgis.geodatabase.IFeatureDataset (in)
annotationLayerName - The annotationLayerName (in)
Returns:
A reference to a com.esri.arcgis.carto.ILayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

openAnnotationLayer

ILayer openAnnotationLayer(IFeatureWorkspace pAnnotationWorkspace,
                           IFeatureDataset pFeatureDataset,
                           java.lang.String annotationLayerName)
                           throws java.io.IOException,
                                  AutomationException
Loads an annotation class (on disk), and returns a layer for it.

Parameters:
pAnnotationWorkspace - A reference to a com.esri.arcgis.geodatabase.IFeatureWorkspace (in)
pFeatureDataset - A reference to a com.esri.arcgis.geodatabase.IFeatureDataset (in)
annotationLayerName - The annotationLayerName (in)
Returns:
A reference to a com.esri.arcgis.carto.ILayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findAnnotationLayerNames

IEnumBSTR findAnnotationLayerNames(IFeatureWorkspace pAnnotationWorkspace)
                                   throws java.io.IOException,
                                          AutomationException
Finds an annotation classes.

Parameters:
pAnnotationWorkspace - A reference to a com.esri.arcgis.geodatabase.IFeatureWorkspace (in)
Returns:
A reference to a com.esri.arcgis.system.IEnumBSTR
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.