Uses of Class
org.geotools.measure.Angle
- 
Packages that use Angle Package Description org.geotools.measure Measures (like angles) and their formatter.
- 
- 
Uses of Angle in org.geotools.measureSubclasses of Angle in org.geotools.measure Modifier and Type Class Description classLatitudeA latitude angle.classLongitudeA longitude angle.Methods in org.geotools.measure that return Angle Modifier and Type Method Description AngleAngleFormat. parse(String source)Parses a string as an angle.AngleAngleFormat. parse(String source, ParsePosition pos)Parses a string as an angle.AngleAngleFormat. parseObject(String source)Parses a string as an object.AngleAngleFormat. parseObject(String source, ParsePosition pos)Parses a substring as an angle.Methods in org.geotools.measure with parameters of type Angle Modifier and Type Method Description intAngle. compareTo(Angle that)Compares twoAngleobjects numerically.
 
-