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). - 
- 
Uses of PrimeMeridian in org.opengis.referencing.datum
Methods in org.opengis.referencing.datum that return PrimeMeridian Modifier and Type Method Description PrimeMeridianDatumAuthorityFactory. createPrimeMeridian(String code)Returns a prime meridian from a code.PrimeMeridianDatumFactory. createPrimeMeridian(Map<String,?> properties, double longitude, Unit<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(Map<String,?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian)Creates geodetic datum from ellipsoid and (optionally) Bursa-Wolf parameters. 
 -