| Package | Description |
|---|---|
| gov.usgs.earthquake.nshmp.geo |
Geographic data classes and utilities.
|
| Modifier and Type | Method and Description |
|---|---|
LocationGrid |
LocationGrid.Builder.build()
Return a newly created
LocationGrid. |
LocationGrid |
LocationGrid.parent()
Return the parent grid.
|
LocationGrid |
LocationGrid.window(int rowStart,
int rowWidth,
int columnStart,
int columnWidth)
Return a new grid that is a window into this one.
|