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 VerticalCSVerticalCRS. 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 VerticalCRSCRSFactory. 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 VerticalCSCSAuthorityFactory. createVerticalCS(String code)Creates a vertical coordinate system from a code.VerticalCSCSFactory. 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 VerticalCSDefaultVerticalCRS. 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 classDefaultVerticalCSA 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 VerticalCSAbstractAuthorityFactory. createVerticalCS(String code)Creates a vertical coordinate system from a code.VerticalCSAbstractAuthorityMediator. createVerticalCS(String code)VerticalCSAbstractCachedAuthorityFactory. createVerticalCS(String code)VerticalCSAuthorityFactoryAdapter. createVerticalCS(String code)Creates a vertical coordinate system from a code.VerticalCSBufferedAuthorityFactory. createVerticalCS(String code)Returns a vertical coordinate system from a code.VerticalCSCachedAuthorityDecorator. createVerticalCS(String code)VerticalCSFallbackAuthorityFactory. createVerticalCS(String code)Creates a vertical coordinate system from a code.VerticalCSReferencingObjectFactory. createVerticalCS(Map<String,?> properties, CoordinateSystemAxis axis)Creates a vertical coordinate system.VerticalCSThreadedAuthorityFactory. 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 VerticalCRSReferencingObjectFactory. createVerticalCRS(Map<String,?> properties, VerticalDatum datum, VerticalCS cs)Creates a vertical coordinate reference system.
-