Uses of Interface
org.opengis.referencing.cs.CylindricalCS
-
Packages that use CylindricalCS 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.referencingpackage. -
-
Uses of CylindricalCS in org.opengis.referencing.cs
Methods in org.opengis.referencing.cs that return CylindricalCS Modifier and Type Method Description CylindricalCSCSAuthorityFactory. createCylindricalCS(java.lang.String code)Creates a cylindrical coordinate system from a code.CylindricalCSCSFactory. createCylindricalCS(java.util.Map<java.lang.String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Creates a cylindrical coordinate system from the given set of axis. -
Uses of CylindricalCS in org.opengis.test
Methods in org.opengis.test with parameters of type CylindricalCS Modifier and Type Method Description voidValidatorContainer. validate(CylindricalCS object)Tests the conformance of the given object.static voidValidators. validate(CylindricalCS object)Tests the conformance of the given object. -
Uses of CylindricalCS in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type CylindricalCS Modifier and Type Method Description voidCSValidator. validate(CylindricalCS object)Validates the given coordinate system.
-