Uses of Class
org.apache.parquet.column.statistics.geospatial.GeospatialStatistics.Builder
-
Packages that use GeospatialStatistics.Builder Package Description org.apache.parquet.column.statistics.geospatial -
-
Uses of GeospatialStatistics.Builder in org.apache.parquet.column.statistics.geospatial
Methods in org.apache.parquet.column.statistics.geospatial that return GeospatialStatistics.Builder Modifier and Type Method Description static GeospatialStatistics.BuilderGeospatialStatistics. newBuilder(PrimitiveType type)Create a new GeospatialStatistics builder with the specified CRS.static GeospatialStatistics.BuilderGeospatialStatistics. noopBuilder()Creates a builder that doesn't collect any statistics.
-