Package ucar.nc2.ui.point
Class PointRenderer.ObservationUI
- java.lang.Object
-
- ucar.nc2.ui.point.PointRenderer.ObservationUI
-
- Enclosing class:
- PointRenderer
public class PointRenderer.ObservationUI extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rectangle2D
getBB()
LatLonPoint
getLatLon()
ProjectionPoint
getLocation()
PointFeature
getObservation()
-
-
-
Method Detail
-
getObservation
public PointFeature getObservation()
-
getLatLon
public LatLonPoint getLatLon()
-
getLocation
public ProjectionPoint getLocation()
-
getBB
public Rectangle2D getBB()
-
-