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 Rectangle2DgetBB()ucar.unidata.geoloc.LatLonPointgetLatLon()ucar.unidata.geoloc.ProjectionPointgetLocation()ucar.nc2.ft.PointFeaturegetObservation()
-
-
-
Method Detail
-
getObservation
public ucar.nc2.ft.PointFeature getObservation()
-
getLatLon
public ucar.unidata.geoloc.LatLonPoint getLatLon()
-
getLocation
public ucar.unidata.geoloc.ProjectionPoint getLocation()
-
getBB
public Rectangle2D getBB()
-
-