org.geotools.math |
Package org.geotools.math
A set of mathematical objects and algebraic utilities.
|
Java Source File Name | Type | Comment |
Complex.java | Class | A simple class for the handling of complex numbers. |
GeometryTest.java | Class | Test the
Line and
Plane classes. |
Line.java | Class | Equation of a line in a two dimensional space (x,y).
A line has an equation of the form y=ax+b.
At the difference of
Line2D (which are bounded by (x1,y1)
and (x2,y2) points),
Line objects extends toward infinity.
The equation parameters for a
Line object can bet set at construction
time or using one of the
setLine(...) methods. |
Plane.java | Class | Equation of a plane in a three-dimensional space (x,y,z). |
Polynom.java | Class | The coefficients of a polynomial equation. |
Statistics.java | Class | Hold some statistics about a series of sample values. |