Uses of Interface
org.opengis.referencing.datum.PrimeMeridian
Packages that use PrimeMeridian
Package
Description
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 PrimeMeridian in org.opengis.referencing.datum
Methods in org.opengis.referencing.datum that return PrimeMeridianModifier and TypeMethodDescriptiondefault PrimeMeridian
DatumAuthorityFactory.createPrimeMeridian
(String code) Returns a prime meridian from a code.default PrimeMeridian
DatumFactory.createPrimeMeridian
(Map<String, ?> properties, double longitude, javax.measure.Unit<javax.measure.quantity.Angle> unit) Creates a prime meridian, relative to Greenwich.GeodeticDatum.getPrimeMeridian()
Returns the origin from which longitude values are specified.Methods in org.opengis.referencing.datum with parameters of type PrimeMeridianModifier and TypeMethodDescriptiondefault GeodeticDatum
DatumFactory.createGeodeticDatum
(Map<String, ?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian) Creates geodetic reference frame from ellipsoid and prime meridian. -
Uses of PrimeMeridian in org.opengis.test
Methods in org.opengis.test with parameters of type PrimeMeridianModifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(PrimeMeridian object) Tests the conformance of the given object.static void
Validators.validate
(PrimeMeridian object) Tests the conformance of the given object. -
Uses of PrimeMeridian in org.opengis.test.referencing
Methods in org.opengis.test.referencing that return PrimeMeridianModifier and TypeMethodDescriptionPseudoEpsgFactory.createPrimeMeridian
(String code) Returns a prime meridian from a EPSG code.Methods in org.opengis.test.referencing with parameters of type PrimeMeridianModifier and TypeMethodDescriptionvoid
DatumValidator.validate
(PrimeMeridian object) Validates the given prime meridian.protected void
ReferencingTestCase.verifyPrimeMeridian
(PrimeMeridian primeMeridian, String name, double greenwichLongitude, javax.measure.Unit<javax.measure.quantity.Angle> angularUnit) Compares the name and Greenwich longitude of the given prime meridian against the expected values.