??? mccombe.mapping
? Spherical
java.lang.Object
mccombe.mapping.CoordinateSystem
mccombe.mapping.Spherical
Spherical Coordinates - an implementation of positional coordinates based on
Latitude and Longitude. Whilst often not explicitly stated in practice, these
are relative to a specified datum and ellipsoid.
-
????
??????? mccombe.mapping.CoordinateSystem
locus, ref, sph
-
?????
???????????protected
Creates a new instance of SphericalCreate a new Spherical Coordinate set based on Lat/Lon, the Ellipsoid and DatumCreate a new Spherical Coordinate set based on a specific Position, Ellipsoid and Datum -
????
??????????Define the DefaultDatum for this coordinate setDefine the Default Ellipsoid for this pointtoString()
Provide a String representing this coordinate set??????? mccombe.mapping.CoordinateSystem
getDatum, getEllipsoid, getName, getPosition, getWGS84, parseDouble, toLatLong, toLatLongString
-
???????
-
Spherical
protected Spherical()Creates a new instance of Spherical -
Spherical
Create a new Spherical Coordinate set based on Lat/Lon, the Ellipsoid and Datum- ??:
latLon
- A LatLong object containing the Latitude and Longitude of the pointe
- The Ellipsoid used to define Lat and Lond
- The Datum used to determine the Lat / Lon
-
Spherical
Create a new Spherical Coordinate set based on a specific Position, Ellipsoid and Datum- ??:
p
- The Positione
- The Ellipsoid to use when translating this Positiond
- The Datum to use when representing this point.
-
-
??????
-
defaultDatum
Define the DefaultDatum for this coordinate set- ???:
defaultDatum
???CoordinateSystem
- ??:
- The Default Datum
-
defaultEllipsoid
Define the Default Ellipsoid for this point- ???:
defaultEllipsoid
???CoordinateSystem
- ??:
- The Default Ellipsoid
-
toString
Provide a String representing this coordinate set- ???:
toString
???CoordinateSystem
- ??:
- The String representation of the coordinates (in Lat/Lon format)
-