Class Areas.Area
- java.lang.Object
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.Areas.Area
-
- Enclosing class:
- Areas
public static class Areas.Area extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description doublecentroidLatitudedoublecentroidLongitudejava.lang.Stringnamejava.util.ArrayList<Polygon>polygonsjava.lang.StringpolygonStringinttypejava.lang.StringwarncellIDjava.lang.Stringwarncenter
-
Constructor Summary
Constructors Constructor Description Area()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetType()booleanisInArea(float longitude, float latitude)booleanisInArea(Weather.WeatherLocation weatherLocation)
-
-
-
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
-
-
Method Detail
-
getType
public int getType()
-
isInArea
public boolean isInArea(float longitude, float latitude)
-
isInArea
public boolean isInArea(Weather.WeatherLocation weatherLocation)
-
-