Uses of Interface
org.opengis.referencing.crs.DerivedCRS
-
Packages that use DerivedCRS Package Description org.opengis.referencing.crs org.opengis.test Base classes for validators and test suites for all GeoAPI objects.org.opengis.test.referencing Validators and test suites for theorg.opengis.referencing
package. -
-
Uses of DerivedCRS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return DerivedCRS Modifier and Type Method Description DerivedCRS
CRSAuthorityFactory. createDerivedCRS(java.lang.String code)
Creates a derived coordinate reference system from a code.DerivedCRS
CRSFactory. createDerivedCRS(java.util.Map<java.lang.String,?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS)
Creates a derived coordinate reference system. -
Uses of DerivedCRS in org.opengis.test
Methods in org.opengis.test with parameters of type DerivedCRS Modifier and Type Method Description void
ValidatorContainer. validate(DerivedCRS object)
Validates the given coordinate reference system.static void
Validators. validate(DerivedCRS object)
Validates the given coordinate reference system. -
Uses of DerivedCRS in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type DerivedCRS Modifier and Type Method Description void
CRSValidator. validate(DerivedCRS object)
Validates the given coordinate reference system.
-