|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nl.idgis.giserver.MapDrawingContext
public class MapDrawingContext
Drawing context will be the context in which a feature will be drawn to a map. The context variables are accesible by getters. Some variables are placeholders for the processing feature , concerning map , used rule. These placeholders will be filled on contructor base. The collection of involved FlashSymbolizers in the context will be determined on constructor base.
Constructor Summary | |
---|---|
MapDrawingContext(org.deegree.model.feature.Feature feature,
org.deegree.graphics.sld.Rule[] rules,
FlashMap map)
Constructor MapDrawingContext. |
Method Summary | |
---|---|
org.deegree.model.feature.Feature |
getFeature()
Getter for placeholder feature |
java.util.Vector<FlashSymbolizer> |
getFlashSymbolizers()
Getter for collection involved FlashSymbolizers |
FlashMap |
getMap()
Getter for placeholder concerning map |
org.deegree.graphics.sld.Rule |
getRule()
Getter for placeholder used rule |
nl.idgis.flash.FlashSprite |
getSprite()
|
void |
setSprite(nl.idgis.flash.FlashSprite sprite)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapDrawingContext(org.deegree.model.feature.Feature feature, org.deegree.graphics.sld.Rule[] rules, FlashMap map)
feature
- feature instance with actual property inforules
- collection of rulesmap
- concerning mapMethod Detail |
---|
public org.deegree.model.feature.Feature getFeature()
public java.util.Vector<FlashSymbolizer> getFlashSymbolizers()
public org.deegree.graphics.sld.Rule getRule()
public FlashMap getMap()
public nl.idgis.flash.FlashSprite getSprite()
public void setSprite(nl.idgis.flash.FlashSprite sprite)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |