Package visad.georef

Interface Summary
EarthLocation Interface for specifying a point on the earth's surface in terms of latitude, longitude and altitude above sea level.
LatLonPoint Interface for supporting latitude/longitude points.
NamedLocation An interface for a named earth location.
NavigatedField A particular type of Field whose Domain Set contains values of Latitude and Longitude, or whose CoordinateSystem can transform to RealType.Latitude and RealType.Longitude
 

Class Summary
EarthLocationTuple RealTuple implementation of EarthLocation for representing a location on the earth's surface in terms of latitude, longitude and altitude above sea level.
LatLonTuple RealTuple implementation of LatLonPoint for defining lat/lon points
MapProjection Abstract class for coordinate systems that support (lat,lon) <-> (x,y) with a reference coordinate system of (lat, lon) or (lon, lat).
NamedLocationTuple Tuple implementation of NamedLocation for representing a location on the earth's surface in terms of latitude, longitude and altitude above sea level and some sort of identifier.
NavigatedCoordinateSystem Abstract class for CoordinateSystems that have RealType.Latitude and RealType.Longitude in their reference RealTupleType.
TrivialMapProjection A trivial implementation for a MapProjection which provides an identity coordinate system with a default bounding box.
TrivialNavigation