Uses of Interface
org.opengis.referencing.crs.DerivedCRS
Packages that use DerivedCRS
Package
Description
Base classes for validators and test suites for all GeoAPI objects.
Validators and test suites for the
org.opengis.referencing package.-
Uses of DerivedCRS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return DerivedCRSModifier and TypeMethodDescriptionCRSAuthorityFactory.createDerivedCRS(String code) Creates a derived coordinate reference system from a code.CRSFactory.createDerivedCRS(Map<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 DerivedCRSModifier and TypeMethodDescriptionfinal 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 DerivedCRSModifier and TypeMethodDescriptionvoidCRSValidator.validate(DerivedCRS object) Validates the given coordinate reference system.