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 class
ElevationAngle
The angular height of an object measured from the horizontal plane.class
Latitude
A latitude angle in decimal degrees.class
Longitude
A longitude angle in decimal degrees.Methods in org.apache.sis.measure that return Angle Modifier and Type Method Description Angle
AngleFormat. parse(String source)
Parses the given string as an angle.Angle
AngleFormat. 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 int
Angle. compareTo(Angle that)
Compares twoAngle
objects 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 Angle
CoordinateSystems. angle(AxisDirection source, AxisDirection target)
Returns the arithmetic (counterclockwise) angle from the first axis direction to the second direction.
-