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.referencingpackage. -
-
Uses of GeneralDerivedCRS in org.opengis.referencing.crs
Subinterfaces of GeneralDerivedCRS in org.opengis.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.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type GeneralDerivedCRS Modifier and Type Method Description private voidCRSValidator. validateGeneralDerivedCRS(GeneralDerivedCRS object)Validates the conversion in the given derived CRS.
-