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.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jscience.geography.coordinates.crs.CoordinateReferenceSystem
CoordinateReferenceSystem.AbsolutePosition
-
-
Field Summary
Fields Modifier and Type Field Description static org.opengis.referencing.cs.CoordinateSystem
EASTING_NORTHING_CS
Holds the Easting/Northing coordinate system.
-
Constructor Summary
Constructors Constructor Description ProjectedCRS()
-
Method Summary
-
Methods inherited from class org.jscience.geography.coordinates.crs.CoordinateReferenceSystem
coordinatesOf, getAlias, getConverterTo, getCoordinateSystem, getIdentifiers, getName, getRemarks, getScope, getValidArea, positionOf, toWKT
-
-