public class Spherical extends CoordinateSystem
locus, ref, sph
Modifier | Constructor and Description |
---|---|
protected |
Spherical()
Creates a new instance of Spherical
|
|
Spherical(LatLong latLon,
Ellipsoid e,
Datum d)
Create a new Spherical Coordinate set based on Lat/Lon, the Ellipsoid and Datum
|
|
Spherical(Position p,
Ellipsoid e,
Datum d)
Create a new Spherical Coordinate set based on a specific Position, Ellipsoid and Datum
|
Modifier and Type | Method and Description |
---|---|
Datum |
defaultDatum()
Define the DefaultDatum for this coordinate set
|
Ellipsoid |
defaultEllipsoid()
Define the Default Ellipsoid for this point
|
java.lang.String |
toString()
Provide a String representing this coordinate set
|
getDatum, getEllipsoid, getName, getPosition, getWGS84, parseDouble, toLatLong, toLatLongString
protected Spherical()
public Spherical(LatLong latLon, Ellipsoid e, Datum d)
latLon
- A LatLong object containing the Latitude and Longitude of the pointe
- The Ellipsoid used to define Lat & Lond
- The Datum used to determine the Lat / Lonpublic Datum defaultDatum()
defaultDatum
in class CoordinateSystem
public Ellipsoid defaultEllipsoid()
defaultEllipsoid
in class CoordinateSystem
public java.lang.String toString()
toString
in class CoordinateSystem