Package org.geotools.data.geoparquet
Class GeoParquetMetadata.Covering
- Object
-
- Covering
-
- Enclosing class:
- GeoParquetMetadata
public static class GeoParquetMetadata.Covering extends Object
Represents the covering metadata for a geometry column.
-
-
Field Summary
Fields Modifier and Type Field Description protected GeoParquetMetadata.BboxCovering
bbox
-
Constructor Summary
Constructors Constructor Description Covering()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoParquetMetadata.BboxCovering
getBbox()
void
setBbox(GeoParquetMetadata.BboxCovering bbox)
-
-
-
Field Detail
-
bbox
protected GeoParquetMetadata.BboxCovering bbox
-
-
Method Detail
-
getBbox
public GeoParquetMetadata.BboxCovering getBbox()
-
setBbox
public void setBbox(GeoParquetMetadata.BboxCovering bbox)
-
-