public static class GeoJsonObject.GeoJsonFeature extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected GeoJsonObject.GeoJsonGeometry |
geometry |
protected String |
id |
protected Map<String,Serializable> |
properties |
protected String |
type |
| Constructor and Description |
|---|
GeoJsonObject.GeoJsonFeature(String type,
String id) |
| Modifier and Type | Method and Description |
|---|---|
GeoJsonObject.GeoJsonGeometry |
getGeometry() |
String |
getId() |
Map<String,Serializable> |
getProperties() |
String |
getType() |
protected String type
protected String id
protected final Map<String,Serializable> properties
protected GeoJsonObject.GeoJsonGeometry geometry
public String getType()
public String getId()
public Map<String,Serializable> getProperties()
public GeoJsonObject.GeoJsonGeometry getGeometry()
Copyright © 2011–2013 Ifremer. All rights reserved.