Uses of Interface
org.opengis.referencing.datum.GeodeticDatum
Packages that use GeodeticDatum
Package
Description
Reference systems by coordinates.
Relationship of a Coordinate System (CS) to the Earth, another celestial body or a platform.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of GeodeticDatum in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return GeodeticDatumModifier and TypeMethodDescriptionGeodeticCRS.getDatum()
Returns the reference frame, which shall be geodetic.default GeodeticDatum
ProjectedCRS.getDatum()
Returns the same datum as the base geodetic CRS.Methods in org.opengis.referencing.crs that return types with arguments of type GeodeticDatumModifier and TypeMethodDescriptiondefault DatumEnsemble
<GeodeticDatum> GeodeticCRS.getDatumEnsemble()
Returns the datum ensemble, whose members shall be geodetic reference frames.default DatumEnsemble
<GeodeticDatum> ProjectedCRS.getDatumEnsemble()
Returns the same datum ensemble as the base geodetic CRS.Methods in org.opengis.referencing.crs with parameters of type GeodeticDatumModifier and TypeMethodDescriptiondefault GeocentricCRS
CRSFactory.createGeocentricCRS
(Map<String, ?> properties, GeodeticDatum datum, CartesianCS cs) Deprecated.default GeocentricCRS
CRSFactory.createGeocentricCRS
(Map<String, ?> properties, GeodeticDatum datum, SphericalCS cs) Deprecated.TheGeocentricCRS
type has been removed since ISO 19111:2007.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.default GeographicCRS
CRSFactory.createGeographicCRS
(Map<String, ?> properties, GeodeticDatum datum, EllipsoidalCS cs) Creates a geographic CRS from a reference frame.default GeographicCRS
CRSFactory.createGeographicCRS
(Map<String, ?> properties, GeodeticDatum datum, DatumEnsemble<GeodeticDatum> datumEnsemble, EllipsoidalCS cs) Creates a geographic CRS from a reference frame or datum ensemble.Method parameters in org.opengis.referencing.crs with type arguments of type GeodeticDatumModifier and TypeMethodDescriptiondefault 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.default GeographicCRS
CRSFactory.createGeographicCRS
(Map<String, ?> properties, GeodeticDatum datum, DatumEnsemble<GeodeticDatum> datumEnsemble, EllipsoidalCS cs) Creates a geographic CRS from a reference frame or datum ensemble. -
Uses of GeodeticDatum in org.opengis.referencing.datum
Methods in org.opengis.referencing.datum that return GeodeticDatumModifier and TypeMethodDescriptiondefault GeodeticDatum
DatumAuthorityFactory.createGeodeticDatum
(String code) Returns a geodetic reference frame from a code.default GeodeticDatum
DatumFactory.createGeodeticDatum
(Map<String, ?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian) Creates geodetic reference frame from ellipsoid and prime meridian. -
Uses of GeodeticDatum in org.opengis.test
Methods in org.opengis.test with parameters of type GeodeticDatumModifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(GeodeticDatum object) Tests the conformance of the given object.static void
Validators.validate
(GeodeticDatum object) Tests the conformance of the given object. -
Uses of GeodeticDatum in org.opengis.test.referencing
Methods in org.opengis.test.referencing that return GeodeticDatumModifier and TypeMethodDescriptionPseudoEpsgFactory.createGeodeticDatum
(String code) Returns a geodetic reference frame from a code.Methods in org.opengis.test.referencing with parameters of type GeodeticDatumModifier and TypeMethodDescriptionvoid
DatumValidator.validate
(GeodeticDatum object) Validates the given datum.
GeocentricCRS
type has been removed since ISO 19111:2007.