Uses of Interface
org.opengis.referencing.cs.VerticalCS
Packages that use 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
Methods in org.opengis.referencing.crs that return VerticalCSModifier and TypeMethodDescriptionVerticalCRS.getCoordinateSystem()Returns the coordinate system, which shall be vertical.Methods in org.opengis.referencing.crs with parameters of type VerticalCSModifier and TypeMethodDescriptiondefault VerticalCRSCRSFactory.createVerticalCRS(Map<String, ?> properties, VerticalDatum datum, VerticalCS cs) Creates a vertical CRS from a reference frame.default VerticalCRSCRSFactory.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
Methods in org.opengis.referencing.cs that return VerticalCSModifier and TypeMethodDescriptiondefault VerticalCSCSAuthorityFactory.createVerticalCS(String code) Returns a vertical coordinate system from a code.default VerticalCSCSFactory.createVerticalCS(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a vertical coordinate system. -
Uses of VerticalCS in org.opengis.test
Methods in org.opengis.test with parameters of type VerticalCSModifier and TypeMethodDescriptionfinal voidValidatorContainer.validate(VerticalCS object) Tests the conformance of the given object.static voidValidators.validate(VerticalCS object) Tests the conformance of the given object. -
Uses of VerticalCS in org.opengis.test.referencing
Methods in org.opengis.test.referencing that return VerticalCSModifier and TypeMethodDescriptionPseudoEpsgFactory.createVerticalCS(String code) Creates a vertical coordinate system from a code.Methods in org.opengis.test.referencing with parameters of type VerticalCSModifier and TypeMethodDescriptionvoidCSValidator.validate(VerticalCS object) Validates the given coordinate system.