public abstract class GeoJsonObject extends Object
| Constructor and Description |
|---|
GeoJsonObject() |
| Modifier and Type | Method and Description |
|---|---|
abstract <T> T |
accept(GeoJsonObjectVisitor<T> geoJsonObjectVisitor) |
boolean |
equals(Object o) |
double[] |
getBbox() |
Crs |
getCrs() |
Map<String,Object> |
getProperties() |
<T> T |
getProperty(String key) |
int |
hashCode() |
void |
setBbox(double[] bbox) |
void |
setCrs(Crs crs) |
void |
setProperties(Map<String,Object> properties) |
void |
setProperty(String key,
Object value) |
String |
toString() |
public Crs getCrs()
public void setCrs(Crs crs)
public double[] getBbox()
public void setBbox(double[] bbox)
public <T> T getProperty(String key)
public abstract <T> T accept(GeoJsonObjectVisitor<T> geoJsonObjectVisitor)
Copyright © 2015. All rights reserved.