public class StyleMap extends Object
This is lame as it is just a hash map in memory. It should really be an embedded db that serializes / deserializes out to disk.
Modifier and Type | Field and Description |
---|---|
protected Map<URI,FeatureTypeStyle> |
map |
Constructor and Description |
---|
StyleMap() |
Modifier and Type | Method and Description |
---|---|
FeatureTypeStyle |
get(URI uri) |
void |
put(URI uri,
FeatureTypeStyle style) |
protected Map<URI,FeatureTypeStyle> map
public void put(URI uri, FeatureTypeStyle style)
public FeatureTypeStyle get(URI uri)
Copyright © 1996–2023 Geotools. All rights reserved.