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.measure
Subclasses of Angle in org.geotools.measure Modifier and Type Class Description class
Latitude
A latitude angle.class
Longitude
A longitude angle.Methods in org.geotools.measure that return Angle Modifier and Type Method Description 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 Modifier and Type Method Description int
Angle. compareTo(Angle that)
Compares twoAngle
objects numerically.
-