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.measureThe 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 TypeMethodDescriptionvoidSecondDefiningParameter.setInverseFlattening(Measure measure) Sets the inverse of the flattening value.voidSecondDefiningParameter.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 MeasureDefaultPrimeMeridian.getGreenwichMeasure()Invoked by JAXB for obtaining the Greenwich longitude to marshal together with its"uom"attribute.private MeasureDefaultEllipsoid.getSemiMajorAxisMeasure()Returns the semi-major axis value as a measurement.Methods in org.apache.sis.referencing.datum with parameters of type MeasureModifier and TypeMethodDescriptionprivate voidDefaultPrimeMeridian.setGreenwichMeasure(Measure measure) Invoked by JAXB for setting the Greenwich longitude and its unit of measurement.private voidDefaultEllipsoid.setSemiMajorAxisMeasure(Measure measure) Sets the semi-major axis value.