|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.LabelCache
public class LabelCache
Standard labeling label cache.
This coclass is not supported for customization and may be removed at a future release.
Constructor Summary | |
---|---|
LabelCache()
Constructs a LabelCache using ArcGIS Engine. |
|
LabelCache(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. LabelCache theLabelCache = (LabelCache) obj; |
Method Summary | |
---|---|
void |
addClass(int classID,
ILabelEngineLayerProperties pLayerProps)
Add a class to the label cache. |
void |
addLabel(IPlacedObject3 placedObject,
IPoint anchorPoint,
IEnvelope pEnvelope)
Add a label to the label cache. |
void |
afterDraw(IActiveViewEventsAfterDrawEvent theEvent)
Fired after the specified phase is drawn. |
void |
afterItemDraw(IActiveViewEventsAfterItemDrawEvent theEvent)
Fired after an individual view item is drawn. |
void |
contentsChanged(IActiveViewEventsContentsChangedEvent theEvent)
Fired when the contents of the view changes. |
void |
contentsCleared(IActiveViewEventsContentsClearedEvent theEvent)
Fired when the contents of the view is cleared. |
void |
empty()
Empty label cache. |
boolean |
equals(Object o)
Compare this object with another |
void |
focusMapChanged(IActiveViewEventsFocusMapChangedEvent theEvent)
Fired when a new map is made active. |
int |
getClassCount()
Number of classes in the cache. |
static String |
getClsid()
getClsid. |
void |
getDisplaySettings(double[] scale,
double[] dataframeRotation)
Settings of the display transformation when cache was created. |
void |
getPlacedLabel(int index,
int[] classID,
String[] label,
IGeometry[] geom,
double[] angle,
IPoint[] anchorPoint,
IEnvelope[] mbr)
Retrieve a placed label from the label cache. |
int |
getPlacedLabelCount()
Number of placed labels stored the cache. |
void |
getUnplacedLabel(int index,
int[] classID,
String[] label,
IGeometry[] geom,
double[] angle,
IPoint[] anchorPoint,
IEnvelope[] mbr)
Retrieve an unplaced label from the label cache. |
int |
getUnplacedLabelCount()
Number of unplaced labels stored the cache. |
int |
hashCode()
the hashcode for this object |
void |
init(IMap map)
Initialize label cache. |
void |
itemAdded(IActiveViewEventsItemAddedEvent theEvent)
Fired when an item is added to the view. |
void |
itemDeleted(IActiveViewEventsItemDeletedEvent theEvent)
Fired when an item is deleted from the view. |
void |
itemReordered(IActiveViewEventsItemReorderedEvent theEvent)
Fired when a view item is reordered. |
void |
putDisplaySettings(double scale,
double dataframeRotation)
Settings of the display transformation when cache was created. |
void |
queryClass(int index,
int[] classID,
String[] className,
IFeatureLayer[] featureLayer,
ITextSymbol[] textSymbol)
Retrieve a class from the label cache. |
void |
selectionChanged(IActiveViewEventsSelectionChangedEvent theEvent)
Call this function to fire the selection changed event. |
void |
spatialReferenceChanged(IActiveViewEventsSpatialReferenceChangedEvent theEvent)
Fired when the spatial reference is changed. |
void |
viewRefreshed(IActiveViewEventsViewRefreshedEvent theEvent)
Fired when view is refreshed before draw happens. |
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 LabelCache() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic LabelCache(Object obj) throws IOException
LabelCache theLabelCache = (LabelCache) obj;
obj
to LabelCache
.
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 init(IMap map) throws IOException, AutomationException
init
in interface ILabelCache
map
- A reference to a com.esri.arcgis.carto.IMap (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void empty() throws IOException, AutomationException
empty
in interface ILabelCache
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addClass(int classID, ILabelEngineLayerProperties pLayerProps) throws IOException, AutomationException
addClass
in interface ILabelCache
classID
- The classID (in)pLayerProps
- A reference to a com.esri.arcgis.carto.ILabelEngineLayerProperties (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getClassCount() throws IOException, AutomationException
getClassCount
in interface ILabelCache
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryClass(int index, int[] classID, String[] className, IFeatureLayer[] featureLayer, ITextSymbol[] textSymbol) throws IOException, AutomationException
queryClass
in interface ILabelCache
index
- The index (in)classID
- The classID (out: use single element array)className
- The className (out: use single element array)featureLayer
- A reference to a com.esri.arcgis.carto.IFeatureLayer (out: use single element array)textSymbol
- A reference to a com.esri.arcgis.display.ITextSymbol (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addLabel(IPlacedObject3 placedObject, IPoint anchorPoint, IEnvelope pEnvelope) throws IOException, AutomationException
addLabel
in interface ILabelCache
placedObject
- A reference to a com.esri.arcgis.carto.IPlacedObject3 (in)anchorPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)pEnvelope
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPlacedLabelCount() throws IOException, AutomationException
getPlacedLabelCount
in interface ILabelCache
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getPlacedLabel(int index, int[] classID, String[] label, IGeometry[] geom, double[] angle, IPoint[] anchorPoint, IEnvelope[] mbr) throws IOException, AutomationException
getPlacedLabel
in interface ILabelCache
index
- The index (in)classID
- The classID (out: use single element array)label
- The label (out: use single element array)geom
- A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)angle
- The angle (out: use single element array)anchorPoint
- A reference to a com.esri.arcgis.geometry.IPoint (out: use single element array)mbr
- A reference to a com.esri.arcgis.geometry.IEnvelope (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getUnplacedLabelCount() throws IOException, AutomationException
getUnplacedLabelCount
in interface ILabelCache
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getUnplacedLabel(int index, int[] classID, String[] label, IGeometry[] geom, double[] angle, IPoint[] anchorPoint, IEnvelope[] mbr) throws IOException, AutomationException
getUnplacedLabel
in interface ILabelCache
index
- The index (in)classID
- The classID (out: use single element array)label
- The label (out: use single element array)geom
- A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)angle
- The angle (out: use single element array)anchorPoint
- A reference to a com.esri.arcgis.geometry.IPoint (out: use single element array)mbr
- A reference to a com.esri.arcgis.geometry.IEnvelope (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void putDisplaySettings(double scale, double dataframeRotation) throws IOException, AutomationException
putDisplaySettings
in interface ILabelCache
scale
- The scale (in)dataframeRotation
- The dataframeRotation (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getDisplaySettings(double[] scale, double[] dataframeRotation) throws IOException, AutomationException
getDisplaySettings
in interface ILabelCache
scale
- The scale (out: use single element array)dataframeRotation
- The dataframeRotation (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void contentsChanged(IActiveViewEventsContentsChangedEvent theEvent) throws IOException, AutomationException
The Map object fires this event when a new document is loaded. Adding a new layer to a Map does not trigger this event.
The PageLayout object fires the event when IGraphicsContainer::DeleteAllElements in called and when a new document is loaded.
contentsChanged
in interface IActiveViewEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IActiveView.contentsChanged()
public void contentsCleared(IActiveViewEventsContentsClearedEvent theEvent) throws IOException, AutomationException
contentsCleared
in interface IActiveViewEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void itemAdded(IActiveViewEventsItemAddedEvent theEvent) throws IOException, AutomationException
The Map fires the event every time a new layer is added.
The PageLayout fires this event whenever a new element is added to the layout. Elements include not only graphics but data frames as well.
itemAdded
in interface IActiveViewEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void itemDeleted(IActiveViewEventsItemDeletedEvent theEvent) throws IOException, AutomationException
The PageLayout object fires this event whenever elements are deleted from the layout.
The Map object fires this event when a layer is removed.
itemDeleted
in interface IActiveViewEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void itemReordered(IActiveViewEventsItemReorderedEvent theEvent) throws IOException, AutomationException
The Map objects only fire this event whenever IMap::MoveLayer is called. In the ArcMap application, this occurs when you reorder layers in the table of contents. The Map will also fire this event when new layers are added.
The PageLayout object fires this event when changing the order of graphics. For example, IGraphicsContainer::BringToFront, PutElementOrder, SendToBack, SendBackward, and BringForward all fire this event. These functions are on ArcMap's Drawing menu under the Order pull right menu. Although the Map object is also a graphics container, it does not fire this event when its graphics are reordered.
itemReordered
in interface IActiveViewEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void selectionChanged(IActiveViewEventsSelectionChangedEvent theEvent) throws IOException, AutomationException
selectionChanged
in interface IActiveViewEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void viewRefreshed(IActiveViewEventsViewRefreshedEvent theEvent) throws IOException, AutomationException
Method that gets fired in response to IActiveView::Refresh and IActiveView::PartialRefresh.
This event is useful in the case where you're watching for something to change in the view and there aren't any specific events for that change (e.g. ContentsChanged, ItemAdded). You can always listen for this method as a last resort. Care must be taken however to be very efficient in your implementation of this event because it will be called quite often.
The event parameters directly coincide with the arguments to IActiveView::PartialRefresh. For additional information about the arguments, see the help for that method.
If the event object connects to both the layout and a map, then the view parameter tells you which object initiated the event.
In an implementation of this method you typically want to check the phase and respond to only one. Otherwise, your code will execute multiple times per drawing sequence.
viewRefreshed
in interface IActiveViewEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void afterDraw(IActiveViewEventsAfterDrawEvent theEvent) throws IOException, AutomationException
afterDraw
in interface IActiveViewEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void afterItemDraw(IActiveViewEventsAfterItemDrawEvent theEvent) throws IOException, AutomationException
AfterItemDraw can be used to execute after each individual item has drawn. Event firing can be an expensive operation (time consuming) when there are many layers in a map, however. As a result, the AfterItemDraw event is only fired when the IViewManger::VerboseEvents property is set to True. By default this property is False.
afterItemDraw
in interface IActiveViewEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void focusMapChanged(IActiveViewEventsFocusMapChangedEvent theEvent) throws IOException, AutomationException
focusMapChanged
in interface IActiveViewEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void spatialReferenceChanged(IActiveViewEventsSpatialReferenceChangedEvent theEvent) throws IOException, AutomationException
spatialReferenceChanged
in interface IActiveViewEvents
theEvent
- The event
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 |