org.geotools.kml.bindings
Class StyleMap
Object
StyleMap
public class StyleMap
- extends Object
Simple container for holding styles by uri.
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.
- Author:
- Justin Deoliveira, The Open Planning Project
Field Summary |
protected Map |
map
|
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
map
protected Map map
StyleMap
public StyleMap()
put
protected void put(URI uri,
FeatureTypeStyle style)
get
protected FeatureTypeStyle get(URI uri)
Copyright © 1996-2009 Geotools. All Rights Reserved.