Uses of Interface
org.geotools.api.referencing.cs.VerticalCS
Packages that use VerticalCS
Package
Description
Coordinate systems and their
axis.
Coordinate reference systems implementation.
Coordinate systems implementation.
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 VerticalCSModifier and TypeMethodDescriptionVerticalCRS.getCoordinateSystem()
Returns the coordinate system, which must be vertical.Methods in org.geotools.api.referencing.crs with parameters of type VerticalCSModifier and TypeMethodDescriptionCRSFactory.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 VerticalCSModifier and TypeMethodDescriptionCSAuthorityFactory.createVerticalCS
(String code) Creates a vertical coordinate system from a code.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 VerticalCSModifier and TypeMethodDescriptionDefaultVerticalCRS.getCoordinateSystem()
Returns the coordinate system.Constructors in org.geotools.referencing.crs with parameters of type VerticalCSModifierConstructorDescriptionDefaultVerticalCRS
(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 VerticalCSModifier and TypeClassDescriptionclass
A one-dimensional coordinate system used to record the heights (or depths) of points.Constructors in org.geotools.referencing.cs with parameters of type VerticalCSModifierConstructorDescriptionConstructs 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 VerticalCSModifier and TypeMethodDescriptionAbstractAuthorityFactory.createVerticalCS
(String code) Creates a vertical coordinate system from a code.AbstractAuthorityMediator.createVerticalCS
(String code) AbstractCachedAuthorityFactory.createVerticalCS
(String code) AuthorityFactoryAdapter.createVerticalCS
(String code) Creates a vertical coordinate system from a code.BufferedAuthorityFactory.createVerticalCS
(String code) Returns a vertical coordinate system from a code.CachedAuthorityDecorator.createVerticalCS
(String code) FallbackAuthorityFactory.createVerticalCS
(String code) Creates a vertical coordinate system from a code.ReferencingObjectFactory.createVerticalCS
(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a vertical coordinate system.ThreadedAuthorityFactory.createVerticalCS
(String code) Returns a vertical coordinate system from a code.Methods in org.geotools.referencing.factory with parameters of type VerticalCSModifier and TypeMethodDescriptionReferencingObjectFactory.createVerticalCRS
(Map<String, ?> properties, VerticalDatum datum, VerticalCS cs) Creates a vertical coordinate reference system.