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.org.apache.sis.referencing.cs Coordinate System (CS) definitions as the set of coordinate system axes that spans the coordinate space. -
-
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. -
Uses of Angle in org.apache.sis.referencing.cs
Methods in org.apache.sis.referencing.cs that return Angle Modifier and Type Method Description static AngleCoordinateSystems. angle(AxisDirection source, AxisDirection target)Returns the arithmetic (counterclockwise) angle from the first axis direction to the second direction.
-