public class GeoJsonObject extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
GeoJsonObject.GeoJsonFeature |
static class |
GeoJsonObject.GeoJsonGeometry |
static class |
GeoJsonObject.GeoJsonObjectBuilder |
| Modifier and Type | Field and Description |
|---|---|
protected List<GeoJsonObject.GeoJsonFeature> |
features |
protected String |
type |
| Constructor and Description |
|---|
GeoJsonObject() |
| Modifier and Type | Method and Description |
|---|---|
List<GeoJsonObject.GeoJsonFeature> |
getFeatures() |
String |
getType() |
static GeoJsonObject.GeoJsonObjectBuilder |
newBuilder(String type) |
protected String type
protected final List<GeoJsonObject.GeoJsonFeature> features
public static GeoJsonObject.GeoJsonObjectBuilder newBuilder(String type)
public String getType()
public List<GeoJsonObject.GeoJsonFeature> getFeatures()
Copyright © 2011–2013 Ifremer. All rights reserved.