Uses of Interface
org.opengis.referencing.crs.GeneralDerivedCRS
-
Packages that use GeneralDerivedCRS Package Description org.opengis.referencing.crs org.opengis.test.referencing Validators and test suites for theorg.opengis.referencing
package. -
-
Uses of GeneralDerivedCRS in org.opengis.referencing.crs
Subinterfaces of GeneralDerivedCRS in org.opengis.referencing.crs Modifier and Type Interface Description interface
DerivedCRS
A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system.interface
ProjectedCRS
A 2D coordinate reference system used to approximate the shape of the earth on a planar surface. -
Uses of GeneralDerivedCRS in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type GeneralDerivedCRS Modifier and Type Method Description private void
CRSValidator. validateGeneralDerivedCRS(GeneralDerivedCRS object)
Validates the conversion in the given derived CRS.
-