static GeoShape |
GeoShape.collection(GeoShape... shapes) |
GeoShape |
GeoShapeType.convert(Object value) |
static GeoShape |
GeoShape.fromPoint(GeoPoint point) |
static GeoShape |
GeoShape.lineString(GeoPoint... points) |
static GeoShape |
GeoShape.multiLineString(List<GeoPoint>... points) |
static GeoShape |
GeoShape.multiPoint(GeoPoint... points) |
static GeoShape |
GeoShape.multiPolygon(List<List<GeoPoint>>... points) |
static GeoShape |
GeoShape.of(Map<String,Object> map) |
static GeoShape |
GeoShape.of(Object value) |
static GeoShape |
GeoShape.point(GeoPoint point) |
static GeoShape |
GeoShape.polygon(List<GeoPoint>... points) |