Class Areas.Area

  • Enclosing class:
    Areas

    public static class Areas.Area
    extends java.lang.Object
    • Field Detail

      • warncellID

        public java.lang.String warncellID
      • warncenter

        public java.lang.String warncenter
      • type

        public int type
      • name

        public java.lang.String name
      • polygons

        public java.util.ArrayList<Polygon> polygons
      • polygonString

        public java.lang.String polygonString
      • centroidLatitude

        public double centroidLatitude
      • centroidLongitude

        public double centroidLongitude
    • Constructor Detail

      • Area

        public Area()
    • Method Detail

      • getType

        public int getType()
      • isInArea

        public boolean isInArea​(float longitude,
                                float latitude)