public class FeatureCollection extends Object
| 构造器和说明 |
|---|
FeatureCollection() |
| 限定符和类型 | 方法和说明 |
|---|---|
static FeatureCollection |
fromJson(String json) |
List<Double> |
getBbox() |
CRS |
getCrs() |
List<Feature> |
getFeatures() |
String |
getType() |
void |
setBbox(List<Double> bbox) |
void |
setCrs(CRS crs) |
void |
setFeatures(List<Feature> features) |
void |
setType(String type) |
String |
toJson() |
Copyright © 2020 GTMAP. All rights reserved.