Interface CartesianCS

  • All Superinterfaces:
    AffineCS, CoordinateSystem, IdentifiedObject
    All Known Implementing Classes:
    DefaultCartesianCS

    public interface CartesianCS
    extends AffineCS
    A 1-, 2-, or 3-dimensional coordinate system. Gives the position of points relative to orthogonal straight axes in the 2- and 3-dimensional cases. In the 1-dimensional case, it contains a single straight coordinate axis. In the multi-dimensional case, all axes shall have the same length unit of measure. A CartesianCS shall have one, two, or three axis associations.
    Used with CRS type(s)
    Geocentric, Projected, Engineering, Image
    Since:
    GeoAPI 1.0
    Author:
    Martin Desruisseaux (IRD)
    See Also:
    AffineCS