Uses of Interface
org.opengis.referencing.crs.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
Modifier 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.Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionPseudoEpsgFactory.createGeodeticCRS
(String code) The default implementation delegates toPseudoEpsgFactory.createGeographicCRS(String)
.Modifier and TypeMethodDescriptionvoid
CRSValidator.validate
(GeodeticCRS object) Validates the given coordinate reference system.