Package org.opengis.referencing.cs
Interface CylindricalCS
-
- All Superinterfaces:
CoordinateSystem
,IdentifiedObject
@UML(identifier="CS_CylindricalCS", specification=ISO_19111) public interface CylindricalCS extends CoordinateSystem
A three-dimensional coordinate system consisting of a polar coordinate system extended by a straight coordinate axis perpendicular to the plane spanned by the polar coordinate system. ACylindricalCS
shall have three axis associations.Used with CRS type(s) Engineering
- Since:
- 1.0
- Version:
- 3.0
- See Also:
PolarCS
-
-
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
-
-