Uses of Interface
org.opengis.referencing.datum.GeodeticDatum
Packages that use GeodeticDatum
Package
Description
Base classes for reference systems used for general positioning.
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
Relationship of a
CoordinateSystem (an abstract mathematical entity) to the earth or other system.Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Geodetic datum (the relationship of a
coordinate system to the earth).
-
Uses of GeodeticDatum in org.apache.sis.referencing
Methods in org.apache.sis.referencing that return GeodeticDatumModifier and TypeMethodDescriptionCommonCRS.datum(boolean acceptEnsemble) Returns the geodetic reference frame associated to this geodetic object.Methods in org.apache.sis.referencing that return types with arguments of type GeodeticDatumModifier and TypeMethodDescriptionCommonCRS.datumEnsemble()Returns the datum ensemble associated to this geodetic object.static Optional<GeodeticDatum> Returns the geodetic reference frame used by the given coordinate reference system. -
Uses of GeodeticDatum in org.apache.sis.referencing.crs
Methods in org.apache.sis.referencing.crs that return GeodeticDatumModifier and TypeMethodDescriptionfinal GeodeticDatumDefaultGeocentricCRS.getDatum()Returns the geodetic reference frame associated to this geocentric CRS.final GeodeticDatumDefaultGeographicCRS.getDatum()Returns the geodetic reference frame associated to this geographic CRS.DefaultProjectedCRS.getDatum()Returns the datum of the base CRS.Methods in org.apache.sis.referencing.crs that return types with arguments of type GeodeticDatumModifier and TypeMethodDescriptionDefaultGeocentricCRS.getDatumEnsemble()Returns a collection of datums which, for low accuracy requirements, may be considered to be insignificantly different from each other.DefaultGeographicCRS.getDatumEnsemble()Returns a collection of datums which, for low accuracy requirements, may be considered to be insignificantly different from each other.DefaultProjectedCRS.getDatumEnsemble()Returns the datum ensemble of the base CRS.Constructors in org.apache.sis.referencing.crs with parameters of type GeodeticDatumModifierConstructorDescriptionDefaultGeocentricCRS(Map<String, ?> properties, GeodeticDatum datum, DefaultDatumEnsemble<GeodeticDatum> ensemble, CartesianCS cs) Creates a coordinate reference system from the given properties, datum and coordinate system.DefaultGeocentricCRS(Map<String, ?> properties, GeodeticDatum datum, DefaultDatumEnsemble<GeodeticDatum> ensemble, SphericalCS cs) Creates a coordinate reference system from the given properties, datum and coordinate system.DefaultGeographicCRS(Map<String, ?> properties, GeodeticDatum datum, DefaultDatumEnsemble<GeodeticDatum> ensemble, EllipsoidalCS cs) Creates a coordinate reference system from the given properties, datum and coordinate system.Constructor parameters in org.apache.sis.referencing.crs with type arguments of type GeodeticDatumModifierConstructorDescriptionDefaultGeocentricCRS(Map<String, ?> properties, GeodeticDatum datum, DefaultDatumEnsemble<GeodeticDatum> ensemble, CartesianCS cs) Creates a coordinate reference system from the given properties, datum and coordinate system.DefaultGeocentricCRS(Map<String, ?> properties, GeodeticDatum datum, DefaultDatumEnsemble<GeodeticDatum> ensemble, SphericalCS cs) Creates a coordinate reference system from the given properties, datum and coordinate system.DefaultGeographicCRS(Map<String, ?> properties, GeodeticDatum datum, DefaultDatumEnsemble<GeodeticDatum> ensemble, EllipsoidalCS cs) Creates a coordinate reference system from the given properties, datum and coordinate system. -
Uses of GeodeticDatum in org.apache.sis.referencing.datum
Classes in org.apache.sis.referencing.datum that implement GeodeticDatumModifier and TypeClassDescriptionclassDefines the location and orientation of an ellipsoid that approximates the shape of the earth.static classA geodetic reference frame in which some of the defining parameters have time dependency.Methods in org.apache.sis.referencing.datum that return GeodeticDatumModifier and TypeMethodDescriptionstatic GeodeticDatumDatumOrEnsemble.asDatum(GeodeticCRS crs) Returns the datum (preferred) or ensemble (fallback) of the given geodetic CRS.BursaWolfParameters.getTargetDatum()Returns the target datum for this set of parameters, ornullif unknown.Methods in org.apache.sis.referencing.datum that return types with arguments of type GeodeticDatumModifier and TypeMethodDescriptionstatic Optional<DefaultDatumEnsemble<GeodeticDatum>> DatumOrEnsemble.asEnsemble(GeodeticDatum datum) If the given object is a pseudo-datum for a geodetic ensemble, returns that ensemble.static Optional<GeodeticDatum> DatumOrEnsemble.asTargetDatum(GeodeticCRS source, GeodeticCRS target) Returns the datum or pseudo-datum of the result of an operation between the given geodetic CRSs.Class<? extends GeodeticDatum> DefaultGeodeticDatum.getInterface()Returns the GeoAPI interface implemented by this class.Methods in org.apache.sis.referencing.datum with parameters of type GeodeticDatumModifier and TypeMethodDescriptionstatic Optional<DefaultDatumEnsemble<GeodeticDatum>> DatumOrEnsemble.asEnsemble(GeodeticDatum datum) If the given object is a pseudo-datum for a geodetic ensemble, returns that ensemble.static DefaultGeodeticDatumDefaultGeodeticDatum.castOrCopy(GeodeticDatum object) Returns a SIS datum implementation with the same values as the given arbitrary implementation.DefaultGeodeticDatum.getPositionVectorTransformation(GeodeticDatum targetDatum, Extent areaOfInterest) Returns the position vector transformation (geocentric domain) to the specified datum.Constructors in org.apache.sis.referencing.datum with parameters of type GeodeticDatumModifierConstructorDescriptionBursaWolfParameters(GeodeticDatum targetDatum, Extent domainOfValidity) Creates a new instance for the given target datum and domain of validity.protectedCreates a new datum with the same values as the specified one.protectedDynamic(GeodeticDatum datum) Creates a new datum with the same values as the specified datum, which must be dynamic.TimeDependentBWP(GeodeticDatum targetDatum, Extent domainOfValidity, Temporal timeReference) Creates a new instance for the given target datum, domain of validity and time reference. -
Uses of GeodeticDatum in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return GeodeticDatumModifier and TypeMethodDescriptionConcurrentAuthorityFactory.createGeodeticDatum(String code) Returns a datum defining the location and orientation of an ellipsoid that approximates the shape of the earth.GeodeticAuthorityFactory.createGeodeticDatum(String code) Creates a datum defining the location and orientation of an ellipsoid that approximates the shape of the earth.GeodeticObjectFactory.createGeodeticDatum(Map<String, ?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian) Creates a static geodetic reference frame from ellipsoid and (optionally) Bursa-Wolf parameters.GeodeticObjectFactory.createGeodeticDatum(Map<String, ?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian, Temporal epoch) Creates a dynamic geodetic reference frame from ellipsoid and frame reference epoch.MultiAuthoritiesFactory.createGeodeticDatum(String code) Creates a datum defining the location and orientation of an ellipsoid that approximates the shape of the earth.Methods in org.apache.sis.referencing.factory with parameters of type GeodeticDatumModifier and TypeMethodDescriptionGeodeticObjectFactory.createGeocentricCRS(Map<String, ?> properties, GeodeticDatum datum, CartesianCS cs) Creates a geocentric coordinate reference system from a Cartesian coordinate system.GeodeticObjectFactory.createGeocentricCRS(Map<String, ?> properties, GeodeticDatum datum, SphericalCS cs) Deprecated.ISO 19111:2019 does not define an explicit class for geocentric CRS.GeodeticObjectFactory.createGeodeticCRS(Map<String, ?> properties, GeodeticDatum datum, DefaultDatumEnsemble<GeodeticDatum> ensemble, CartesianCS cs) Creates a geocentric coordinate reference system from a Cartesian coordinate system.GeodeticObjectFactory.createGeodeticCRS(Map<String, ?> properties, GeodeticDatum datum, DefaultDatumEnsemble<GeodeticDatum> ensemble, SphericalCS cs) Creates a geocentric coordinate reference system from a spherical coordinate system.GeodeticObjectFactory.createGeographicCRS(Map<String, ?> properties, GeodeticDatum datum, DefaultDatumEnsemble<GeodeticDatum> ensemble, EllipsoidalCS cs) Creates a geographic coordinate reference system.GeodeticObjectFactory.createGeographicCRS(Map<String, ?> properties, GeodeticDatum datum, EllipsoidalCS cs) Creates a geographic CRS with a datum that may be a datum ensemble.Method parameters in org.apache.sis.referencing.factory with type arguments of type GeodeticDatumModifier and TypeMethodDescriptionGeodeticObjectFactory.createGeodeticCRS(Map<String, ?> properties, GeodeticDatum datum, DefaultDatumEnsemble<GeodeticDatum> ensemble, CartesianCS cs) Creates a geocentric coordinate reference system from a Cartesian coordinate system.GeodeticObjectFactory.createGeodeticCRS(Map<String, ?> properties, GeodeticDatum datum, DefaultDatumEnsemble<GeodeticDatum> ensemble, SphericalCS cs) Creates a geocentric coordinate reference system from a spherical coordinate system.GeodeticObjectFactory.createGeographicCRS(Map<String, ?> properties, GeodeticDatum datum, DefaultDatumEnsemble<GeodeticDatum> ensemble, EllipsoidalCS cs) Creates a geographic coordinate reference system. -
Uses of GeodeticDatum in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return GeodeticDatumModifier and TypeMethodDescriptionGeodeticCRS.getDatum()Returns the datum, which must be geodetic.ProjectedCRS.getDatum()Returns the datum.Methods in org.opengis.referencing.crs with parameters of type GeodeticDatumModifier and TypeMethodDescriptionCRSFactory.createGeocentricCRS(Map<String, ?> properties, GeodeticDatum datum, CartesianCS cs) Creates a geocentric coordinate reference system from a cartesian coordinate system.CRSFactory.createGeocentricCRS(Map<String, ?> properties, GeodeticDatum datum, SphericalCS cs) Creates a geocentric coordinate reference system from a spherical coordinate system.CRSFactory.createGeographicCRS(Map<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 GeodeticDatumModifier and TypeMethodDescriptionDatumAuthorityFactory.createGeodeticDatum(String code) Returns a geodetic datum from a code.DatumFactory.createGeodeticDatum(Map<String, ?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian) Creates geodetic datum from ellipsoid and (optionally) Bursa-Wolf parameters.