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 TypeInterfaceDescriptioninterface
A 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 DerivedCRS
CRSAuthorityFactory.createDerivedCRS
(String code) Returns a derived coordinate reference system from a code.default DerivedCRS
CRSFactory.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 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 that return DerivedCRSModifier and TypeMethodDescriptionPseudoEpsgFactory.createDerivedCRS
(String code) The default implementation throwsNoSuchAuthorityCodeException
unconditionally.Methods in org.opengis.test.referencing with parameters of type DerivedCRSModifier and TypeMethodDescriptionvoid
CRSValidator.validate
(DerivedCRS object) Validates the given coordinate reference system.