|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdods.clients.importwizard.ECHO.SpatialQuery
public class SpatialQuery
Constructor Summary | |
---|---|
SpatialQuery()
Constructs a SpatialQuery |
Method Summary | |
---|---|
void |
buildSpatialQuery(String easternmost,
String westernmost,
String northernmost,
String southernmost,
JList keywords)
Builds the spatial query elements |
Element[] |
getSpatialQuery()
Returns the elements of spatial query |
protected String |
toSigned(String input)
Removes the letter (e, w, n, s) from a long/lat string and adds corresponding sign |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpatialQuery()
SpatialQuery
Method Detail |
---|
public Element[] getSpatialQuery()
public void buildSpatialQuery(String easternmost, String westernmost, String northernmost, String southernmost, JList keywords)
easternmost
- the easternmost longitude of the rectanglewesternmost
- the westernmost longitude of the rectanglenorthernmost
- the northernmost longitude of the rectanglesouthernmost
- the southernmost longitude of the rectanglekeywords
- the spatial keyword listprotected String toSigned(String input)
input
- the input long/lat string
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |