Uses of Class
org.apache.sis.referencing.cs.DefaultParametricCS
Packages that use DefaultParametricCS
Package
Description
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
Coordinate System (CS) definitions as the set of coordinate system axes that spans the coordinate space.
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 DefaultParametricCSModifier and TypeMethodDescriptionDefaultParametricCRS.getCoordinateSystem()
Returns the coordinate system.Constructors in org.apache.sis.referencing.crs with parameters of type DefaultParametricCSModifierConstructorDescriptionDefaultParametricCRS
(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 DefaultParametricCSModifier and TypeMethodDescriptionDefaultParametricCS.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 DefaultParametricCSModifierConstructorDescriptionprotected
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 DefaultParametricCSModifier and TypeMethodDescriptionGeodeticAuthorityFactory.createParametricCS
(String code) Creates a 1-dimensional parametric coordinate system.GeodeticObjectFactory.createParametricCS
(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a parametric coordinate system.Methods in org.apache.sis.referencing.factory with parameters of type DefaultParametricCSModifier and TypeMethodDescriptionGeodeticObjectFactory.createParametricCRS
(Map<String, ?> properties, DefaultParametricDatum datum, DefaultParametricCS cs) Creates a parametric coordinate reference system.