Uses of Interface
org.opengis.referencing.cs.CylindricalCS
- 
Packages that use CylindricalCS Package Description org.opengis.referencing.cs Coordinate systems and their axis. - 
- 
Uses of CylindricalCS in org.opengis.referencing.cs
Methods in org.opengis.referencing.cs that return CylindricalCS Modifier and Type Method Description CylindricalCSCSAuthorityFactory. createCylindricalCS(String code)Returns a cylindrical coordinate system from a code.CylindricalCSCSFactory. createCylindricalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Creates a cylindrical coordinate system from the given set of axis. 
 -