Uses of Interface
org.geotools.api.referencing.crs.GeneralDerivedCRS
-
Packages that use GeneralDerivedCRS Package Description org.geotools.api.referencing.crs org.geotools.referencing.crs Coordinate reference systems implementation. -
-
Uses of GeneralDerivedCRS in org.geotools.api.referencing.crs
Subinterfaces of GeneralDerivedCRS in org.geotools.api.referencing.crs Modifier and Type Interface Description interfaceDerivedCRSA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system.interfaceProjectedCRSA 2D coordinate reference system used to approximate the shape of the earth on a planar surface. -
Uses of GeneralDerivedCRS in org.geotools.referencing.crs
Classes in org.geotools.referencing.crs that implement GeneralDerivedCRS Modifier and Type Class Description classAbstractDerivedCRSA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).classDefaultDerivedCRSA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system.classDefaultProjectedCRSA 2D coordinate reference system used to approximate the shape of the earth on a planar surface.Constructors in org.geotools.referencing.crs with parameters of type GeneralDerivedCRS Constructor Description AbstractDerivedCRS(GeneralDerivedCRS crs)Constructs a new derived CRS with the same values than the specified one.
-