Package org.geotools.data.geoparquet
Class GeoParquetMetadata.BboxCovering
- Object
-
- BboxCovering
-
- Enclosing class:
- GeoParquetMetadata
public static class GeoParquetMetadata.BboxCovering extends Object
Represents the bounding box covering structure, mapping min/max coordinates to column names.
-
-
Constructor Summary
Constructors Constructor Description BboxCovering()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getXmax()
List<String>
getXmin()
List<String>
getYmax()
List<String>
getYmin()
void
setXmax(List<String> xmax)
void
setXmin(List<String> xmin)
void
setYmax(List<String> ymax)
void
setYmin(List<String> ymin)
-