Uses of Class
org.apache.sis.internal.jaxb.gml.Measure
Packages that use 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.