| Package | Description |
|---|---|
| gov.usgs.earthquake.nshmp.geo.json |
Helper classes for generating and working with GeoJson.
|
| Modifier and Type | Method and Description |
|---|---|
static Properties.Style |
Properties.Style.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Properties.Style[] |
Properties.Style.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Properties.containsKey(Properties.Style key)
Return whether the supplied key exists in the property map
|
double |
Properties.getDouble(Properties.Style key)
Return the value for the specified simplestyle key as an
double. |
String |
Properties.getString(Properties.Style key)
Return the value for the specified simplestyle key as an
String. |
Properties.Builder |
Properties.Builder.put(Properties.Style key,
Object value)
Add a SimpleStyle property to this builder.
|