|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nl.idgis.giserver.FlashSymbolizer nl.idgis.giserver.FlashLabelSymbolizer
public class FlashLabelSymbolizer
The FlashLabelSymbolizer defines the context for geometry owning label
presention.
The context place holder for the flash character will be filled.There is one
flashcharacter(FlashText) which will be constant for all TextSymbolizer based
geometries for the concerning feature. The possible label attributes which
must be taking into account when position a label will be registered if
possible on initiation.
Label attributes with a variable nature will be generated each time the
CreateMatrix method is invoked.
Constructor Summary | |
---|---|
FlashLabelSymbolizer(org.deegree.graphics.sld.Symbolizer symbolizer,
org.deegree.model.feature.Feature feature,
FlashMap map)
Constructor. |
Method Summary | |
---|---|
nl.idgis.flash.FlashMatrix |
createMatrix(double world_x_pos,
double world_y_pos,
FlashMap map)
Create the matrix parameter for SWF place object method. |
nl.idgis.flash.FlashMatrix |
createMatrix(org.deegree.model.spatialschema.Geometry geo,
FlashMap map)
Create the matrix parmeter for SWF place object method. |
java.awt.Color |
getColorSpaceBase()
Get the color which can be used as color space base in colorTransform calculations. |
nl.idgis.flash.FlashCharacter |
getFlashCharacter()
Getter FlashText character. |
Methods inherited from class nl.idgis.giserver.FlashSymbolizer |
---|
getRotation, getScale, getSymbolizer, getTranslations, setFlashCharacter |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FlashLabelSymbolizer(org.deegree.graphics.sld.Symbolizer symbolizer, org.deegree.model.feature.Feature feature, FlashMap map)
symbolizer
- dictating (sld) symbolizerfeature
- concerning feature instancemap
- concerning mapMethod Detail |
---|
public nl.idgis.flash.FlashMatrix createMatrix(double world_x_pos, double world_y_pos, FlashMap map)
world_x_pos
- given position x in world coordinatesworld_y_pos
- given position y in world coordinatesmap
- concerning map
public nl.idgis.flash.FlashMatrix createMatrix(org.deegree.model.spatialschema.Geometry geo, FlashMap map)
geo
- :
geometrymap
- :
concerning map
public nl.idgis.flash.FlashCharacter getFlashCharacter()
getFlashCharacter
in class FlashSymbolizer
public java.awt.Color getColorSpaceBase()
FlashSymbolizer
getColorSpaceBase
in class FlashSymbolizer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |