public class BoundingBoxFeature extends Feature
| Constructor and Description |
|---|
BoundingBoxFeature() |
| Modifier and Type | Method and Description |
|---|---|
double |
getEast() |
Map<String,Object> |
getGeometryJsonObject()
Subclasses should override with behavior specific to their geometry type
|
double |
getNorth() |
double |
getSouth() |
String |
getType() |
double |
getWest() |
void |
setEast(double east) |
void |
setNorth(double north) |
void |
setSouth(double south) |
void |
setWest(double west) |
getJsonObject, getName, setNamepublic double getNorth()
public void setNorth(double north)
public double getSouth()
public void setSouth(double south)
public double getEast()
public void setEast(double east)
public double getWest()
public void setWest(double west)
This work is licensed under a Creative Commons Attribution 4.0 International License.