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 TypeInterfaceDescriptioninterface
Deprecated.This type was defined in 2003 but removed in 2007.interface
A 2- or 3-dimensional CRS based on an ellipsoidal approximation of the geoid.Methods in org.opengis.referencing.crs that return GeodeticCRSModifier and TypeMethodDescriptiondefault GeodeticCRS
CRSAuthorityFactory.createGeodeticCRS
(String code) Returns a geodetic coordinate reference system from a code.default GeodeticCRS
CRSFactory.createGeodeticCRS
(Map<String, ?> properties, GeodeticDatum datum, DatumEnsemble<GeodeticDatum> datumEnsemble, CartesianCS cs) Creates a geocentric CRS from a Cartesian coordinate system.default GeodeticCRS
CRSFactory.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 void
ValidatorContainer.validate
(GeodeticCRS object) Tests the conformance of the given object.static void
Validators.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 TypeMethodDescriptionvoid
CRSValidator.validate
(GeodeticCRS object) Validates the given coordinate reference system.