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.
| Constructor and Description | 
|---|
| StyleMap() | 
| Modifier and Type | Method and Description | 
|---|---|
| FeatureTypeStyle | get(URI uri) | 
| void | put(URI uri,
   FeatureTypeStyle style) | 
protected Map map
public void put(URI uri, FeatureTypeStyle style)
public FeatureTypeStyle get(URI uri)
Copyright © 1996–2019 Geotools. All rights reserved.