| Package | Description |
|---|---|
| gov.usgs.earthquake.nshmp.geo.json |
Helper classes for generating and working with GeoJson.
|
| Modifier and Type | Method and Description |
|---|---|
Feature |
Feature.Builder.build()
Return a new GeoJSON feature.
|
abstract Feature |
GeoJson.toFeature()
Return this GeoJson as a
Feature. |
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
FeatureCollection.features()
An immutable list of the features in this collection.
|
| Modifier and Type | Method and Description |
|---|---|
GeoJson.Builder |
GeoJson.Builder.add(Feature feature)
Add a feature.
|