|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCoastlineInfo
Represents coastline shapes. It is a Singleton.
Method Summary | |
java.util.Vector |
getCoastlineShapesWithinRange(float maxLat,
float maxLon,
float minLat,
float minLon)
Get a coastline shape within the bounding box. |
java.util.Vector |
getCoastlineShapesWithinRange(StationInfo info)
Get a coastline shape cover all stations. |
static CoastlineInfo |
getInstance(java.lang.String fileName)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static CoastlineInfo getInstance(java.lang.String fileName)
public java.util.Vector getCoastlineShapesWithinRange(float maxLat, float maxLon, float minLat, float minLon)
maxLat
- maximum latitude of bounding box.maxLon
- maximum longitude of bounding box.minLat
- minimum latitude of bounding box.minLon
- minimum longitude of bounding box.
public java.util.Vector getCoastlineShapesWithinRange(StationInfo info)
info
- station information
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |