Class ALspLabelLocations

java.lang.Object
com.luciad.view.lightspeed.label.location.ALspLabelLocations
Direct Known Subclasses:
TLspLabelLocations

public abstract class ALspLabelLocations extends Object

ALspLabelLocations is the central place where information is kept about the position of labels and whether or not they are visible. It can store locations and their visibility for multiple layers.

For a label, this information is updated using

To retrieve information, use:

It is up to the implementation of this class how this information is stored. One implementation may store the information inside the domain objects, while another implementation may store this information external to the domain object in some sort of map.

Since:
2012.0