Uses of Interface
org.geotools.api.referencing.cs.VerticalCS
-
Packages that use VerticalCS Package Description org.geotools.api.referencing.crs org.geotools.api.referencing.cs Coordinate systems and their axis.org.geotools.referencing.crs Coordinate reference systems implementation.org.geotools.referencing.cs Coordinate systems implementation.org.geotools.referencing.factory Base classes for factories and authority factories. -
-
Uses of VerticalCS in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return VerticalCS Modifier and Type Method Description VerticalCS
VerticalCRS. getCoordinateSystem()
Returns the coordinate system, which must be vertical.Methods in org.geotools.api.referencing.crs with parameters of type VerticalCS Modifier and Type Method Description VerticalCRS
CRSFactory. createVerticalCRS(Map<String,?> properties, VerticalDatum datum, VerticalCS cs)
Creates a vertical coordinate reference system. -
Uses of VerticalCS in org.geotools.api.referencing.cs
Methods in org.geotools.api.referencing.cs that return VerticalCS Modifier and Type Method Description VerticalCS
CSAuthorityFactory. createVerticalCS(String code)
Creates a vertical coordinate system from a code.VerticalCS
CSFactory. createVerticalCS(Map<String,?> properties, CoordinateSystemAxis axis)
Creates a vertical coordinate system. -
Uses of VerticalCS in org.geotools.referencing.crs
Methods in org.geotools.referencing.crs that return VerticalCS Modifier and Type Method Description VerticalCS
DefaultVerticalCRS. getCoordinateSystem()
Returns the coordinate system.Constructors in org.geotools.referencing.crs with parameters of type VerticalCS Constructor Description DefaultVerticalCRS(String name, VerticalDatum datum, VerticalCS cs)
Constructs a vertical CRS from a name.DefaultVerticalCRS(Map<String,?> properties, VerticalDatum datum, VerticalCS cs)
Constructs a vertical CRS from a set of properties.DefaultVerticalCRS(VerticalDatum datum, VerticalCS cs)
Constructs a vertical CRS with the same properties than the given datum. -
Uses of VerticalCS in org.geotools.referencing.cs
Classes in org.geotools.referencing.cs that implement VerticalCS Modifier and Type Class Description class
DefaultVerticalCS
A one-dimensional coordinate system used to record the heights (or depths) of points.Constructors in org.geotools.referencing.cs with parameters of type VerticalCS Constructor Description DefaultVerticalCS(VerticalCS cs)
Constructs a new coordinate system with the same values than the specified one. -
Uses of VerticalCS in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return VerticalCS Modifier and Type Method Description VerticalCS
AbstractAuthorityFactory. createVerticalCS(String code)
Creates a vertical coordinate system from a code.VerticalCS
AbstractAuthorityMediator. createVerticalCS(String code)
VerticalCS
AbstractCachedAuthorityFactory. createVerticalCS(String code)
VerticalCS
AuthorityFactoryAdapter. createVerticalCS(String code)
Creates a vertical coordinate system from a code.VerticalCS
BufferedAuthorityFactory. createVerticalCS(String code)
Returns a vertical coordinate system from a code.VerticalCS
CachedAuthorityDecorator. createVerticalCS(String code)
VerticalCS
FallbackAuthorityFactory. createVerticalCS(String code)
Creates a vertical coordinate system from a code.VerticalCS
ReferencingObjectFactory. createVerticalCS(Map<String,?> properties, CoordinateSystemAxis axis)
Creates a vertical coordinate system.VerticalCS
ThreadedAuthorityFactory. createVerticalCS(String code)
Returns a vertical coordinate system from a code.Methods in org.geotools.referencing.factory with parameters of type VerticalCS Modifier and Type Method Description VerticalCRS
ReferencingObjectFactory. createVerticalCRS(Map<String,?> properties, VerticalDatum datum, VerticalCS cs)
Creates a vertical coordinate reference system.
-