|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nl.idgis.giserver.MapTipManager
public class MapTipManager
This class is collects map tips and able to translate them in a SWF action
list bytestream code. The map tips will be extracted from feature by mapTip
property naam. Duplications will be ignored.
The container content may be flushed to an outputmedium at any time. The
signature of the output will be SWF action list record.
Constructor Summary | |
---|---|
MapTipManager(org.deegree.datatypes.QualifiedName mapTipProperty)
constructor map Tip management class |
Method Summary | |
---|---|
void |
add(org.deegree.model.feature.Feature feature)
add for a feature the concerned property value as a map Tip |
void |
add(org.deegree.model.feature.Feature feature,
java.lang.String mapTipMnemonic)
Add for a feature its map Tip. |
void |
out(java.io.ByteArrayOutputStream content)
All the map Tips for this map will be written to the output medium |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapTipManager(org.deegree.datatypes.QualifiedName mapTipProperty)
mapTipProperty
- the property identification for this tool tip categoryMethod Detail |
---|
public void add(org.deegree.model.feature.Feature feature)
feature
- the concerning featurepublic void add(org.deegree.model.feature.Feature feature, java.lang.String mapTipMnemonic)
An exception will be raised if the feature doesn't contains a map tip property. Duplication will be ignored without exception raising or reports.
feature
- the concerning faturemapTipMnemonic
- the name used as prefix for tip in property setting actionlist
for SWF doaction facility.public void out(java.io.ByteArrayOutputStream content) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |