public static class QueryOperation.BoundingBox
extends java.lang.Object
| Constructor and Description |
|---|
BoundingBox(double bottom,
double left,
double top,
double right)
Simple constructor of bounding box taking double parameters instead of locations
|
BoundingBox(QueryOperation.Location bottomLeft,
QueryOperation.Location topRight)
Construct a bounding box with type save arguments.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public BoundingBox(QueryOperation.Location bottomLeft, QueryOperation.Location topRight)
bottomLeft - bottom left corner of bounding box.topRight - top right corner of bounding box.public BoundingBox(double bottom,
double left,
double top,
double right)
bottom - bottom most location of the box.left - left most location of the box.top - top most location of the box.right - right most location of the box.Copyright © 2019 Contentful, GmbH.. All Rights Reserved.