Uses of Class
org.apache.sis.referencing.cs.DefaultParametricCS
-
Packages that use DefaultParametricCS Package Description org.apache.sis.referencing.crs Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.org.apache.sis.referencing.cs Coordinate System (CS) definitions as the set of coordinate system axes that spans the coordinate space.org.apache.sis.referencing.factory Creates Coordinate Reference System (CRS) objects from given properties or authority codes. -
-
Uses of DefaultParametricCS in org.apache.sis.referencing.crs
Methods in org.apache.sis.referencing.crs that return DefaultParametricCS Modifier and Type Method Description DefaultParametricCS
DefaultParametricCRS. getCoordinateSystem()
Returns the coordinate system.Constructors in org.apache.sis.referencing.crs with parameters of type DefaultParametricCS Constructor Description DefaultParametricCRS(Map<String,?> properties, DefaultParametricDatum datum, DefaultParametricCS cs)
Creates a coordinate reference system from the given properties, datum and coordinate system. -
Uses of DefaultParametricCS in org.apache.sis.referencing.cs
Methods in org.apache.sis.referencing.cs that return DefaultParametricCS Modifier and Type Method Description DefaultParametricCS
DefaultParametricCS. forConvention(AxesConvention convention)
Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.Constructors in org.apache.sis.referencing.cs with parameters of type DefaultParametricCS Constructor Description DefaultParametricCS(DefaultParametricCS cs)
Creates a new coordinate system with the same values than the specified one. -
Uses of DefaultParametricCS in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return DefaultParametricCS Modifier and Type Method Description DefaultParametricCS
GeodeticAuthorityFactory. createParametricCS(String code)
Creates a 1-dimensional parametric coordinate system.DefaultParametricCS
GeodeticObjectFactory. createParametricCS(Map<String,?> properties, CoordinateSystemAxis axis)
Creates a parametric coordinate system.Methods in org.apache.sis.referencing.factory with parameters of type DefaultParametricCS Modifier and Type Method Description DefaultParametricCRS
GeodeticObjectFactory. createParametricCRS(Map<String,?> properties, DefaultParametricDatum datum, DefaultParametricCS cs)
Creates a parametric coordinate reference system.
-