Uses of Interface
org.apache.sis.referencing.crs.ParametricCRS
Packages that use ParametricCRS
Package
Description
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
-
Uses of ParametricCRS in org.apache.sis.referencing.crs
Classes in org.apache.sis.referencing.crs that implement ParametricCRSModifier and TypeClassDescriptionprivate static final class
A derived parametric CRS.class
A 1-dimensional coordinate reference system which uses parameter values or functions.Constructors in org.apache.sis.referencing.crs with parameters of type ParametricCRSModifierConstructorDescription(package private)
Parametric
(Map<String, ?> properties, ParametricCRS baseCRS, org.opengis.referencing.crs.CoordinateReferenceSystem interpolationCRS, org.opengis.referencing.operation.OperationMethod method, org.opengis.referencing.operation.MathTransform baseToDerived, DefaultParametricCS derivedCS) Creates a new parametric CRS from the given properties.(package private)
Parametric
(Map<String, ?> properties, ParametricCRS baseCRS, org.opengis.referencing.operation.Conversion conversion, DefaultParametricCS derivedCS) Creates a new parametric CRS from the given properties.