Uses of Class
org.apache.sis.referencing.datum.DefaultEllipsoid
Packages that use DefaultEllipsoid
Package
Description
JAXB adapters for referencing.
Math transform provider
implementations.
Relationship of a
CoordinateSystem
(an abstract mathematical entity) to the earth or other system.-
Uses of DefaultEllipsoid in org.apache.sis.internal.jaxb.referencing
Methods in org.apache.sis.internal.jaxb.referencing that return DefaultEllipsoidModifier and TypeMethodDescriptionCD_Ellipsoid.getElement()
Invoked by JAXB at marshalling time for getting the actual element to write inside the<gml:Ellipsoid>
XML element.Methods in org.apache.sis.internal.jaxb.referencing with parameters of type DefaultEllipsoidModifier and TypeMethodDescriptionvoid
CD_Ellipsoid.setElement
(DefaultEllipsoid ellipsoid) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultEllipsoid in org.apache.sis.internal.referencing.provider
Subclasses of DefaultEllipsoid in org.apache.sis.internal.referencing.providerModifier and TypeClassDescriptionprivate static final class
A temporary ellipsoid used only for passing arguments to theMolodenskyTransform
constructor. -
Uses of DefaultEllipsoid in org.apache.sis.referencing.datum
Subclasses of DefaultEllipsoid in org.apache.sis.referencing.datumModifier and TypeClassDescription(package private) final class
A ellipsoid which is spherical.Methods in org.apache.sis.referencing.datum that return DefaultEllipsoidModifier and TypeMethodDescriptionstatic DefaultEllipsoid
DefaultEllipsoid.castOrCopy
(org.opengis.referencing.datum.Ellipsoid object) Returns a SIS ellipsoid implementation with the same values than the given arbitrary implementation.static DefaultEllipsoid
DefaultEllipsoid.createEllipsoid
(Map<String, ?> properties, double semiMajorAxis, double semiMinorAxis, javax.measure.Unit<javax.measure.quantity.Length> unit) Creates a new ellipsoid using the specified properties and axis length.static DefaultEllipsoid
DefaultEllipsoid.createFlattenedSphere
(Map<String, ?> properties, double semiMajorAxis, double inverseFlattening, javax.measure.Unit<javax.measure.quantity.Length> unit) Creates a new ellipsoid using the specified properties, axis length and inverse flattening value.