Uses of Interface
org.opengis.referencing.cs.CylindricalCS
Package
Description
Coordinate Systems and their axes.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of CylindricalCS in org.opengis.referencing.cs
Modifier and TypeMethodDescriptiondefault CylindricalCS
CSAuthorityFactory.createCylindricalCS
(String code) Returns a cylindrical coordinate system from a code.default CylindricalCS
CSFactory.createCylindricalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a cylindrical coordinate system from the given set of axes. -
Uses of CylindricalCS in org.opengis.test
Modifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(CylindricalCS object) Tests the conformance of the given object.static void
Validators.validate
(CylindricalCS object) Tests the conformance of the given object. -
Uses of CylindricalCS in org.opengis.test.referencing
Modifier and TypeMethodDescriptionPseudoEpsgFactory.createCylindricalCS
(String code) Creates a cylindrical coordinate system from a code.Modifier and TypeMethodDescriptionvoid
CSValidator.validate
(CylindricalCS object) Validates the given coordinate system.