public abstract class GeoJsonObject extends Object
| Constructor and Description |
|---|
GeoJsonObject() |
| Modifier and Type | Method and Description |
|---|---|
double[] |
getBbox() |
Crs |
getCrs() |
Map<String,Object> |
getProperties() |
<T> T |
getProperty(String key) |
void |
setBbox(double[] bbox) |
void |
setCrs(Crs crs) |
void |
setProperties(Map<String,Object> properties) |
void |
setProperty(String key,
Object value) |
Copyright © 2013. All Rights Reserved.