public class GeoJsonObject extends Object
| Constructor and Description |
|---|
GeoJsonObject() |
| Modifier and Type | Method and Description |
|---|---|
static GeoJsonObject |
create(String type) |
Map<String,Object> |
get() |
double[] |
getBbox() |
Crs |
getCrs() |
String |
getType() |
void |
set(String name,
Object value) |
void |
setBbox(double[] bbox) |
void |
setCrs(Crs crs) |
public String getType()
public void setCrs(Crs crs)
public Crs getCrs()
public void setBbox(double[] bbox)
public double[] getBbox()
public static GeoJsonObject create(String type)
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.