public final class FieldBoundingBox extends Object
| Constructor and Description |
|---|
FieldBoundingBox(List<Point> points)
Constructs a Field Bounding box object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Point> |
getPoints()
Gets the list of all point coordinates of the bounding box.
|
String |
toString()
Returns a string representation of the
FieldBoundingBox. |
public List<Point> getPoints()
public String toString()
FieldBoundingBox.toString in class ObjectFieldBoundingBox.Copyright © 2021. All rights reserved.