|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.AnnotateMap
public class AnnotateMap
A renderer for labeling feature layers in a map.
AnnotateMap wraps the low level functionaility of the BasicOverposter (ESRI Standard Label Engine) and is used for map labeling and creating annotation from labels.
Constructor Summary | |
---|---|
AnnotateMap()
Constructs a AnnotateMap using ArcGIS Engine. |
|
AnnotateMap(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. AnnotateMap theAnnotateMap = (AnnotateMap) obj; |
Method Summary | |
---|---|
void |
addIAnnotationErrorEventsListener(IAnnotationErrorEvents theListener)
addIAnnotationErrorEventsListener. |
void |
draw(IDisplay display,
IAnnotateMapProperties annoMapCmdProps,
IMap map,
ITrackCancel trackCancel)
Draws labels for feature layers based on the properties given. |
void |
draw(IDisplay display,
IOverposterProperties overposterProps,
IAnnotateMapProperties annoMapCmdProps,
IMap map,
ITrackCancel trackCancel)
Draws labels for feature layers based on the properties given. |
void |
enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
enumConnectionPoints |
boolean |
equals(Object o)
Compare this object with another |
void |
findConnectionPoint(GUID riid,
IConnectionPoint[] ppCP)
findConnectionPoint |
void |
getClassID(GUID[] pClassID)
getClassID |
static String |
getClsid()
getClsid. |
IUID |
getFeatureLayerPropertiesID()
The UID that is expected for feature layer properties. |
String |
getName()
Name of the engine that will create the labels ( annotation). |
IUID |
getOverposterPropertiesID()
The UID that is expected for overposter properties. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
isDirty()
isDirty |
void |
label(IAnnotateMapProperties annoMapCmdProps,
IMap map,
ITrackCancel trackCancel)
Labels feature layers based on the properties given. |
void |
label(IOverposterProperties overposterProps,
IAnnotateMapProperties annoMapCmdProps,
IMap map,
ITrackCancel trackCancel)
Labels feature layers based on the properties given. |
void |
load(IStream pstm)
load |
void |
readExternal(ObjectInput in)
|
void |
removeIAnnotationErrorEventsListener(IAnnotationErrorEvents theListener)
removeIAnnotationErrorEventsListener. |
void |
save(IStream pstm,
int fClearDirty)
save |
void |
writeExternal(ObjectOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public AnnotateMap() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic AnnotateMap(Object obj) throws IOException
AnnotateMap theAnnotateMap = (AnnotateMap) obj;
obj
to AnnotateMap
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void addIAnnotationErrorEventsListener(IAnnotationErrorEvents theListener) throws IOException
theListener
- An object that implements the com.esri.arcgis.carto.IAnnotationErrorEvents interface.
IOException
- If there are communications problems.public void removeIAnnotationErrorEventsListener(IAnnotationErrorEvents theListener) throws IOException
theListener
- An object that implements the com.esri.arcgis.carto.IAnnotationErrorEvents interface.
IOException
- If there are communications problems.public String getName() throws IOException, AutomationException
getName
in interface IAnnotateMap
getName
in interface IAnnotateMap2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUID getFeatureLayerPropertiesID() throws IOException, AutomationException
getFeatureLayerPropertiesID
in interface IAnnotateMap
getFeatureLayerPropertiesID
in interface IAnnotateMap2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void label(IAnnotateMapProperties annoMapCmdProps, IMap map, ITrackCancel trackCancel) throws IOException, AutomationException
label
in interface IAnnotateMap
annoMapCmdProps
- A reference to a com.esri.arcgis.carto.IAnnotateMapProperties (in)map
- A reference to a com.esri.arcgis.carto.IMap (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in, optional, pass 0 if not required)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void draw(IDisplay display, IAnnotateMapProperties annoMapCmdProps, IMap map, ITrackCancel trackCancel) throws IOException, AutomationException
draw
in interface IAnnotateMap
display
- A reference to a com.esri.arcgis.display.IDisplay (in)annoMapCmdProps
- A reference to a com.esri.arcgis.carto.IAnnotateMapProperties (in)map
- A reference to a com.esri.arcgis.carto.IMap (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in, optional, pass 0 if not required)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void label(IOverposterProperties overposterProps, IAnnotateMapProperties annoMapCmdProps, IMap map, ITrackCancel trackCancel) throws IOException, AutomationException
label
in interface IAnnotateMap2
overposterProps
- A reference to a com.esri.arcgis.carto.IOverposterProperties (in)annoMapCmdProps
- A reference to a com.esri.arcgis.carto.IAnnotateMapProperties (in)map
- A reference to a com.esri.arcgis.carto.IMap (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in, optional, pass 0 if not required)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void draw(IDisplay display, IOverposterProperties overposterProps, IAnnotateMapProperties annoMapCmdProps, IMap map, ITrackCancel trackCancel) throws IOException, AutomationException
draw
in interface IAnnotateMap2
display
- A reference to a com.esri.arcgis.display.IDisplay (in)overposterProps
- A reference to a com.esri.arcgis.carto.IOverposterProperties (in)annoMapCmdProps
- A reference to a com.esri.arcgis.carto.IAnnotateMapProperties (in)map
- A reference to a com.esri.arcgis.carto.IMap (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in, optional, pass 0 if not required)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUID getOverposterPropertiesID() throws IOException, AutomationException
getOverposterPropertiesID
in interface IAnnotateMap2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void enumConnectionPoints(IEnumConnectionPoints[] ppEnum) throws IOException, AutomationException
IConnectionPointContainer is a Microsoft interface. Please refer to MSDN for information about this interface.
enumConnectionPoints
in interface IConnectionPointContainer
ppEnum
- A reference to a com.esri.arcgis.display.IEnumConnectionPoints (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void findConnectionPoint(GUID riid, IConnectionPoint[] ppCP) throws IOException, AutomationException
IConnectionPointContainer is a Microsoft interface. Please refer to MSDN for information about this interface.
findConnectionPoint
in interface IConnectionPointContainer
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)ppCP
- A reference to a com.esri.arcgis.display.IConnectionPoint (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getClassID(GUID[] pClassID) throws IOException, AutomationException
IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID
in interface IPersist
pClassID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isDirty() throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty
in interface IPersistStream
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(IStream pstm) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
load
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(IStream pstm, int fClearDirty) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
save
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSizeMax(_ULARGE_INTEGER[] pcbSize) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
getSizeMax
in interface IPersistStream
pcbSize
- A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws IOException, AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |