Uses of Interface
org.opengis.referencing.datum.PrimeMeridian
-
Packages that use PrimeMeridian Package Description 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.referencingpackage. -
-
Uses of PrimeMeridian in org.opengis.referencing.datum
Methods in org.opengis.referencing.datum that return PrimeMeridian Modifier and Type Method Description PrimeMeridianDatumAuthorityFactory. createPrimeMeridian(java.lang.String code)Returns a prime meridian from a code.PrimeMeridianDatumFactory. createPrimeMeridian(java.util.Map<java.lang.String,?> properties, double longitude, javax.measure.Unit<javax.measure.quantity.Angle> unit)Creates a prime meridian, relative to Greenwich.PrimeMeridianGeodeticDatum. getPrimeMeridian()Returns the prime meridian.Methods in org.opengis.referencing.datum with parameters of type PrimeMeridian Modifier and Type Method Description GeodeticDatumDatumFactory. createGeodeticDatum(java.util.Map<java.lang.String,?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian)Creates geodetic datum from ellipsoid and (optionally) Bursa-Wolf parameters. -
Uses of PrimeMeridian in org.opengis.test
Methods in org.opengis.test with parameters of type PrimeMeridian Modifier and Type Method Description voidValidatorContainer. validate(PrimeMeridian object)Tests the conformance of the given object.static voidValidators. validate(PrimeMeridian object)Tests the conformance of the given object. -
Uses of PrimeMeridian in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type PrimeMeridian Modifier and Type Method Description voidDatumValidator. validate(PrimeMeridian object)Validates the given prime meridian.
-