| Package | Description |
|---|---|
| visad.georef |
Provides classes for geo-referencing.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EarthLocation
Interface for specifying a point on the earth's surface in terms
of latitude, longitude and altitude above sea level.
|
interface |
NamedLocation
An interface for a named earth location.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EarthLocationLite
This provides a LoCal EarthLocation that is much faster to create than the
EarthLocationTuple.
|
class |
EarthLocationTuple
RealTuple implementation of EarthLocation for representing a
location on the earth's surface in terms of latitude, longitude
and altitude above sea level.
|
class |
LatLonTuple
RealTuple implementation of LatLonPoint for defining lat/lon points
|
class |
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.
|
| Modifier and Type | Method and Description |
|---|---|
LatLonPoint |
MapProjection.getCenterLatLon()
Get the center lat/lon point for this MapProjection.
|
LatLonPoint |
MapProjection.getLatLon(double[][] xy)
Get the lat/lon point for the given xy pairs.
|
LatLonPoint |
NamedLocationTuple.getLatLonPoint()
Get the lat/lon of this location as a LatLonPoint
|
LatLonPoint |
EarthLocation.getLatLonPoint()
Get the latitude/longitude of this point as a LatLonPoint
|
LatLonPoint |
EarthLocationLite.getLatLonPoint()
This is an EarthLocation interface method.
|
LatLonPoint |
EarthLocationTuple.getLatLonPoint()
Get the lat/lon of this location as a LatLonPoint
|
| Constructor and Description |
|---|
EarthLocationTuple(LatLonPoint latlon,
Real alt)
Construct an EarthLocationTuple from a LatLonPoint and an altitude
|