Uses of Class
io.prestosql.geospatial.GeometryType
-
Packages that use GeometryType Package Description io.prestosql.geospatial io.prestosql.geospatial.serde -
-
Uses of GeometryType in io.prestosql.geospatial
Methods in io.prestosql.geospatial that return GeometryType Modifier and Type Method Description static GeometryTypeGeometryType. getForEsriGeometryType(java.lang.String type)static GeometryTypeGeometryType. getForJtsGeometryType(java.lang.String type)static GeometryTypeGeometryType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GeometryType[]GeometryType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GeometryType in io.prestosql.geospatial.serde
Methods in io.prestosql.geospatial.serde that return GeometryType Modifier and Type Method Description GeometryTypeGeometrySerializationType. geometryType()static GeometryTypeGeometrySerde. getGeometryType(io.airlift.slice.Slice shape)
-