| Package | Description |
|---|---|
| gov.usgs.earthquake.nshmp.geo.json |
Helper classes for generating and working with GeoJson.
|
| Modifier and Type | Method and Description |
|---|---|
static Properties.Builder |
Properties.builder()
Return a reusable property map builder that preserves the order in which
properties are added.
|
Properties.Builder |
Properties.Builder.put(Properties.Style key,
Object value)
Add a SimpleStyle property to this builder.
|
Properties.Builder |
Properties.Builder.put(String key,
Object value)
Add a property to this builder.
|