Uses of Class
org.geotools.measure.Angle

Packages that use Angle
org.geotools.measure Measures (like angles) and their formatter. 
 

Uses of Angle in org.geotools.measure
 

Subclasses of Angle in org.geotools.measure
 class Latitude
          A latitude angle.
 class Longitude
          A longitude angle.
 

Methods in org.geotools.measure that return Angle
 Angle AngleFormat.parse(String source)
          Parses a string as an angle.
 Angle AngleFormat.parse(String source, ParsePosition pos)
          Parses a string as an angle.
 Angle AngleFormat.parseObject(String source)
          Parses a string as an object.
 Angle AngleFormat.parseObject(String source, ParsePosition pos)
          Parses a substring as an angle.
 

Methods in org.geotools.measure with parameters of type Angle
 int Angle.compareTo(Angle that)
          Compares two Angle objects numerically.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.