Class DefaultSphericalCS

All Implemented Interfaces:
Serializable, Formattable, Deprecable, Lenient­Comparable, Coordinate­System, Spherical­CS, Identified­Object

public class DefaultSphericalCS extends AbstractCS implements SphericalCS
A 2- or 3-dimensional coordinate system with one distance measured from the origin and two angular coordinates. In the two-dimensional case, the radius is omitted and may be implicitly an ellipsoid surface. Not to be confused with an ellipsoidal coordinate system based on an ellipsoid "degenerated" into a sphere.
Permitted associations
Used with CRS Permitted axis names
Geocentric “Spherical Latitude”, “ Spherical Longitude”, “Geocentric Radius”
Engineering unspecified

Immutability and thread safety

This class is immutable and thus thread-safe if the property values (not necessarily the map itself) and the Coordinate­System­Axis instances given to the constructor are also immutable. Unless otherwise noted in the javadoc, this condition holds if all components were created using only SIS factories and static constants.
Since:
0.4
See Also: