Uses of Interface
org.opengis.referencing.crs.GeodeticCRS
Packages that use GeodeticCRS
Package
Description
Reference systems by coordinates.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing package.-
Uses of GeodeticCRS in org.opengis.referencing.crs
Subinterfaces of GeodeticCRS in org.opengis.referencing.crsModifier and TypeInterfaceDescriptioninterfaceDeprecated.This type was defined in 2003 but removed in 2007.interfaceA 2- or 3-dimensional CRS based on an ellipsoidal approximation of the geoid.Methods in org.opengis.referencing.crs that return GeodeticCRSModifier and TypeMethodDescriptiondefault GeodeticCRSCRSAuthorityFactory.createGeodeticCRS(String code) Returns a geodetic coordinate reference system from a code.default GeodeticCRSCRSFactory.createGeodeticCRS(Map<String, ?> properties, GeodeticDatum datum, DatumEnsemble<GeodeticDatum> datumEnsemble, CartesianCS cs) Creates a geocentric CRS from a Cartesian coordinate system.default GeodeticCRSCRSFactory.createGeodeticCRS(Map<String, ?> properties, GeodeticDatum datum, DatumEnsemble<GeodeticDatum> datumEnsemble, SphericalCS cs) Creates a geocentric CRS from a spherical coordinate system. -
Uses of GeodeticCRS in org.opengis.test
Methods in org.opengis.test with parameters of type GeodeticCRSModifier and TypeMethodDescriptionfinal voidValidatorContainer.validate(GeodeticCRS object) Tests the conformance of the given object.static voidValidators.validate(GeodeticCRS object) Tests the conformance of the given object. -
Uses of GeodeticCRS in org.opengis.test.referencing
Methods in org.opengis.test.referencing that return GeodeticCRSModifier and TypeMethodDescriptionPseudoEpsgFactory.createGeodeticCRS(String code) The default implementation delegates toPseudoEpsgFactory.createGeographicCRS(String).Methods in org.opengis.test.referencing with parameters of type GeodeticCRSModifier and TypeMethodDescriptionvoidCRSValidator.validate(GeodeticCRS object) Validates the given coordinate reference system.