Uses of Interface
org.opengis.referencing.datum.PrimeMeridian
Packages that use PrimeMeridian
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.
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 PrimeMeridian in org.apache.sis.referencing
Methods in org.apache.sis.referencing that return PrimeMeridianModifier and TypeMethodDescriptionCommonCRS.primeMeridian()Returns the prime meridian associated to this geodetic object. -
Uses of PrimeMeridian in org.apache.sis.referencing.crs
Methods in org.apache.sis.referencing.crs that return PrimeMeridianModifier and TypeMethodDescriptionDefaultGeographicCRS.getPrimeMeridian()Returns the prime meridian which is indirectly (through a datum) associated to this CRS. -
Uses of PrimeMeridian in org.apache.sis.referencing.datum
Classes in org.apache.sis.referencing.datum that implement PrimeMeridianModifier and TypeClassDescriptionclassDefines the origin from which longitude values are determined.Methods in org.apache.sis.referencing.datum that return PrimeMeridianModifier and TypeMethodDescriptionDefaultGeodeticDatum.getPrimeMeridian()Returns the prime meridian given at construction time.Methods in org.apache.sis.referencing.datum that return types with arguments of type PrimeMeridianModifier and TypeMethodDescriptionClass<? extends PrimeMeridian> DefaultPrimeMeridian.getInterface()Returns the GeoAPI interface implemented by this class.static Optional<PrimeMeridian> DatumOrEnsemble.getPrimeMeridian(CoordinateReferenceSystem crs) Returns the prime meridian used by the given coordinate reference system.Methods in org.apache.sis.referencing.datum with parameters of type PrimeMeridianModifier and TypeMethodDescriptionstatic DefaultPrimeMeridianDefaultPrimeMeridian.castOrCopy(PrimeMeridian object) Returns a SIS prime meridian implementation with the same values as the given arbitrary implementation.Constructors in org.apache.sis.referencing.datum with parameters of type PrimeMeridianModifierConstructorDescriptionDefaultGeodeticDatum(Map<String, ?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian) Creates a geodetic reference frame from the given properties.protectedDefaultPrimeMeridian(PrimeMeridian meridian) Creates a new prime meridian with the same values as the specified one.Creates a dynamic reference frame from the given properties. -
Uses of PrimeMeridian in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return PrimeMeridianModifier and TypeMethodDescriptionConcurrentAuthorityFactory.createPrimeMeridian(String code) Returns a prime meridian defining the origin from which longitude values are determined.GeodeticAuthorityFactory.createPrimeMeridian(String code) Creates a prime meridian defining the origin from which longitude values are determined.GeodeticObjectFactory.createPrimeMeridian(Map<String, ?> properties, double longitude, Unit<Angle> angularUnit) Creates a prime meridian, relative to Greenwich.MultiAuthoritiesFactory.createPrimeMeridian(String code) Creates a prime meridian defining the origin from which longitude values are determined.Methods in org.apache.sis.referencing.factory with parameters of type PrimeMeridianModifier and TypeMethodDescriptionGeodeticObjectFactory.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. -
Uses of PrimeMeridian in org.apache.sis.referencing.factory.sql
Methods in org.apache.sis.referencing.factory.sql that return PrimeMeridianModifier and TypeMethodDescriptionEPSGDataAccess.createPrimeMeridian(String code) Creates a prime meridian defining the origin from which longitude values are determined. -
Uses of PrimeMeridian in org.opengis.referencing.datum
Methods in org.opengis.referencing.datum that return PrimeMeridianModifier and TypeMethodDescriptionDatumAuthorityFactory.createPrimeMeridian(String code) Returns a prime meridian from a code.DatumFactory.createPrimeMeridian(Map<String, ?> properties, double longitude, Unit<Angle> unit) Creates a prime meridian, relative to Greenwich.GeodeticDatum.getPrimeMeridian()Returns the prime meridian.Methods in org.opengis.referencing.datum with parameters of type PrimeMeridianModifier and TypeMethodDescriptionDatumFactory.createGeodeticDatum(Map<String, ?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian) Creates geodetic datum from ellipsoid and (optionally) Bursa-Wolf parameters.