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 GeodeticDatumProjectedCRS.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 GeocentricCRSCRSFactory.createGeocentricCRS(Map<String, ?> properties, GeodeticDatum datum, CartesianCS cs) Deprecated.default GeocentricCRSCRSFactory.createGeocentricCRS(Map<String, ?> properties, GeodeticDatum datum, SphericalCS cs) Deprecated.TheGeocentricCRStype has been removed since ISO 19111:2007.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.default GeographicCRSCRSFactory.createGeographicCRS(Map<String, ?> properties, GeodeticDatum datum, EllipsoidalCS cs) Creates a geographic CRS from a reference frame.default GeographicCRSCRSFactory.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 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.default GeographicCRSCRSFactory.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 GeodeticDatumDatumAuthorityFactory.createGeodeticDatum(String code) Returns a geodetic reference frame from a code.default GeodeticDatumDatumFactory.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 voidValidatorContainer.validate(GeodeticDatum object) Tests the conformance of the given object.static voidValidators.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 TypeMethodDescriptionvoidDatumValidator.validate(GeodeticDatum object) Validates the given datum.
GeocentricCRStype has been removed since ISO 19111:2007.