Class ProjectedCRS<C extends Coordinates<?>>

java.lang.Object
org.jscience.geography.coordinates.crs.CoordinateReferenceSystem<C>
org.jscience.geography.coordinates.crs.ProjectedCRS<C>
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 Details

    • EASTING_NORTHING_CS

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

    • ProjectedCRS

      public ProjectedCRS()