Class VerticalCRS<C extends Coordinates<?>>
- java.lang.Object
-
- org.jscience.geography.coordinates.crs.CoordinateReferenceSystem<C>
-
- org.jscience.geography.coordinates.crs.VerticalCRS<C>
-
- All Implemented Interfaces:
org.opengis.referencing.crs.CoordinateReferenceSystem
,org.opengis.referencing.IdentifiedObject
,org.opengis.referencing.ReferenceSystem
public abstract class VerticalCRS<C extends Coordinates<?>> extends CoordinateReferenceSystem<C>
This class represents a 1 dimensional vertical reference system.- Version:
- 3.0, February 13, 2006
- Author:
- Jean-Marie Dautelle
-
-
Field Summary
Fields Modifier and Type Field Description static org.opengis.referencing.cs.CoordinateSystem
HEIGHT_CS
Holds the gravity-related height coordinate system.
-
Constructor Summary
Constructors Constructor Description VerticalCRS()
-
Method Summary
-
Methods inherited from class org.jscience.geography.coordinates.crs.CoordinateReferenceSystem
getAlias, getConverterTo, getCoordinateSystem, getIdentifiers, getName, getRemarks, getScope, getValidArea, toWKT
-
-
-
-
Field Detail
-
HEIGHT_CS
public static final org.opengis.referencing.cs.CoordinateSystem HEIGHT_CS
Holds the gravity-related height coordinate system.
-
-
Constructor Detail
-
VerticalCRS
public VerticalCRS()
-
-