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