public class BoundingBox extends Object
| Constructor and Description |
|---|
BoundingBox() |
BoundingBox(List<double[]> points) |
| Modifier and Type | Method and Description |
|---|---|
List<List<double[]>> |
getCoordinates() |
String |
getType() |
void |
setCoordinates(List<List<double[]>> coordinates) |
void |
setType(String type) |
public BoundingBox()
public BoundingBox(List<double[]> points)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.