public static class GeoJsonObject.GeoJsonObjectBuilder extends Object
| Constructor and Description |
|---|
GeoJsonObject.GeoJsonObjectBuilder(String type) |
| Modifier and Type | Method and Description |
|---|---|
GeoJsonObject.GeoJsonObjectBuilder |
addFeatureGeometryPoint(double latitude,
double longitude) |
GeoJsonObject.GeoJsonObjectBuilder |
addFeatureProperty(String key,
Serializable value) |
GeoJsonObject |
flush() |
GeoJsonObject.GeoJsonObjectBuilder |
newFeature(String type,
String id,
String geometryType) |
public GeoJsonObject.GeoJsonObjectBuilder(String type)
public GeoJsonObject.GeoJsonObjectBuilder newFeature(String type, String id, String geometryType)
public GeoJsonObject.GeoJsonObjectBuilder addFeatureProperty(String key, Serializable value)
public GeoJsonObject.GeoJsonObjectBuilder addFeatureGeometryPoint(double latitude, double longitude)
public GeoJsonObject flush()
Copyright © 2011–2013 Ifremer. All rights reserved.