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.referencingpackage. -
-
Uses of DerivedCRS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return DerivedCRS Modifier and Type Method Description DerivedCRSCRSAuthorityFactory. createDerivedCRS(java.lang.String code)Creates a derived coordinate reference system from a code.DerivedCRSCRSFactory. 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 voidValidatorContainer. validate(DerivedCRS object)Validates the given coordinate reference system.static voidValidators. 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 voidCRSValidator. validate(DerivedCRS object)Validates the given coordinate reference system.
-