|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the basis of all symbolizers. It defines the method getGeometry that's common to all symbolizers.
----------------------------------------------------------------------
Method Summary | |
Geometry |
getGeometry()
The Geometry element is optional and if it is absent then the default geometry property of the feature type that is used in the containing FeatureStyleType is used. |
double |
getMaxScaleDenominator()
The ScaleDenominator-information is optional and determines whether a rule (and thus a Symbolizer) is a to be applied at a certain scale. |
double |
getMinScaleDenominator()
The ScaleDenominator-information is optional and determines whether a rule (and thus a Symbolizer) is a to be applied at a certain scale. |
void |
setGeometry(Geometry geometry)
Sets the Geometry. |
void |
setMaxScaleDenominator(double maxScaleDenominator)
Sets the MaxScaleDenominator |
void |
setMinScaleDenominator(double minScaleDenominator)
Sets the MinScaleDenominator |
Method Detail |
public double getMinScaleDenominator()
public void setMinScaleDenominator(double minScaleDenominator)
minScaleDenominator
- the MinScaleDenominatorpublic double getMaxScaleDenominator()
public void setMaxScaleDenominator(double maxScaleDenominator)
maxScaleDenominator
- the MaxScaleDenominatorpublic Geometry getGeometry()
public void setGeometry(Geometry geometry)
geometry
- the geometry of the symbolizer
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |