Uses of Interface
org.opengis.referencing.cs.ParametricCS
- 
Packages that use ParametricCS Package Description org.opengis.referencing.crs org.opengis.referencing.cs Coordinate systems and their axis. - 
- 
Uses of ParametricCS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return ParametricCS Modifier and Type Method Description ParametricCSParametricCRS. getCoordinateSystem()Returns the coordinate system, which shall be parametric.Methods in org.opengis.referencing.crs with parameters of type ParametricCS Modifier and Type Method Description ParametricCRSCRSFactory. createParametricCRS(Map<String,?> properties, ParametricDatum datum, ParametricCS cs)Creates a parametric coordinate reference system. - 
Uses of ParametricCS in org.opengis.referencing.cs
Methods in org.opengis.referencing.cs that return ParametricCS Modifier and Type Method Description ParametricCSCSAuthorityFactory. createParametricCS(String code)Returns a parametric coordinate system from a code.ParametricCSCSFactory. createParametricCS(Map<String,?> properties, CoordinateSystemAxis axis)Creates a parametric coordinate system. 
 -