|
||||||||||
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.FlashPointSymbolizer
public class FlashPointSymbolizer
The FlashPolygonSymbolizer defines the context for geometry presention based
on point(s).
The context place holder for the flash character will be filled.There is one
line style in the context which will be constant for all LineSymbol based
geometries for the concerning feature and will be evaluated at object
creation. The attribute scale , rotation and offset will be registered. These
values will be taking into account when the CreateMatrix methods will be
invoke.
Constructor Summary | |
---|---|
FlashPointSymbolizer(org.deegree.graphics.sld.Symbolizer symbolizer,
org.deegree.model.feature.Feature feature,
FlashGraphic map)
Constructor. |
Method Summary | |
---|---|
nl.idgis.flash.FlashMatrix |
CreateMatrix(double x,
double y)
Create the matrix parameter for SWF place object method. |
nl.idgis.flash.FlashMatrix |
CreateMatrix(double x,
double y,
FlashMap map)
Create the matrix parameter 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 for the SWF character . |
double |
getRotation()
Get the rotation dictacting by this FlashSymbolizer. |
double |
getScale()
Get the scale dictating by this FlashSymbolizer. |
long[] |
getTranslations()
Get the involved translations as dictating by this FlashSymbolizer. |
Methods inherited from class nl.idgis.giserver.FlashSymbolizer |
---|
getSymbolizer, setFlashCharacter |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FlashPointSymbolizer(org.deegree.graphics.sld.Symbolizer symbolizer, org.deegree.model.feature.Feature feature, FlashGraphic map)
symbolizer
- dictating (sld) symbolizerfeature
- concerning feature instancemap
- concerning mapMethod Detail |
---|
public nl.idgis.flash.FlashMatrix CreateMatrix(double x, double y, FlashMap map)
x
- given position x in twipsy
- given position y in twipsmap
- concerning map
public nl.idgis.flash.FlashMatrix CreateMatrix(double x, double y)
x
- given position x in twipsy
- given position y in twips
public nl.idgis.flash.FlashCharacter getFlashCharacter()
getFlashCharacter
in class FlashSymbolizer
public java.awt.Color getColorSpaceBase()
FlashSymbolizer
getColorSpaceBase
in class FlashSymbolizer
public double getRotation()
FlashSymbolizer
getRotation
in class FlashSymbolizer
public double getScale()
FlashSymbolizer
getScale
in class FlashSymbolizer
public long[] getTranslations()
FlashSymbolizer
getTranslations
in class FlashSymbolizer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |