|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.aksingh.owmjapis.AbstractWeather.Wind
public abstract static class AbstractWeather.Wind
Provides default behaviours for Wind.
Method Summary | |
---|---|
float |
getWindDegree()
|
float |
getWindSpeed()
|
boolean |
hasWindDegree()
Tells if degree (degree gives direction) of wind in the city is available or not. |
boolean |
hasWindSpeed()
Tells if speed of wind in the city is available or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean hasWindSpeed()
true
if data available, otherwise false
.public boolean hasWindDegree()
true
if data available, otherwise false
.public float getWindSpeed()
Float.NaN
.public float getWindDegree()
Float.NaN
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |