public class Feature extends GeoJSON
Feature(Object id, Geometry geometry, Map<String,Object> properties)
Feature(Geometry geometry, Map<String,Object> properties)
Geometry
getGeometry()
Object
getId()
Map<String,Object>
getProperties()
getType, setType, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Feature(Geometry geometry, Map<String,Object> properties)
public Feature(Object id, Geometry geometry, Map<String,Object> properties)
public Object getId()
public Geometry getGeometry()
public Map<String,Object> getProperties()