Uses of Class
org.apache.sis.internal.jaxb.referencing.SecondDefiningParameter
Packages that use SecondDefiningParameter
Package
Description
JAXB adapters for referencing.
Relationship of a
CoordinateSystem
(an abstract mathematical entity) to the earth or other system.-
Uses of SecondDefiningParameter in org.apache.sis.internal.jaxb.referencing
Fields in org.apache.sis.internal.jaxb.referencing declared as SecondDefiningParameterModifier and TypeFieldDescriptionSecondDefiningParameter.secondDefiningParameter
Nested parameter, for JAXB purpose. -
Uses of SecondDefiningParameter in org.apache.sis.referencing.datum
Methods in org.apache.sis.referencing.datum that return SecondDefiningParameterModifier and TypeMethodDescriptionprivate SecondDefiningParameter
DefaultEllipsoid.getSecondDefiningParameter()
Returns the object to be marshalled as theSecondDefiningParameter
XML element.Methods in org.apache.sis.referencing.datum with parameters of type SecondDefiningParameterModifier and TypeMethodDescriptionprivate void
DefaultEllipsoid.setSecondDefiningParameter
(SecondDefiningParameter second) Sets the second defining parameter value, either the inverse of the flattening value or the semi minor axis value, according to what have been defined in the second defining parameter given.