Uses of Interface
org.opengis.referencing.datum.Datum
Packages that use Datum
Package
Description
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.
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
Geodetic datum (the relationship of a
coordinate system to the earth).
-
Uses of Datum in org.apache.sis.referencing.crs
Methods in org.apache.sis.referencing.crs that return Datum -
Uses of Datum in org.apache.sis.referencing.datum
Classes in org.apache.sis.referencing.datum with type parameters of type DatumModifier and TypeClassDescriptionclassDefaultDatumEnsemble<D extends Datum>Collection of datums which for low accuracy requirements may be considered to be insignificantly different from each other.Classes in org.apache.sis.referencing.datum that implement DatumModifier and TypeClassDescriptionclassSpecifies the relationship of a Coordinate System to the earth.classDefaultDatumEnsemble<D extends Datum>Collection of datums which for low accuracy requirements may be considered to be insignificantly different from each other.classDefines the origin of an engineering coordinate reference system.classDefines 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.classDefines the origin of a parametric coordinate reference system.classDefines the origin of a temporal coordinate reference system.classIdentifies a particular reference level surface used as a zero-height surface.static classA vertical reference frame in which some of the defining parameters have time dependency.Methods in org.apache.sis.referencing.datum with type parameters of type DatumModifier and TypeMethodDescription<N extends Datum>
DefaultDatumEnsemble<N> Returns this datum ensemble as a collection of datum of the given type.static <D extends Datum>
DefaultDatumEnsemble<D> DefaultDatumEnsemble.create(Map<String, ?> properties, Class<D> memberType, Collection<? extends D> members, PositionalAccuracy accuracy) Creates a datum ensemble from the given properties.Methods in org.apache.sis.referencing.datum that return types with arguments of type DatumModifier and TypeMethodDescriptionAbstractDatum.getInterface()Returns the GeoAPI interface implemented by this class.Methods in org.apache.sis.referencing.datum with parameters of type DatumModifier and TypeMethodDescriptionstatic AbstractDatumAbstractDatum.castOrCopy(Datum object) Returns a SIS datum implementation with the values of the given arbitrary implementation.static booleanDatumOrEnsemble.isLegacyDatum(DefaultDatumEnsemble<?> ensemble, Datum datum, ComparisonMode mode) Returns whether a legacy definition of a datum may be considered as equivalent to the given datum ensemble.Constructors in org.apache.sis.referencing.datum with parameters of type DatumModifierConstructorDescriptionprotectedAbstractDatum(Datum datum) Creates a new datum with the same values as the specified one. -
Uses of Datum in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory with type parameters of type DatumModifier and TypeMethodDescription<D extends Datum>
DefaultDatumEnsemble<D> GeodeticObjectFactory.createDatumEnsemble(Map<String, ?> properties, Collection<? extends D> members, PositionalAccuracy accuracy) Creates a datum ensemble from a collection of members and an ensemble accuracy.Methods in org.apache.sis.referencing.factory that return DatumModifier and TypeMethodDescriptionConcurrentAuthorityFactory.createDatum(String code) Returns an arbitrary datum from a code.GeodeticAuthorityFactory.createDatum(String code) Creates an arbitrary datum from a code.MultiAuthoritiesFactory.createDatum(String code) Creates an arbitrary datum from a code. -
Uses of Datum in org.apache.sis.referencing.factory.sql
Methods in org.apache.sis.referencing.factory.sql that return DatumModifier and TypeMethodDescriptionEPSGDataAccess.createDatum(String code) Creates an arbitrary datum from a code. -
Uses of Datum in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return Datum -
Uses of Datum in org.opengis.referencing.datum
Subinterfaces of Datum in org.opengis.referencing.datumModifier and TypeInterfaceDescriptioninterfaceDefines the origin of an engineering coordinate reference system.interfaceDefines the location and precise orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth.interfaceDefines the origin of an image coordinate reference system.interfaceA temporal datum defines the origin of a temporal coordinate reference system.interfaceA textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface.Methods in org.opengis.referencing.datum that return DatumModifier and TypeMethodDescriptionDatumAuthorityFactory.createDatum(String code) Returns an arbitrary datum from a code.