anl.aida.gis3D
Class FeatureOverlay
java.lang.Object
anl.aida.gis3D.FeatureOverlay
- All Implemented Interfaces:
- gov.nasa.worldwind.event.PositionListener, java.util.EventListener
public class FeatureOverlay
- extends java.lang.Object
- implements gov.nasa.worldwind.event.PositionListener
Combines feature name data and data frame values and presents them as a
screen annotation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
finder
private FeaturePropertyFinder finder
pt
private com.vividsolutions.jts.geom.Point pt
currentName
private java.lang.String currentName
timestamp
private int timestamp
frame
private anl.aida.data.DataFrame frame
infoStrings
private java.util.Map<java.lang.String,java.lang.String> infoStrings
valueHeading
private java.lang.String valueHeading
annotations
private gov.nasa.worldwind.layers.AnnotationLayer annotations
FeatureOverlay
public FeatureOverlay(FeaturePropertyFinder finder,
anl.aida.data.DataFrame frame,
gov.nasa.worldwind.Model model)
- Parameters:
finder
- model
-
createAnnotation
private void createAnnotation(java.lang.String text)
update
private void update()
timestepChanged
public void timestepChanged(int timestep)
moved
public void moved(gov.nasa.worldwind.event.PositionEvent event)
- Specified by:
moved
in interface gov.nasa.worldwind.event.PositionListener