Uses of Interface
org.opengis.referencing.cs.VerticalCS
Package
Description
Reference systems by coordinates.
Coordinate Systems and their axes.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of VerticalCS in org.opengis.referencing.crs
Modifier and TypeMethodDescriptionVerticalCRS.getCoordinateSystem()
Returns the coordinate system, which shall be vertical.Modifier and TypeMethodDescriptiondefault VerticalCRS
CRSFactory.createVerticalCRS
(Map<String, ?> properties, VerticalDatum datum, VerticalCS cs) Creates a vertical CRS from a reference frame.default VerticalCRS
CRSFactory.createVerticalCRS
(Map<String, ?> properties, VerticalDatum datum, DatumEnsemble<VerticalDatum> datumEnsemble, VerticalCS cs) Creates a vertical CRS from a reference frame or datum ensemble. -
Uses of VerticalCS in org.opengis.referencing.cs
Modifier and TypeMethodDescriptiondefault VerticalCS
CSAuthorityFactory.createVerticalCS
(String code) Returns a vertical coordinate system from a code.default VerticalCS
CSFactory.createVerticalCS
(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a vertical coordinate system. -
Uses of VerticalCS in org.opengis.test
Modifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(VerticalCS object) Tests the conformance of the given object.static void
Validators.validate
(VerticalCS object) Tests the conformance of the given object. -
Uses of VerticalCS in org.opengis.test.referencing
Modifier and TypeMethodDescriptionPseudoEpsgFactory.createVerticalCS
(String code) Creates a vertical coordinate system from a code.Modifier and TypeMethodDescriptionvoid
CSValidator.validate
(VerticalCS object) Validates the given coordinate system.