Uses of Class
org.apache.parquet.format.GeometryType
-
Packages that use GeometryType Package Description org.apache.parquet.format -
-
Uses of GeometryType in org.apache.parquet.format
Methods in org.apache.parquet.format that return GeometryType Modifier and Type Method Description GeometryTypeGeometryType. deepCopy()GeometryTypeLogicalType. getGEOMETRY()GeometryTypeGeometryType. setCrs(String crs)Methods in org.apache.parquet.format with parameters of type GeometryType Modifier and Type Method Description intGeometryType. compareTo(GeometryType other)booleanGeometryType. equals(GeometryType that)static LogicalTypeLogicalType. GEOMETRY(GeometryType value)voidLogicalType. setGEOMETRY(GeometryType value)Constructors in org.apache.parquet.format with parameters of type GeometryType Constructor Description GeometryType(GeometryType other)Performs a deep copy on other.
-