Class GeospatialTypes
- java.lang.Object
-
- org.apache.parquet.column.statistics.geospatial.GeospatialTypes
-
public class GeospatialTypes extends Object
-
-
Constructor Summary
Constructors Constructor Description GeospatialTypes()GeospatialTypes(Set<Integer> types)GeospatialTypes(Set<Integer> types, boolean valid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidabort()GeospatialTypescopy()Set<Integer>getTypes()booleanisValid()voidmerge(GeospatialTypes other)voidreset()StringtoString()voidupdate(org.locationtech.jts.geom.Geometry geometry)
-
-
-
Method Detail
-
update
public void update(org.locationtech.jts.geom.Geometry geometry)
-
merge
public void merge(GeospatialTypes other)
-
reset
public void reset()
-
abort
public void abort()
-
isValid
public boolean isValid()
-
copy
public GeospatialTypes copy()
-
-