public class Feature extends GeoJsonObject
| Constructor and Description |
|---|
Feature() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(GeoJsonObjectVisitor<T> geoJsonObjectVisitor) |
boolean |
equals(Object o) |
GeoJsonObject |
getGeometry() |
String |
getId() |
int |
hashCode() |
void |
setGeometry(GeoJsonObject geometry) |
void |
setId(String id) |
String |
toString() |
getBbox, getCrs, getProperties, getProperty, setBbox, setCrs, setProperties, setPropertypublic GeoJsonObject getGeometry()
public void setGeometry(GeoJsonObject geometry)
public String getId()
public void setId(String id)
public <T> T accept(GeoJsonObjectVisitor<T> geoJsonObjectVisitor)
accept in class GeoJsonObjectpublic boolean equals(Object o)
equals in class GeoJsonObjectpublic int hashCode()
hashCode in class GeoJsonObjectpublic String toString()
toString in class GeoJsonObjectCopyright © 2015. All rights reserved.