Uses of Class
org.apache.sis.referencing.datum.DefaultEllipsoid
Packages that use DefaultEllipsoid
Package
Description
Relationship of a 
CoordinateSystem (an abstract mathematical entity) to the earth or other system.- 
Uses of DefaultEllipsoid in org.apache.sis.referencing.datumMethods in org.apache.sis.referencing.datum that return DefaultEllipsoidModifier and TypeMethodDescriptionstatic DefaultEllipsoidDefaultEllipsoid.castOrCopy(Ellipsoid object) Returns a SIS ellipsoid implementation with the same values than the given arbitrary implementation.static DefaultEllipsoidDefaultEllipsoid.createEllipsoid(Map<String, ?> properties, double semiMajorAxis, double semiMinorAxis, Unit<Length> unit) Creates a new ellipsoid using the specified properties and axis length.static DefaultEllipsoidDefaultEllipsoid.createFlattenedSphere(Map<String, ?> properties, double semiMajorAxis, double inverseFlattening, Unit<Length> unit) Creates a new ellipsoid using the specified properties, axis length and inverse flattening value.