Package visad.georef

Provides classes for geo-referencing.

See:
          Description

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
EarthLocationLite This provides a LoCal EarthLocation that is much faster to create than the EarthLocationTuple.
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
LongitudeLatitudeInterpCS For 2D arrays of earth observations when the navigation is not provided analytically, but a set of navigated points is given to interpolate.
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  
UTMCoordinate RealTuple implementation of a Universal Transverse Mercator (UTM) coordinate
 

Package visad.georef Description

Provides classes for geo-referencing.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: