Uses of Class
org.apache.sis.referencing.crs.AbstractDerivedCRS
Packages that use AbstractDerivedCRS
Package
Description
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
-
Uses of AbstractDerivedCRS in org.apache.sis.referencing.crs
Subclasses of AbstractDerivedCRS in org.apache.sis.referencing.crsModifier and TypeClassDescriptionclass
A coordinate reference system that is defined by its coordinate conversion from another CRS (not by a datum).private static final class
An derived engineering CRS.private static final class
A derived geodetic CRS.private static final class
A derived parametric CRS.private static final class
A derived temporal CRS.private static final class
A derived vertical CRS.class
A 2-dimensional coordinate reference system used to approximate the shape of the earth on a planar surface.Constructors in org.apache.sis.referencing.crs with parameters of type AbstractDerivedCRSModifierConstructorDescription(package private)
ExplicitParameters
(AbstractDerivedCRS<?> crs, String keyword) Creates a new temporaryConversion
elements for the parameters of the given CRS.