Class ProjectedCRS<C extends Coordinates<?>>

  • All Implemented Interfaces:
    org.opengis.referencing.crs.CoordinateReferenceSystem, org.opengis.referencing.IdentifiedObject, org.opengis.referencing.ReferenceSystem

    public abstract class ProjectedCRS<C extends Coordinates<?>>
    extends CoordinateReferenceSystem<C>
    This class represents a 2-dimensional projected reference system.
    • Field Detail

      • EASTING_NORTHING_CS

        public static final org.opengis.referencing.cs.CoordinateSystem EASTING_NORTHING_CS
        Holds the Easting/Northing coordinate system.
    • Constructor Detail

      • ProjectedCRS

        public ProjectedCRS()