Uses of Interface
org.opengis.referencing.cs.LinearCS
-
Packages that use LinearCS Package Description 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 LinearCS in org.opengis.referencing.cs
Methods in org.opengis.referencing.cs that return LinearCS Modifier and Type Method Description LinearCS
CSFactory. createLinearCS(java.util.Map<java.lang.String,?> properties, CoordinateSystemAxis axis)
Creates a linear coordinate system. -
Uses of LinearCS in org.opengis.test
Methods in org.opengis.test with parameters of type LinearCS Modifier and Type Method Description void
ValidatorContainer. validate(LinearCS object)
Tests the conformance of the given object.static void
Validators. validate(LinearCS object)
Tests the conformance of the given object. -
Uses of LinearCS in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type LinearCS Modifier and Type Method Description void
CSValidator. validate(LinearCS object)
Validates the given coordinate system.
-