|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.kml.bindings.StyleMap
public class StyleMap
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.
Field Summary | |
---|---|
protected java.util.Map |
map
|
Constructor Summary | |
---|---|
StyleMap()
|
Method Summary | |
---|---|
protected FeatureTypeStyle |
get(java.net.URI uri)
|
protected void |
put(java.net.URI uri,
FeatureTypeStyle style)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.Map map
Constructor Detail |
---|
public StyleMap()
Method Detail |
---|
protected void put(java.net.URI uri, FeatureTypeStyle style)
protected FeatureTypeStyle get(java.net.URI uri)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |