| Package | Description |
|---|---|
| io.prestosql.geospatial | |
| io.prestosql.geospatial.serde |
| Modifier and Type | Method and Description |
|---|---|
static GeometryType |
GeometryType.getForEsriGeometryType(String type) |
static GeometryType |
GeometryType.getForJtsGeometryType(String type) |
static GeometryType |
GeometryType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
GeometryType |
GeometrySerializationType.geometryType() |
static GeometryType |
GeometrySerde.getGeometryType(io.airlift.slice.Slice shape) |
Copyright © 2012–2019. All rights reserved.