public class GeoShape extends Object implements Serializable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GeoShape.Type |
| 构造器和说明 |
|---|
GeoShape() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GeoShape |
collection(GeoShape... shapes) |
static GeoShape |
fromPoint(GeoPoint point) |
static GeoShape |
lineString(GeoPoint... points) |
static GeoShape |
multiLineString(List<GeoPoint>... points) |
static GeoShape |
multiPoint(GeoPoint... points) |
static GeoShape |
multiPolygon(List<List<GeoPoint>>... points) |
static GeoShape |
of(Map<String,Object> map) |
static GeoShape |
of(Object value) |
static GeoShape |
point(GeoPoint point) |
static GeoShape |
polygon(List<GeoPoint>... points) |
Map<String,Object> |
toMap() |
String |
toString() |
@SafeVarargs public static GeoShape multiLineString(List<GeoPoint>... points)
@SafeVarargs public static GeoShape polygon(List<GeoPoint>... points)
@SafeVarargs public static GeoShape multiPolygon(List<List<GeoPoint>>... points)
Copyright © 2019–2022. All rights reserved.