Uses of Class
org.apache.sis.internal.jaxb.gml.Measure
Packages that use Measure
Package
Description
Miscellaneous objects and adapters defined in the
"gco"
namespace.JAXB adapters for referencing.
Relationship of a
CoordinateSystem
(an abstract mathematical entity) to the earth or other system.-
Uses of Measure in org.apache.sis.internal.jaxb.gco
Fields in org.apache.sis.internal.jaxb.gco declared as Measure -
Uses of Measure in org.apache.sis.internal.jaxb.referencing
Fields in org.apache.sis.internal.jaxb.referencing declared as MeasureModifier and TypeFieldDescriptionSecondDefiningParameter.measure
The measure, which is either the polar radius or the inverse of the flattening value.Methods in org.apache.sis.internal.jaxb.referencing that return MeasureModifier and TypeMethodDescriptionSecondDefiningParameter.getInverseFlattening()
Returns the inverse of the flattening value as a measurement.SecondDefiningParameter.getSemiMinorAxis()
Returns the semi-minor axis value as a measurement.Methods in org.apache.sis.internal.jaxb.referencing with parameters of type MeasureModifier and TypeMethodDescriptionvoid
SecondDefiningParameter.setInverseFlattening
(Measure measure) Sets the inverse of the flattening value.void
SecondDefiningParameter.setSemiMinorAxis
(Measure measure) Sets the semi-minor axis value. -
Uses of Measure in org.apache.sis.referencing.datum
Methods in org.apache.sis.referencing.datum that return MeasureModifier and TypeMethodDescriptionprivate Measure
DefaultPrimeMeridian.getGreenwichMeasure()
Invoked by JAXB for obtaining the Greenwich longitude to marshal together with its"uom"
attribute.private Measure
DefaultEllipsoid.getSemiMajorAxisMeasure()
Returns the semi-major axis value as a measurement.Methods in org.apache.sis.referencing.datum with parameters of type MeasureModifier and TypeMethodDescriptionprivate void
DefaultPrimeMeridian.setGreenwichMeasure
(Measure measure) Invoked by JAXB for setting the Greenwich longitude and its unit of measurement.private void
DefaultEllipsoid.setSemiMajorAxisMeasure
(Measure measure) Sets the semi-major axis value.