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() |
Map<String,Object> |
getProperties() |
<T> T |
getProperty(String key) |
int |
hashCode() |
void |
setGeometry(GeoJsonObject geometry) |
void |
setId(String id) |
void |
setProperties(Map<String,Object> properties) |
void |
setProperty(String key,
Object value) |
String |
toString() |
getBbox, getCrs, setBbox, setCrspublic <T> T getProperty(String key)
public 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 © 2018. All rights reserved.