Class GeocentricCRS<C extends Coordinates<?>>

java.lang.Object
org.jscience.geography.coordinates.crs.CoordinateReferenceSystem<C>
org.jscience.geography.coordinates.crs.GeocentricCRS<C>
All Implemented Interfaces:
org.opengis.referencing.crs.CoordinateReferenceSystem, org.opengis.referencing.IdentifiedObject, org.opengis.referencing.ReferenceSystem

public abstract class GeocentricCRS<C extends Coordinates<?>> extends CoordinateReferenceSystem<C>
This class represents a 3 dimensional spatial reference system.
  • Field Details

    • XYZ_CS

      public static final org.opengis.referencing.cs.CoordinateSystem XYZ_CS
      Holds the XYZ coordinate system.
  • Constructor Details

    • GeocentricCRS

      public GeocentricCRS()