Uses of Class
org.apache.sis.measure.Angle
Packages that use Angle
Package
Description
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
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.measureModifier and TypeClassDescriptionfinal class
The angular height of an object measured from the horizontal plane.final class
A latitude angle in decimal degrees.final class
A longitude angle in decimal degrees.Methods in org.apache.sis.measure that return AngleModifier and TypeMethodDescriptionParses the given string as an 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 -
Uses of Angle in org.apache.sis.referencing.cs
Methods in org.apache.sis.referencing.cs that return AngleModifier and TypeMethodDescriptionstatic Angle
CoordinateSystems.angle
(AxisDirection source, AxisDirection target) Returns the arithmetic (counterclockwise) angle from the first axis direction to the second direction.