Class RadiusSector

java.lang.Object
com.azure.maps.weather.models.RadiusSector

public final class RadiusSector extends Object
Bearing 0–90 = NE quadrant; 90–180 = SE quadrant; 180–270 = SW quadrant; 270–360 = NW quadrant.
  • Method Details

    • getBeginBearing

      public Double getBeginBearing()
      Get the beginBearing property: Bearing, in degrees, of the beginning of the quadrant.
      Returns:
      the beginBearing value.
    • getEndBearing

      public Double getEndBearing()
      Get the endBearing property: Bearing, in degrees, of the end of the quadrant.
      Returns:
      the endBearing value.
    • getRadius

      public Double getRadius()
      Get the radius property: The radius of the quadrant, in nautical miles.
      Returns:
      the radius value.