Class ALspLabelLocations.LocationInfo

java.lang.Object
com.luciad.view.lightspeed.label.location.ALspLabelLocations.LocationInfo
Enclosing class:
ALspLabelLocations

public static class ALspLabelLocations.LocationInfo extends Object
Encapsulates a label and its location and visibility.
Since:
2012.0
  • Constructor Details

    • LocationInfo

      public LocationInfo(TLspLabelID aLabel, ALspLabelLocation aLocation, boolean aVisible)
      Default constructor
      Parameters:
      aLabel - The label
      aLocation - Its location, possibly null
      aVisible - Its visibility
  • Method Details

    • getLabel

      public TLspLabelID getLabel()
      Get the label to which the information applies
      Returns:
      The label
    • getLocation

      public ALspLabelLocation getLocation()
      Get its location, can be null
      Returns:
      The location, can be null
    • isVisible

      public boolean isVisible()
      Indicates whether the label should visible
      Returns:
      The visibility