Uses of Class
org.apache.sis.referencing.crs.DefaultParametricCRS
Packages that use DefaultParametricCRS
Package
Description
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
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 DefaultParametricCRSModifier and TypeMethodDescriptionDefaultParametricCRS.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 DefaultParametricCRSModifierConstructorDescriptionprotected
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 DefaultParametricCRSModifier and TypeMethodDescriptionGeodeticAuthorityFactory.createParametricCRS
(String code) Creates a 1-dimensional parametric coordinate reference system.GeodeticObjectFactory.createParametricCRS
(Map<String, ?> properties, DefaultParametricDatum datum, DefaultParametricCS cs) Creates a parametric coordinate reference system.