@Validated public class BoundingBoxData extends Object
| Constructor and Description |
|---|
BoundingBoxData() |
| Modifier and Type | Method and Description |
|---|---|
BoundingBoxData |
addBboxItem(BigDecimal bboxItem) |
BoundingBoxData |
bbox(List<BigDecimal> bbox) |
BoundingBoxData |
crs(String crs) |
boolean |
equals(Object o) |
List<BigDecimal> |
getBbox()
Get bbox
|
String |
getCrs()
Get crs
|
int |
hashCode() |
void |
setBbox(List<BigDecimal> bbox) |
void |
setCrs(String crs) |
String |
toString() |
public BoundingBoxData crs(String crs)
public String getCrs()
public void setCrs(String crs)
public BoundingBoxData bbox(List<BigDecimal> bbox)
public BoundingBoxData addBboxItem(BigDecimal bboxItem)
@NotNull
@Size(min=4,
max=6)
public List<BigDecimal> getBbox()
public void setBbox(List<BigDecimal> bbox)
Copyright © 2016–2021 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.