Uses of Interface
org.opengis.referencing.crs.DerivedCRS
Packages that use DerivedCRS
Package
Description
Reference systems by coordinates.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing package.-
Uses of DerivedCRS in org.opengis.referencing.crs
Subinterfaces of DerivedCRS in org.opengis.referencing.crsModifier and TypeInterfaceDescriptioninterfaceA 2- or 3-dimensional CRS based on an approximation of the shape of the planet's surface by a plane.Methods in org.opengis.referencing.crs that return DerivedCRSModifier and TypeMethodDescriptiondefault DerivedCRSCRSAuthorityFactory.createDerivedCRS(String code) Returns a derived coordinate reference system from a code.default DerivedCRSCRSFactory.createDerivedCRS(Map<String, ?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS) Creates a derived CRS. -
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 that return DerivedCRSModifier and TypeMethodDescriptionPseudoEpsgFactory.createDerivedCRS(String code) The default implementation throwsNoSuchAuthorityCodeExceptionunconditionally.Methods in org.opengis.test.referencing with parameters of type DerivedCRSModifier and TypeMethodDescriptionvoidCRSValidator.validate(DerivedCRS object) Validates the given coordinate reference system.