Uses of Interface
org.opengis.referencing.datum.Ellipsoid
Packages that use Ellipsoid
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 Ellipsoid in org.opengis.referencing.datum
Methods in org.opengis.referencing.datum that return EllipsoidModifier and TypeMethodDescriptiondefault Ellipsoid
DatumAuthorityFactory.createEllipsoid
(String code) Returns an ellipsoid from a code.default Ellipsoid
DatumFactory.createEllipsoid
(Map<String, ?> properties, double semiMajorAxis, double semiMinorAxis, javax.measure.Unit<javax.measure.quantity.Length> unit) Creates an ellipsoid from radius values.default Ellipsoid
DatumFactory.createFlattenedSphere
(Map<String, ?> properties, double semiMajorAxis, double inverseFlattening, javax.measure.Unit<javax.measure.quantity.Length> unit) Creates an ellipsoid from an major radius, and inverse flattening.GeodeticDatum.getEllipsoid()
Returns an approximation of the surface of the geoid.Methods in org.opengis.referencing.datum with parameters of type EllipsoidModifier and TypeMethodDescriptiondefault GeodeticDatum
DatumFactory.createGeodeticDatum
(Map<String, ?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian) Creates geodetic reference frame from ellipsoid and prime meridian. -
Uses of Ellipsoid in org.opengis.test
Methods in org.opengis.test with parameters of type Ellipsoid -
Uses of Ellipsoid in org.opengis.test.referencing
Methods in org.opengis.test.referencing that return EllipsoidModifier and TypeMethodDescriptionPseudoEpsgFactory.createEllipsoid
(String code) Returns an ellipsoid from a code.Methods in org.opengis.test.referencing with parameters of type EllipsoidModifier and TypeMethodDescriptionvoid
Validates the given ellipsoid.protected void
ReferencingTestCase.verifyFlattenedSphere
(Ellipsoid ellipsoid, String name, double semiMajor, double inverseFlattening, javax.measure.Unit<javax.measure.quantity.Length> axisUnit) Compares the name, axis lengths and inverse flattening factor of the given ellipsoid against the expected values.