Uses of Class
org.apache.parquet.column.statistics.geospatial.GeospatialTypes
-
Packages that use GeospatialTypes Package Description org.apache.parquet.column.statistics.geospatial -
-
Uses of GeospatialTypes in org.apache.parquet.column.statistics.geospatial
Methods in org.apache.parquet.column.statistics.geospatial that return GeospatialTypes Modifier and Type Method Description GeospatialTypesGeospatialTypes. copy()GeospatialTypesGeospatialStatistics. getGeospatialTypes()Returns the geometry types.Methods in org.apache.parquet.column.statistics.geospatial with parameters of type GeospatialTypes Modifier and Type Method Description voidGeospatialTypes. merge(GeospatialTypes other)Constructors in org.apache.parquet.column.statistics.geospatial with parameters of type GeospatialTypes Constructor Description GeospatialStatistics(BoundingBox boundingBox, GeospatialTypes geospatialTypes)Constructs a GeospatialStatistics object with the specified CRS, bounding box, and geospatial types.
-