Package com.luciad.view.swing
Class TLcdGeoAnchoredBalloonDescriptor
java.lang.Object
com.luciad.view.swing.ALcdBalloonDescriptor
com.luciad.view.swing.TLcdGeoAnchoredBalloonDescriptor
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 Summary
ConstructorDescriptionTLcdGeoAnchoredBalloonDescriptor
(Object aObject, String aTypeName, ILcdPoint aPoint, ILcdGeoReference aGeoReference) Create a balloon descriptor describing a balloon that is anchored to a geo referenced point. -
Method Summary
Modifier and TypeMethodDescriptionReturns the point to which the described balloon is anchored.Returns the geo reference of this balloon descriptor.Methods inherited from class com.luciad.view.swing.ALcdBalloonDescriptor
addChangeListener, fireChangeEvent, getObject, getTypeName, removeChangeListener
-
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
Returns the geo reference of this balloon descriptor.- Returns:
- the geo reference of this balloon descriptor.
-
getAnchorPoint
Returns the point to which the described balloon is anchored.- Returns:
- the point to which the described balloon is anchored.
-