| Package | Description |
|---|---|
| gov.usgs.earthquake.nshmp.calc |
Hazard calculation classes and utilties.
|
| gov.usgs.earthquake.nshmp.geo |
Geographic data classes and utilities.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Optional<Bounds> |
Sites.mapBounds()
An optional
Bounds that is used to specify rectangular map extents,
which may differ from the range spanned by the sites in this. |
| Modifier and Type | Method and Description |
|---|---|
Bounds |
Region.bounds()
Lazily create the bounds of this region.
|
Bounds |
LocationList.bounds()
Lazily compute the bounds of the
Locations in this list. |
Bounds |
LocationGrid.bounds()
Lazily compute the bounds of the
Locations in this grid. |
static Bounds |
Locations.bounds(Iterable<Location> locs)
Compute the
Bounds of the supplied iterable. |