Object
Covering

public class Covering extends Object
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 Details

  • Constructor Details

    • Covering

      public Covering()
  • Method Details

    • getBbox

      public BboxCovering getBbox()
      Gets the bounding box covering information.
      Returns:
      the bounding box covering
    • setBbox

      public void setBbox(BboxCovering bbox)
      Sets the bounding box covering information.
      Parameters:
      bbox - the bounding box covering