|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.deegree_impl.graphics.sld.Symbolizer_Impl
This is the basis of all symbolizers. It defines the method getGeometry that's common to all symbolizers.
----------------------------------------------------------------------
| Field Summary | |
protected Geometry |
geometry
|
protected double |
maxDenominator
|
protected double |
minDenominator
|
| Constructor Summary | |
(package private) |
Symbolizer_Impl()
default constructor |
(package private) |
Symbolizer_Impl(Geometry geometry)
constructor initializing the class with the |
| 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 |
void |
setMaxScaleDenominator(double maxDenominator)
Sets the MaxScaleDenominator |
void |
setMinScaleDenominator(double minDenominator)
Sets the MinScaleDenominator |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected double maxDenominator
protected double minDenominator
protected Geometry geometry
| Constructor Detail |
Symbolizer_Impl()
Symbolizer_Impl(Geometry geometry)
| Method Detail |
public Geometry getGeometry()
getGeometry in interface Symbolizerpublic void setGeometry(Geometry geometry)
setGeometry in interface Symbolizergeometry - the geometry of the symbolizerpublic double getMinScaleDenominator()
Symbolizer
getMinScaleDenominator in interface Symbolizerpublic void setMinScaleDenominator(double minDenominator)
Symbolizer
setMinScaleDenominator in interface SymbolizerminDenominator - the MinScaleDenominatorpublic double getMaxScaleDenominator()
Symbolizer
getMaxScaleDenominator in interface Symbolizerpublic void setMaxScaleDenominator(double maxDenominator)
Symbolizer
setMaxScaleDenominator in interface SymbolizermaxDenominator - the MaxScaleDenominator
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||