Uses of Interface
org.opengis.referencing.datum.Ellipsoid
- 
Packages that use Ellipsoid Package Description org.opengis.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth). - 
- 
Uses of Ellipsoid in org.opengis.referencing.datum
Methods in org.opengis.referencing.datum that return Ellipsoid Modifier and Type Method Description EllipsoidDatumAuthorityFactory. createEllipsoid(String code)Returns an ellipsoid from a code.EllipsoidDatumFactory. createEllipsoid(Map<String,?> properties, double semiMajorAxis, double semiMinorAxis, Unit<Length> unit)Creates an ellipsoid from radius values.EllipsoidDatumFactory. createFlattenedSphere(Map<String,?> properties, double semiMajorAxis, double inverseFlattening, Unit<Length> unit)Creates an ellipsoid from an major radius, and inverse flattening.EllipsoidGeodeticDatum. getEllipsoid()Returns the ellipsoid.Methods in org.opengis.referencing.datum with parameters of type Ellipsoid Modifier and Type Method Description GeodeticDatumDatumFactory. createGeodeticDatum(Map<String,?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian)Creates geodetic datum from ellipsoid and (optionally) Bursa-Wolf parameters. 
 -