Class TLcyMapRadarViewAddOn

java.lang.Object
com.luciad.lucy.addons.ALcyAddOn
com.luciad.lucy.addons.map.TLcyMapRadarViewAddOn

public class TLcyMapRadarViewAddOn extends ALcyAddOn

The radar view addon adds the possibility to display the map in radar view: keeping a moving object in the center of the map and rotating the map in the direction the object is moving.

To do the centering, it is assumed that the object implements ILcdPoint. To get the rotation right, objects need to implement ILcdOriented.

It also allows to display a compass grid around an object of interest, this allows to see the direction to other objects on the map.

  • Constructor Details

    • TLcyMapRadarViewAddOn

      public TLcyMapRadarViewAddOn()
  • Method Details