public abstract class GeoJsonObject extends Object implements Serializable
| 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() |
int |
hashCode() |
void |
setBbox(double[] bbox) |
void |
setCrs(Crs crs) |
String |
toString() |
public Crs getCrs()
public void setCrs(Crs crs)
public double[] getBbox()
public void setBbox(double[] bbox)
public abstract <T> T accept(GeoJsonObjectVisitor<T> geoJsonObjectVisitor)
Copyright © 2018. All rights reserved.