|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.ConvertLabelsToAnnotation
public class ConvertLabelsToAnnotation
COM Class 'ConvertLabelsToAnnotation'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'An Esri convert labels to annotation helper class.' 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 |
---|
Fields inherited from interface com.esri.arcgis.carto.IConvertLabelsToAnnotation |
---|
IID, IID0ae13bc3_f821_4ae4_8b20_1ece97f78874, xxDummy |
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
Constructor Summary | |
---|---|
ConvertLabelsToAnnotation()
Constructs a ConvertLabelsToAnnotation using ArcGIS Engine. |
|
ConvertLabelsToAnnotation(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ConvertLabelsToAnnotation theConvertLabelsToAnnotation = (ConvertLabelsToAnnotation) obj; |
Method Summary | |
---|---|
void |
addFeatureLayer(IFeatureLayer pFeatureLayer,
java.lang.String annoLayerName,
IFeatureWorkspace pFeatureWorkspace,
IFeatureDataset pFeatureDataset,
boolean featureLinked,
boolean appendMode,
boolean requireSymbolID,
boolean autoCreate,
boolean autoUpdate,
java.lang.String configKeyword)
Call this method for each feature layer be converted to annotation. |
void |
convertLabels()
Convert labels to annotation. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IEnumLayer |
getAnnoLayers()
New database annotation layers created by the conversion process. |
static java.lang.String |
getClsid()
getClsid. |
java.lang.String |
getErrorInfo()
Error information generated by the conversion process. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
void |
initialize(IMap pMap,
int storageType,
int whichFeatures,
boolean generateUnplacedAnnotation,
ITrackCancel pTrackCancel,
IAnnotationErrorEvents pAnnotationErrorEvents)
Call this method first to initialize the converter. |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
release()
Release a ConvertLabelsToAnnotation. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConvertLabelsToAnnotation() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic ConvertLabelsToAnnotation(java.lang.Object obj) throws java.io.IOException
ConvertLabelsToAnnotation theConvertLabelsToAnnotation = (ConvertLabelsToAnnotation) obj;
obj
to ConvertLabelsToAnnotation
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void initialize(IMap pMap, int storageType, int whichFeatures, boolean generateUnplacedAnnotation, ITrackCancel pTrackCancel, IAnnotationErrorEvents pAnnotationErrorEvents) throws java.io.IOException, AutomationException
initialize
in interface IConvertLabelsToAnnotation
pMap
- A reference to a com.esri.arcgis.carto.IMap (in)storageType
- A com.esri.arcgis.carto.esriAnnotationStorageType constant (in)whichFeatures
- A com.esri.arcgis.carto.esriLabelWhichFeatures constant (in)generateUnplacedAnnotation
- The generateUnplacedAnnotation (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)pAnnotationErrorEvents
- A reference to a com.esri.arcgis.carto.IAnnotationErrorEvents (in, optional, pass 0 if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addFeatureLayer(IFeatureLayer pFeatureLayer, java.lang.String annoLayerName, IFeatureWorkspace pFeatureWorkspace, IFeatureDataset pFeatureDataset, boolean featureLinked, boolean appendMode, boolean requireSymbolID, boolean autoCreate, boolean autoUpdate, java.lang.String configKeyword) throws java.io.IOException, AutomationException
addFeatureLayer
in interface IConvertLabelsToAnnotation
pFeatureLayer
- A reference to a com.esri.arcgis.carto.IFeatureLayer (in)annoLayerName
- The annoLayerName (in)pFeatureWorkspace
- A reference to a com.esri.arcgis.geodatabase.IFeatureWorkspace (in, optional, pass 0 if not required)pFeatureDataset
- A reference to a com.esri.arcgis.geodatabase.IFeatureDataset (in, optional, pass 0 if not required)featureLinked
- The featureLinked (in, optional, pass false if not required)appendMode
- The appendMode (in, optional, pass false if not required)requireSymbolID
- The requireSymbolID (in, optional, pass false if not required)autoCreate
- The autoCreate (in, optional, pass false if not required)autoUpdate
- The autoUpdate (in, optional, pass false if not required)configKeyword
- The configKeyword (in, optional, pass if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void convertLabels() throws java.io.IOException, AutomationException
convertLabels
in interface IConvertLabelsToAnnotation
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumLayer getAnnoLayers() throws java.io.IOException, AutomationException
getAnnoLayers
in interface IConvertLabelsToAnnotation
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getErrorInfo() throws java.io.IOException, AutomationException
getErrorInfo
in interface IConvertLabelsToAnnotation
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws java.io.IOException, AutomationException
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
java.io.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 |