Class Covering
Object
Covering
Represents the covering metadata for a geometry column in GeoParquet.
Covering metadata provides information about how a dataset's spatial extents may be indexed or partitioned for more efficient access.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBbox()Gets the bounding box covering information.voidsetBbox(BboxCovering bbox) Sets the bounding box covering information.
-
Field Details
-
bbox
-
-
Constructor Details
-
Covering
public Covering()
-
-
Method Details
-
getBbox
Gets the bounding box covering information.- Returns:
- the bounding box covering
-
setBbox
Sets the bounding box covering information.- Parameters:
bbox- the bounding box covering
-