|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EarthLocation | |
---|---|
visad.georef | Provides classes for geo-referencing. |
Uses of EarthLocation in visad.georef |
---|
Subinterfaces of EarthLocation in visad.georef | |
---|---|
interface |
NamedLocation
An interface for a named earth location. |
Classes in visad.georef that implement EarthLocation | |
---|---|
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. |
Methods in visad.georef that return EarthLocation | |
---|---|
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. |
Constructors in visad.georef with parameters of type EarthLocation | |
---|---|
NamedLocationTuple(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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |