|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.aksingh.owmjapis.AbstractWeather.Coord
public abstract static class AbstractWeather.Coord
Provides default behaviours for Coord, i.e., coordinates.
Method Summary | |
---|---|
float |
getLatitude()
|
float |
getLongitude()
|
boolean |
hasLatitude()
Tells if the latitude of the city is available or not. |
boolean |
hasLongitude()
Tells if the longitude of 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 hasLatitude()
true
if data available, otherwise false
public boolean hasLongitude()
true
if data available, otherwise false
public float getLatitude()
Float.NaN
.public float getLongitude()
Float.NaN
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |