| Package | Description |
|---|---|
| gov.usgs.earthquake.nshmp.geo.json |
Helper classes for generating and working with GeoJson.
|
| Modifier and Type | Method and Description |
|---|---|
static GeoJson |
GeoJson.from(Path json)
Create a GeoJSON from a file path.
|
static GeoJson |
GeoJson.from(String json)
Create a GeoJSON from a string.
|
static GeoJson |
GeoJson.from(URL json)
Create a GeoJSON from a URL.
|