Uses of Class
ch.ivyteam.ivy.location.Angle
-
Packages that use Angle Package Description ch.ivyteam.ivy.location Defines alocation servicefor storing and queryinglocationinformation and that is available onusersand tasks. -
-
Uses of Angle in ch.ivyteam.ivy.location
Methods in ch.ivyteam.ivy.location that return Angle Modifier and Type Method Description AngleLatitude. getAngle()AngleLongitude. getAngle()static AngleAngle. inDegrees(double degrees)Creates an angle in degreesstatic AngleAngle. inDegreesMinutesSeconds(int degrees, int minutes, int seconds)Creates an angle in degrees, minutes, secondsstatic AngleAngle. inRadians(double radians)Creates an angle in radiansMethods in ch.ivyteam.ivy.location with parameters of type Angle Modifier and Type Method Description GeoPositionGeoPosition. move(Distance distance, Angle direction)Moves the position by the given distance in the given direction.Constructors in ch.ivyteam.ivy.location with parameters of type Angle Constructor Description Latitude(Angle angle)Creates a latitude with an angleLongitude(Angle angle)Creates a longitude with an angle
-