Uses of Class
org.geotools.math.Fraction

Packages that use Fraction
org.geotools.math A set of mathematical objects and algebraic utilities. 
 

Uses of Fraction in org.geotools.math
 

Methods in org.geotools.math that return Fraction
 Fraction Fraction.clone()
          Returns a clone of this fraction.
 

Methods in org.geotools.math with parameters of type Fraction
 void Fraction.add(Fraction other)
          Adds to this fraction the values given by the given fraction.
 int Fraction.compareTo(Fraction other)
          Compares this fraction with the given one for order.
 void Fraction.divide(Fraction other)
          Divides this fraction by the given fraction.
 void Fraction.multiply(Fraction other)
          Multiplies this fraction by the given fraction.
 void Fraction.subtract(Fraction other)
          Subtracts to this fraction the values given by the given fraction.
 

Constructors in org.geotools.math with parameters of type Fraction
Fraction(Fraction other)
          Creates a new fraction initialized to the same value than the given fraction.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.