Uses of Interface
org.opengis.referencing.crs.GeneralDerivedCRS
Packages that use GeneralDerivedCRS
Package
Description
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
Relationship between any two Coordinate Reference Systems (CRS).
-
Uses of GeneralDerivedCRS in org.apache.sis.referencing.crs
Classes in org.apache.sis.referencing.crs that implement GeneralDerivedCRSModifier and TypeClassDescriptionclassA coordinate reference system that is defined by its coordinate conversion from another CRS.classA 2-dimensional coordinate reference system used to approximate the shape of the earth on a planar surface. -
Uses of GeneralDerivedCRS in org.apache.sis.referencing.operation
Methods in org.apache.sis.referencing.operation with parameters of type GeneralDerivedCRSModifier and TypeMethodDescriptionprotected List<CoordinateOperation> CoordinateOperationFinder.createOperationStep(GeneralDerivedCRS sourceCRS, GeneralDerivedCRS targetCRS) Creates an operation between two derived coordinate reference systems.protected List<CoordinateOperation> CoordinateOperationFinder.createOperationStep(GeneralDerivedCRS sourceCRS, SingleCRS targetCRS) Creates an operation from a derived CRS to an arbitrary single coordinate reference system.protected List<CoordinateOperation> CoordinateOperationFinder.createOperationStep(SingleCRS sourceCRS, GeneralDerivedCRS targetCRS) Creates operations from an arbitrary single CRS to a derived coordinate reference system. -
Uses of GeneralDerivedCRS in org.opengis.referencing.crs
Subinterfaces of GeneralDerivedCRS in org.opengis.referencing.crsModifier and TypeInterfaceDescriptioninterfaceA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system.interfaceA 2D coordinate reference system used to approximate the shape of the earth on a planar surface.