Uses of Interface
org.opengis.referencing.cs.VerticalCS
-
Packages that use VerticalCS Package Description org.opengis.referencing.crs org.opengis.referencing.cs Coordinate systems and their axis.org.opengis.test Base classes for validators and test suites for all GeoAPI objects.org.opengis.test.referencing Validators and test suites for theorg.opengis.referencing
package. -
-
Uses of VerticalCS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return VerticalCS Modifier and Type Method Description VerticalCS
VerticalCRS. getCoordinateSystem()
Returns the coordinate system, which must be vertical.Methods in org.opengis.referencing.crs with parameters of type VerticalCS Modifier and Type Method Description VerticalCRS
CRSFactory. createVerticalCRS(java.util.Map<java.lang.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 VerticalCS Modifier and Type Method Description VerticalCS
CSAuthorityFactory. createVerticalCS(java.lang.String code)
Creates a vertical coordinate system from a code.VerticalCS
CSFactory. createVerticalCS(java.util.Map<java.lang.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 VerticalCS Modifier and Type Method Description 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
Methods in org.opengis.test.referencing with parameters of type VerticalCS Modifier and Type Method Description void
CSValidator. validate(VerticalCS object)
Validates the given coordinate system.
-