| Package | Description |
|---|---|
| visad.georef |
Provides classes for geo-referencing.
|
| Modifier and Type | Interface and Description |
|---|---|
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 |
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 |
|---|---|
EarthLocation |
NamedLocationTuple.getEarthLocation()
Get the lat/lon/alt of this location as an EarthLocation
|
EarthLocation |
NamedLocation.getEarthLocation()
Get the lat/lon/altitude as an EarthLocation.
|
| Constructor and Description |
|---|
NamedLocationTuple(java.lang.String id,
EarthLocation location)
Construct an NamedLocationTuple from an identifier and an EarthLocation
|
NamedLocationTuple(Text identifier,
EarthLocation location)
Construct an NamedLocationTuple from a Text and an EarthLocation
|