Class Areas.Area
java.lang.Object
de.kaffeemitkoffein.tinyweatherforecastgermany.Areas.Area
- Enclosing class:
Areas
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubledoubleint -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetType()booleanisInArea(float longitude, float latitude) booleanisInArea(Weather.WeatherLocation weatherLocation)
-
Field Details
-
warncellID
-
warncenter
-
type
public int type -
name
-
polygons
-
polygonString
-
centroidLatitude
public double centroidLatitude -
centroidLongitude
public double centroidLongitude
-
-
Constructor Details
-
Area
public Area()
-
-
Method Details
-
getType
public int getType() -
isInArea
public boolean isInArea(float longitude, float latitude) -
isInArea
-