public abstract class GeoJsonObject extends Object implements Serializable
| Constructor and Description |
|---|
GeoJsonObject() |
| Modifier and Type | Method and Description |
|---|---|
double[] |
getBbox()
Get the bounding box
|
Crs |
getCrs()
Get the Coordinate Reference System
|
abstract String |
getType()
Get the GeoJSON object type
|
void |
setBbox(double[] bbox)
Set the bounding box
|
void |
setCrs(Crs crs)
Set the Coordinate Reference System
|
public Crs getCrs()
public void setCrs(Crs crs)
crs - Coordinate Reference Systempublic double[] getBbox()
public void setBbox(double[] bbox)
bbox - bounding boxpublic abstract String getType()
Copyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.