| | |
| | | |
| | | private String geometry; |
| | | |
| | | private Double buffer; |
| | | |
| | | private Boolean returnGeom; |
| | | |
| | | public QueryVo() { |
| | | } |
| | | |
| | |
| | | if (null == count || count < 0) count = 10; |
| | | if (count > 10000) count = 10000; |
| | | if (null == containCount) containCount = false; |
| | | if (null == returnGeom) returnGeom = false; |
| | | } |
| | | |
| | | |
| | | public int getCount() { |
| | | return count; |
| | |
| | | public void setGeometry(String geometry) { |
| | | this.geometry = geometry; |
| | | } |
| | | |
| | | public Double getBuffer() { |
| | | return buffer; |
| | | } |
| | | |
| | | public void setBuffer(Double buffer) { |
| | | this.buffer = buffer; |
| | | } |
| | | |
| | | public Boolean getReturnGeom() { |
| | | return returnGeom; |
| | | } |
| | | |
| | | public void setReturnGeom(Boolean returnGeom) { |
| | | this.returnGeom = returnGeom; |
| | | } |
| | | } |