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).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.referencing
package. -
-
Uses of Ellipsoid in org.opengis.referencing.datum
Methods in org.opengis.referencing.datum that return Ellipsoid Modifier and Type Method Description Ellipsoid
DatumAuthorityFactory. createEllipsoid(java.lang.String code)
Returns an ellipsoid from a code.Ellipsoid
DatumFactory. createEllipsoid(java.util.Map<java.lang.String,?> properties, double semiMajorAxis, double semiMinorAxis, javax.measure.Unit<javax.measure.quantity.Length> unit)
Creates an ellipsoid from radius values.Ellipsoid
DatumFactory. createFlattenedSphere(java.util.Map<java.lang.String,?> properties, double semiMajorAxis, double inverseFlattening, javax.measure.Unit<javax.measure.quantity.Length> unit)
Creates an ellipsoid from an major radius, and inverse flattening.Ellipsoid
GeodeticDatum. getEllipsoid()
Returns the ellipsoid.Methods in org.opengis.referencing.datum with parameters of type Ellipsoid Modifier and Type Method Description GeodeticDatum
DatumFactory. createGeodeticDatum(java.util.Map<java.lang.String,?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian)
Creates geodetic datum from ellipsoid and (optionally) Bursa-Wolf parameters. -
Uses of Ellipsoid in org.opengis.test
Methods in org.opengis.test with parameters of type Ellipsoid Modifier and Type Method Description void
ValidatorContainer. validate(Ellipsoid object)
Tests the conformance of the given object.static void
Validators. validate(Ellipsoid object)
Tests the conformance of the given object. -
Uses of Ellipsoid in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type Ellipsoid Modifier and Type Method Description void
DatumValidator. validate(Ellipsoid object)
Validates the given ellipsoid.
-