Uses of Class
org.apache.parquet.format.GeographyType
-
Packages that use GeographyType Package Description org.apache.parquet.format -
-
Uses of GeographyType in org.apache.parquet.format
Methods in org.apache.parquet.format that return GeographyType Modifier and Type Method Description GeographyTypeGeographyType. deepCopy()GeographyTypeLogicalType. getGEOGRAPHY()GeographyTypeGeographyType. setAlgorithm(EdgeInterpolationAlgorithm algorithm)GeographyTypeGeographyType. setCrs(String crs)Methods in org.apache.parquet.format with parameters of type GeographyType Modifier and Type Method Description intGeographyType. compareTo(GeographyType other)booleanGeographyType. equals(GeographyType that)static LogicalTypeLogicalType. GEOGRAPHY(GeographyType value)voidLogicalType. setGEOGRAPHY(GeographyType value)Constructors in org.apache.parquet.format with parameters of type GeographyType Constructor Description GeographyType(GeographyType other)Performs a deep copy on other.
-