Package gov.usgs.earthquake.geoserve
Class RegionsJSON
- java.lang.Object
-
- gov.usgs.earthquake.geoserve.RegionsJSON
-
public class RegionsJSON extends java.lang.Object
RegionsJSON reads GeoJSON formatted ANSS Authoritative Regions.
-
-
Constructor Summary
Constructors Constructor Description RegionsJSON()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Region
parseRegion(javax.json.JsonObject json)
ParseRegion
from a GeoJSON feature.Regions
parseRegions(javax.json.JsonObject json)
ParseRegions
from a GeoJSON feature collection.
-