|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectStationInfo
Reprents station information file. Have functions to get latitude and longitude for each station.
Method Summary | |
float[] |
getLatitudes()
Get the longitude among the stations |
float[] |
getLongitudes()
Get the longitude among the stations |
float |
getMaxLatitude()
Get the maximum latitude among the stations |
float |
getMaxLongitude()
Get the maximum longitude among the stations |
float |
getMinLatitude()
Get the minimum latitude among the stations |
float |
getMinLongitude()
Get the minimum longitude among the stations |
double |
getStationLat(int stationNo)
Get station latitude for a station. |
double |
getStationLon(int stationNo)
Get station longitude for a station. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public double getStationLat(int stationNo)
stationNo
- station number
public double getStationLon(int stationNo)
stationNo
- station number
public float getMinLatitude()
public float getMinLongitude()
public float getMaxLatitude()
public float getMaxLongitude()
public float[] getLongitudes()
public float[] getLatitudes()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |