Uses of Interface
org.opengis.referencing.cs.VerticalCS
Packages that use VerticalCS
Package
Description
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
Coordinate System (CS) definitions as the set of coordinate system axes that spans the coordinate space.
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Coordinate systems and their
axis.
-
Uses of VerticalCS in org.apache.sis.referencing.crs
Methods in org.apache.sis.referencing.crs that return VerticalCSModifier and TypeMethodDescriptionDefaultVerticalCRS.getCoordinateSystem()Returns the coordinate system.Constructors in org.apache.sis.referencing.crs with parameters of type VerticalCSModifierConstructorDescriptionDefaultVerticalCRS(Map<String, ?> properties, VerticalDatum datum, DefaultDatumEnsemble<VerticalDatum> ensemble, VerticalCS cs) Creates a coordinate reference system from the given properties, datum and coordinate system. -
Uses of VerticalCS in org.apache.sis.referencing.cs
Classes in org.apache.sis.referencing.cs that implement VerticalCSModifier and TypeClassDescriptionclassA 1-dimensional coordinate system for heights or depths of points.Methods in org.apache.sis.referencing.cs that return types with arguments of type VerticalCSModifier and TypeMethodDescriptionClass<? extends VerticalCS> DefaultVerticalCS.getInterface()Returns the GeoAPI interface implemented by this class.Methods in org.apache.sis.referencing.cs with parameters of type VerticalCSModifier and TypeMethodDescriptionstatic DefaultVerticalCSDefaultVerticalCS.castOrCopy(VerticalCS object) Returns a SIS coordinate system implementation with the same values as the given arbitrary implementation.Constructors in org.apache.sis.referencing.cs with parameters of type VerticalCSModifierConstructorDescriptionprotectedDefaultVerticalCS(VerticalCS original) Creates a new coordinate system with the same values as the specified one. -
Uses of VerticalCS in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return VerticalCSModifier and TypeMethodDescriptionConcurrentAuthorityFactory.createVerticalCS(String code) Returns a 1-dimensional coordinate system for heights or depths of points.GeodeticAuthorityFactory.createVerticalCS(String code) Creates a 1-dimensional coordinate system for heights or depths of points.GeodeticObjectFactory.createVerticalCS(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a vertical coordinate system.MultiAuthoritiesFactory.createVerticalCS(String code) Creates a 1-dimensional coordinate system for heights or depths of points.Methods in org.apache.sis.referencing.factory with parameters of type VerticalCSModifier and TypeMethodDescriptionGeodeticObjectFactory.createVerticalCRS(Map<String, ?> properties, VerticalDatum datum, DefaultDatumEnsemble<VerticalDatum> ensemble, VerticalCS cs) Creates a vertical coordinate reference system.GeodeticObjectFactory.createVerticalCRS(Map<String, ?> properties, VerticalDatum datum, VerticalCS cs) Creates a vertical CRS with a datum that may be a datum ensemble. -
Uses of VerticalCS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return VerticalCSModifier and TypeMethodDescriptionVerticalCRS.getCoordinateSystem()Returns the coordinate system, which must be vertical.Methods in org.opengis.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.opengis.referencing.cs
Methods in org.opengis.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.