public class RESTBoundingBox extends AbstractRESTEntity
| Constructor and Description |
|---|
RESTBoundingBox()
Default constructor.
|
RESTBoundingBox(String minx,
String miny,
String maxx,
String maxy,
String crs) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCrs() |
String |
getMaxx() |
String |
getMaxy() |
String |
getMinx() |
String |
getMiny() |
void |
setCrs(String crs) |
void |
setMaxx(String maxx) |
void |
setMaxy(String maxy) |
void |
setMinx(String minx) |
void |
setMiny(String miny) |
public String getMinx()
public void setMinx(String minx)
minx - the minx to setpublic String getMiny()
public void setMiny(String miny)
miny - the miny to setpublic String getMaxx()
public void setMaxx(String maxx)
maxx - the maxx to setpublic String getMaxy()
public void setMaxy(String maxy)
maxy - the maxy to setpublic String getCrs()
public void setCrs(String crs)
crs - the crs to setCopyright © 2020 terrestris GmbH & Co. KG. All rights reserved.