Uses of Class
io.trino.geospatial.serde.GeometrySerializationType
-
Packages that use GeometrySerializationType Package Description io.trino.geospatial.serde -
-
Uses of GeometrySerializationType in io.trino.geospatial.serde
Methods in io.trino.geospatial.serde that return GeometrySerializationType Modifier and Type Method Description static GeometrySerializationTypeGeometrySerde. deserializeType(io.airlift.slice.Slice shape)static GeometrySerializationTypeGeometrySerializationType. getForCode(int code)static GeometrySerializationTypeGeometrySerializationType. valueOf(String name)Returns the enum constant of this type with the specified name.static GeometrySerializationType[]GeometrySerializationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-