org.opengis.referencing.cs
Interface EllipsoidalCS
- All Superinterfaces:
- CoordinateSystem, IdentifiedObject
@UML(identifier="CS_EllipsoidalCS",
specification=ISO_19111)
public interface EllipsoidalCS- extends CoordinateSystem
A two- or three-dimensional coordinate system in which position is specified by geodetic
latitude, geodetic longitude, and (in the three-dimensional case) ellipsoidal height.
An EllipsoidalCS shall have two or three axis associations.
This type of CS can be used by coordinate reference systems of type
GeographicCRS or
EngineeringCRS.
- Since:
- 1.0
- See Also:
CSAuthorityFactory.createEllipsoidalCS(String),
CSFactory.createEllipsoidalCS(Map, CoordinateSystemAxis, CoordinateSystemAxis),
CSFactory.createEllipsoidalCS(Map, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis)
Copyright © 1994-2013 Open Geospatial Consortium. All Rights Reserved.