Package org.geotools.metadata.math
A set of mathematical objects and algebraic utilities.
References |
-
Class Summary Class Description Complex A simple class for the handling of complex numbers.Fraction A fraction made of a numerator and a denominator.Line Equation of a line in a two dimensional space (x,y).Plane Equation of a plane in a three-dimensional space (x,y,z).Polynom The coefficients of a polynomial equation.Statistics Holds some statistics about a series of sample values.Statistics.Delta Holds some statistics about a series of sample values and the difference between them.XMath Simple mathematical functions in addition to the ones provided inMath
.