Uses of Class
org.apache.parquet.column.statistics.geospatial.BoundingBox
-
Packages that use BoundingBox Package Description org.apache.parquet.column.statistics.geospatial -
-
Uses of BoundingBox in org.apache.parquet.column.statistics.geospatial
Methods in org.apache.parquet.column.statistics.geospatial that return BoundingBox Modifier and Type Method Description BoundingBoxBoundingBox. copy()Creates a copy of the current bounding box.BoundingBoxGeospatialStatistics. getBoundingBox()Returns the bounding box.Methods in org.apache.parquet.column.statistics.geospatial with parameters of type BoundingBox Modifier and Type Method Description voidBoundingBox. merge(BoundingBox other)Expands this bounding box to include the bounds of another box.Constructors in org.apache.parquet.column.statistics.geospatial with parameters of type BoundingBox Constructor Description GeospatialStatistics(BoundingBox boundingBox, GeospatialTypes geospatialTypes)Constructs a GeospatialStatistics object with the specified CRS, bounding box, and geospatial types.
-