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 double
centroidLatitude
double
centroidLongitude
java.lang.String
name
java.util.ArrayList<Polygon>
polygons
java.lang.String
polygonString
int
type
java.lang.String
warncellID
java.lang.String
warncenter
-
Constructor Summary
Constructors Constructor Description Area()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getType()
boolean
isInArea(float longitude, float latitude)
boolean
isInArea(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)
-
-