|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Datum | |
---|---|
uk.me.jstott.jcoord | |
uk.me.jstott.jcoord.datum | |
uk.me.jstott.jcoord.datum.nad27 |
Uses of Datum in uk.me.jstott.jcoord |
---|
Methods in uk.me.jstott.jcoord that return Datum | |
---|---|
Datum |
CoordinateSystem.getDatum()
Get the datum. |
Datum |
LatLng.getDatum()
Get the datum. |
Methods in uk.me.jstott.jcoord with parameters of type Datum | |
---|---|
void |
CoordinateSystem.setDatum(Datum datum)
Set the datum. |
void |
LatLng.toDatum(Datum d)
|
Constructors in uk.me.jstott.jcoord with parameters of type Datum | |
---|---|
CoordinateSystem(Datum datum)
|
|
ECEFRef(double x,
double y,
double z,
Datum datum)
Create a new earth-centred, earth-fixed (ECEF) reference from the given parameters and the given reference ellipsoid. |
|
LatLng(double latitude,
double longitude,
double height,
Datum datum)
Create a new LatLng object to represent a latitude/longitude pair using the specified datum. |
|
LatLng(int latitudeDegrees,
int latitudeMinutes,
double latitudeSeconds,
int northSouth,
int longitudeDegrees,
int longitudeMinutes,
double longitudeSeconds,
int eastWest,
double height,
Datum datum)
Create a new LatLng object to represent a latitude/longitude pair using the specified datum. |
Uses of Datum in uk.me.jstott.jcoord.datum |
---|
Subclasses of Datum in uk.me.jstott.jcoord.datum | |
---|---|
class |
ETRF89Datum
This class is part of the Jcoord package. |
class |
Ireland1965Datum
This class is part of the Jcoord package. |
class |
OSGB36Datum
This class is part of the Jcoord package. |
class |
WGS84Datum
This class is part of the Jcoord package. |
Uses of Datum in uk.me.jstott.jcoord.datum.nad27 |
---|
Subclasses of Datum in uk.me.jstott.jcoord.datum.nad27 | |
---|---|
class |
NAD27AlaskaDatum
This class is part of the Jcoord package. |
class |
NAD27AlbertaBritishColumbiaDatum
This class is part of the Jcoord package. |
class |
NAD27AleutianEastDatum
This class is part of the Jcoord package. |
class |
NAD27AleutianWestDatum
This class is part of the Jcoord package. |
class |
NAD27BahamasDatum
This class is part of the Jcoord package. |
class |
NAD27CanadaDatum
This class is part of the Jcoord package. |
class |
NAD27CanadaEastDatum
This class is part of the Jcoord package. |
class |
NAD27CanadaManitobaOntarioDatum
This class is part of the Jcoord package. |
class |
NAD27CanadaNWTerritoryDatum
This class is part of the Jcoord package. |
class |
NAD27CanadaYukonDatum
This class is part of the Jcoord package. |
class |
NAD27CanalZoneDatum
This class is part of the Jcoord package. |
class |
NAD27CaribbeanDatum
This class is part of the Jcoord package. |
class |
NAD27CentralAmericaDatum
This class is part of the Jcoord package. |
class |
NAD27ContiguousUSDatum
This class is part of the Jcoord package. |
class |
NAD27CubaDatum
This class is part of the Jcoord package. |
class |
NAD27EasternUSDatum
This class is part of the Jcoord package. |
class |
NAD27GreenlandDatum
This class is part of the Jcoord package. |
class |
NAD27MexicoDatum
This class is part of the Jcoord package. |
class |
NAD27SanSalvadorDatum
This class is part of the Jcoord package. |
class |
NAD27WesternUSDatum
This class is part of the Jcoord package. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |