|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICoverageAnnotationLayerFactory
Provides access to members that create/find coverage annotation layers.
Method Summary | |
---|---|
ILayer |
createAnnotationLayer(IFeatureWorkspace pAnnotationWorkspace,
IFeatureDataset pFeatureDataset,
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,
String annotationLayerName)
Loads an annotation class (on disk), and returns a layer for it. |
Method Detail |
---|
ILayer createAnnotationLayer(IFeatureWorkspace pAnnotationWorkspace, IFeatureDataset pFeatureDataset, String annotationLayerName) throws IOException, AutomationException
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayer openAnnotationLayer(IFeatureWorkspace pAnnotationWorkspace, IFeatureDataset pFeatureDataset, String annotationLayerName) throws IOException, AutomationException
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumBSTR findAnnotationLayerNames(IFeatureWorkspace pAnnotationWorkspace) throws IOException, AutomationException
pAnnotationWorkspace
- A reference to a com.esri.arcgis.geodatabase.IFeatureWorkspace (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |