Package 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. AnEllipsoidalCS
shall have two or three axis associations.Used with CRS type(s) Geographic
,Engineering
- Since:
- 1.0
- Version:
- 3.0
-
-
Field Summary
-
Fields inherited from interface org.opengis.referencing.IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
-
-
Method Summary
-
Methods inherited from interface org.opengis.referencing.cs.CoordinateSystem
getAxis, getDimension
-
Methods inherited from interface org.opengis.referencing.IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT
-
-