Uses of Class
org.apache.sis.measure.Angle
-
Packages that use Angle Package Description org.apache.sis.measure Units of measurements, values related to measurement (like angles and ranges) and their formatters. -
-
Uses of Angle in org.apache.sis.measure
Subclasses of Angle in org.apache.sis.measure Modifier and Type Class Description classElevationAngleThe angular height of an object measured from the horizontal plane.classLatitudeA latitude angle in decimal degrees.classLongitudeA longitude angle in decimal degrees.Methods in org.apache.sis.measure that return Angle Modifier and Type Method Description AngleAngleFormat. parse(String source)Parses the given string as an angle.AngleAngleFormat. parse(String source, ParsePosition pos)Parses the given string as an angle.Methods in org.apache.sis.measure with parameters of type Angle Modifier and Type Method Description intAngle. compareTo(Angle that)Compares twoAngleobjects numerically.
-