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 TypeMethodDescriptionvoidCD_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 classA temporary ellipsoid used only for passing arguments to theMolodenskyTransformconstructor. -
Uses of DefaultEllipsoid in org.apache.sis.referencing.datum
Subclasses of DefaultEllipsoid in org.apache.sis.referencing.datumModifier and TypeClassDescription(package private) final classA ellipsoid which is spherical.Methods in org.apache.sis.referencing.datum that return DefaultEllipsoidModifier and TypeMethodDescriptionstatic DefaultEllipsoidDefaultEllipsoid.castOrCopy(org.opengis.referencing.datum.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, javax.measure.Unit<javax.measure.quantity.Length> unit) Creates a new ellipsoid using the specified properties and axis length.static DefaultEllipsoidDefaultEllipsoid.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.