Uses of Class
org.apache.parquet.format.BoundingBox
-
Packages that use BoundingBox Package Description org.apache.parquet.format -
-
Uses of BoundingBox in org.apache.parquet.format
Fields in org.apache.parquet.format declared as BoundingBox Modifier and Type Field Description BoundingBoxGeospatialStatistics. bboxA bounding box of geospatial instancesMethods in org.apache.parquet.format that return BoundingBox Modifier and Type Method Description BoundingBoxBoundingBox. deepCopy()BoundingBoxGeospatialStatistics. getBbox()A bounding box of geospatial instancesBoundingBoxBoundingBox. setMmax(double mmax)BoundingBoxBoundingBox. setMmin(double mmin)BoundingBoxBoundingBox. setXmax(double xmax)BoundingBoxBoundingBox. setXmin(double xmin)BoundingBoxBoundingBox. setYmax(double ymax)BoundingBoxBoundingBox. setYmin(double ymin)BoundingBoxBoundingBox. setZmax(double zmax)BoundingBoxBoundingBox. setZmin(double zmin)Methods in org.apache.parquet.format with parameters of type BoundingBox Modifier and Type Method Description intBoundingBox. compareTo(BoundingBox other)booleanBoundingBox. equals(BoundingBox that)GeospatialStatisticsGeospatialStatistics. setBbox(BoundingBox bbox)A bounding box of geospatial instancesConstructors in org.apache.parquet.format with parameters of type BoundingBox Constructor Description BoundingBox(BoundingBox other)Performs a deep copy on other.
-