| Package | Description |
|---|---|
| org.apache.parquet.format |
| Modifier and Type | Field and Description |
|---|---|
BoundingBox |
GeospatialStatistics.bbox
A bounding box of geospatial instances
|
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
BoundingBox.deepCopy() |
BoundingBox |
GeospatialStatistics.getBbox()
A bounding box of geospatial instances
|
BoundingBox |
BoundingBox.setMmax(double mmax) |
BoundingBox |
BoundingBox.setMmin(double mmin) |
BoundingBox |
BoundingBox.setXmax(double xmax) |
BoundingBox |
BoundingBox.setXmin(double xmin) |
BoundingBox |
BoundingBox.setYmax(double ymax) |
BoundingBox |
BoundingBox.setYmin(double ymin) |
BoundingBox |
BoundingBox.setZmax(double zmax) |
BoundingBox |
BoundingBox.setZmin(double zmin) |
| Modifier and Type | Method and Description |
|---|---|
int |
BoundingBox.compareTo(BoundingBox other) |
boolean |
BoundingBox.equals(BoundingBox that) |
GeospatialStatistics |
GeospatialStatistics.setBbox(BoundingBox bbox)
A bounding box of geospatial instances
|
| Constructor and Description |
|---|
BoundingBox(BoundingBox other)
Performs a deep copy on other.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.