Uses of Interface
org.opengis.referencing.datum.GeodeticDatum
-
Packages that use GeodeticDatum Package Description org.opengis.referencing.crs org.opengis.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth).org.opengis.test Base classes for validators and test suites for all GeoAPI objects.org.opengis.test.referencing Validators and test suites for theorg.opengis.referencing
package. -
-
Uses of GeodeticDatum in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return GeodeticDatum Modifier and Type Method Description GeodeticDatum
GeodeticCRS. getDatum()
Returns the datum, which must be geodetic.GeodeticDatum
ProjectedCRS. getDatum()
Returns the datum.Methods in org.opengis.referencing.crs with parameters of type GeodeticDatum Modifier and Type Method Description GeocentricCRS
CRSFactory. createGeocentricCRS(java.util.Map<java.lang.String,?> properties, GeodeticDatum datum, CartesianCS cs)
Creates a geocentric coordinate reference system from a cartesian coordinate system.GeocentricCRS
CRSFactory. createGeocentricCRS(java.util.Map<java.lang.String,?> properties, GeodeticDatum datum, SphericalCS cs)
Creates a geocentric coordinate reference system from a spherical coordinate system.GeographicCRS
CRSFactory. createGeographicCRS(java.util.Map<java.lang.String,?> properties, GeodeticDatum datum, EllipsoidalCS cs)
Creates a geographic coordinate reference system. -
Uses of GeodeticDatum in org.opengis.referencing.datum
Methods in org.opengis.referencing.datum that return GeodeticDatum Modifier and Type Method Description GeodeticDatum
DatumAuthorityFactory. createGeodeticDatum(java.lang.String code)
Returns a geodetic datum from a code.GeodeticDatum
DatumFactory. createGeodeticDatum(java.util.Map<java.lang.String,?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian)
Creates geodetic datum from ellipsoid and (optionally) Bursa-Wolf parameters. -
Uses of GeodeticDatum in org.opengis.test
Methods in org.opengis.test with parameters of type GeodeticDatum Modifier and Type Method Description 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 with parameters of type GeodeticDatum Modifier and Type Method Description void
DatumValidator. validate(GeodeticDatum object)
Validates the given datum.
-