public class BaseFeatureCollection extends java.lang.Object implements GeoJSON
| Constructor and Description |
|---|
BaseFeatureCollection() |
| Modifier and Type | Method and Description |
|---|---|
static FeatureCollection |
fromJson(java.lang.String json)
Create a GeoJSON feature collection object from JSON.
|
java.lang.String |
getType()
Should always be "FeatureCollection".
|
java.lang.String |
toJson()
Convert feature collection into JSON.
|
public java.lang.String getType()
public static FeatureCollection fromJson(java.lang.String json)
json - String of JSON making up a feature collection.FeatureCollection GeoJSON object.