| Constructor and Description |
|---|
BoundingBox() |
BoundingBox(org.geotools.data.ows.CRSEnvelope e) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
clone() |
boolean |
equals(Object obj) |
static BoundingBox |
fromJSONObject(org.json.JSONObject obj) |
CoordinateReferenceSystem |
getCrs() |
Double |
getMaxx() |
Double |
getMaxy() |
Double |
getMinx() |
Double |
getMiny() |
int |
hashCode() |
void |
setBounds(String bounds)
Set the minx, miny,maxx, maxy with a comma seperated string
|
void |
setCrs(CoordinateReferenceSystem crs) |
void |
setMaxx(Double maxx) |
void |
setMaxy(Double maxy) |
void |
setMinx(Double minx) |
void |
setMiny(Double miny) |
org.json.JSONObject |
toJSONObject() |
public BoundingBox()
public BoundingBox(org.geotools.data.ows.CRSEnvelope e)
public CoordinateReferenceSystem getCrs()
public void setCrs(CoordinateReferenceSystem crs)
public Double getMaxx()
public void setMaxx(Double maxx)
public Double getMaxy()
public void setMaxy(Double maxy)
public Double getMinx()
public void setMinx(Double minx)
public Double getMiny()
public void setMiny(Double miny)
public void setBounds(String bounds)
bounds - comma seperated coordinates.public static BoundingBox fromJSONObject(org.json.JSONObject obj)
public org.json.JSONObject toJSONObject()
throws org.json.JSONException
org.json.JSONExceptionpublic BoundingBox clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © 2019. All rights reserved.