public class FeatureCollection
extends java.lang.Object
| 构造器和说明 |
|---|
FeatureCollection() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addFeature(Feature feature) |
void |
addFeatures(java.util.List<Feature> features) |
void |
clearAllFeature() |
static FeatureCollection |
fromFeatureCollection(FeatureCollection fs) |
static FeatureCollection |
fromJson(org.json.JSONObject layoutJsonObject) |
static FeatureCollection |
fromJson(java.lang.String json) |
static FeatureCollection |
fromMultiFeatureCollection(FeatureCollection... fs) |
com.vividsolutions.jts.geom.Envelope |
getEnvelopeInternal() |
java.util.ArrayList<Feature> |
getFeatures() |
void |
removeFeature(java.lang.String id) |
void |
setFeatures(java.util.ArrayList<Feature> features) |
public static FeatureCollection fromFeatureCollection(FeatureCollection fs)
public static FeatureCollection fromMultiFeatureCollection(FeatureCollection... fs)
public static FeatureCollection fromJson(java.lang.String json)
public static FeatureCollection fromJson(org.json.JSONObject layoutJsonObject)
public java.util.ArrayList<Feature> getFeatures()
public void setFeatures(java.util.ArrayList<Feature> features)
public void addFeature(Feature feature)
public void addFeatures(java.util.List<Feature> features)
public void removeFeature(java.lang.String id)
public void clearAllFeature()
public com.vividsolutions.jts.geom.Envelope getEnvelopeInternal()