public class BoundingBox extends DataModel
Constructor and Description |
---|
BoundingBox() |
BoundingBox(Double n,
Double s,
Double w,
Double e) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Double |
getE() |
Double |
getN() |
Double |
getS() |
Double |
getW() |
int |
hashCode() |
void |
parse(String str)
Sets comma separated coordinates
|
void |
setE(Double e) |
void |
setN(Double n) |
void |
setS(Double s) |
void |
setW(Double w) |
String |
toString() |
public Double getN()
public void setN(Double n)
public Double getS()
public void setS(Double s)
public Double getW()
public void setW(Double w)
public Double getE()
public void setE(Double e)
public void parse(String str)
str
- coordinates order : N , S , W , ECopyright © 2017. All Rights Reserved.