| Package | Description |
|---|---|
| gov.usgs.earthquake.nshmp.geo.json |
Helper classes for generating and working with GeoJson.
|
| Modifier and Type | Method and Description |
|---|---|
GeoJson.Builder |
GeoJson.Builder.add(Feature feature)
Add a feature.
|
GeoJson.Builder |
GeoJson.Builder.bbox(double[] bbox)
Set the optional
bbox (bounding box) field of this feature
collection. |
static GeoJson.Builder |
GeoJson.builder()
A reusable GeoJSON builder.
|