Class TLcdGeoAnchoredBalloonDescriptor

java.lang.Object
com.luciad.view.swing.ALcdBalloonDescriptor
com.luciad.view.swing.TLcdGeoAnchoredBalloonDescriptor

public class TLcdGeoAnchoredBalloonDescriptor extends ALcdBalloonDescriptor
This balloon descriptor describes a balloon that is anchored to a geo referenced point. When the view moves, and this point moves along, the balloon will move along too.
Since:
10.0
  • Constructor Details

    • TLcdGeoAnchoredBalloonDescriptor

      public TLcdGeoAnchoredBalloonDescriptor(Object aObject, String aTypeName, ILcdPoint aPoint, ILcdGeoReference aGeoReference)
      Create a balloon descriptor describing a balloon that is anchored to a geo referenced point.
      Parameters:
      aObject - An object that has balloon content. If null, no balloon will be displayed.
      aTypeName - A type name identifying the sort of object this descriptor contains. Typically this is the type name of a model descriptor.
      aPoint - The point to which the described balloon is anchored.
      aGeoReference - The geo reference of the given point.
  • Method Details

    • getGeoReference

      public ILcdGeoReference getGeoReference()
      Returns the geo reference of this balloon descriptor.
      Returns:
      the geo reference of this balloon descriptor.
    • getAnchorPoint

      public ILcdPoint getAnchorPoint()
      Returns the point to which the described balloon is anchored.
      Returns:
      the point to which the described balloon is anchored.