Package gov.usgs.earthquake.geoserve
Class RegionsJSON
- java.lang.Object
-
- gov.usgs.earthquake.geoserve.RegionsJSON
-
public class RegionsJSON extends java.lang.ObjectRegionsJSON 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 RegionparseRegion(javax.json.JsonObject json)ParseRegionfrom a GeoJSON feature.RegionsparseRegions(javax.json.JsonObject json)ParseRegionsfrom a GeoJSON feature collection.
-