Uses of Class
org.apache.sis.referencing.crs.DefaultParametricCRS
-
Packages that use DefaultParametricCRS 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.factory Creates Coordinate Reference System (CRS) objects from given properties or authority codes. -
-
Uses of DefaultParametricCRS in org.apache.sis.referencing.crs
Methods in org.apache.sis.referencing.crs that return DefaultParametricCRS Modifier and Type Method Description DefaultParametricCRS
DefaultParametricCRS. forConvention(AxesConvention convention)
Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.Constructors in org.apache.sis.referencing.crs with parameters of type DefaultParametricCRS Constructor Description DefaultParametricCRS(DefaultParametricCRS crs)
Constructs a new coordinate reference system with the same values than the specified one. -
Uses of DefaultParametricCRS in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return DefaultParametricCRS Modifier and Type Method Description DefaultParametricCRS
GeodeticAuthorityFactory. createParametricCRS(String code)
Creates a 1-dimensional parametric coordinate reference system.DefaultParametricCRS
GeodeticObjectFactory. createParametricCRS(Map<String,?> properties, DefaultParametricDatum datum, DefaultParametricCS cs)
Creates a parametric coordinate reference system.
-