public class RuleChecker
extends java.lang.Object
Constructor and Description |
---|
RuleChecker() |
Modifier and Type | Method and Description |
---|---|
void |
checkRule(org.opengis.style.Rule[] rules,
StyleDialog stylDlg,
org.geotools.styling.PolygonSymbolizer polySym)
Method to check rules.
|
java.util.List<java.lang.Boolean> |
getEqualsB()
Method to get target boolean values.
|
java.util.List<java.lang.Integer> |
getEqualsI()
Method to get target integer values.
|
java.util.List<java.lang.String> |
getEqualsS()
Method to get target strings.
|
EqualIntervallStyler |
getEqualStyler()
Method to get equal interval styler.
|
javax.swing.JPanel |
getFormPanel()
Method to get form panel.
|
java.util.ArrayList<org.geotools.styling.PolygonSymbolizer> |
getPolySyms()
Method to get polygon symbolizers.
|
UniqueIntervallStyler |
getUniqueStyler()
Method to get unique interval styler.
|
java.util.List<ValueColorSaver> |
getValueSavers()
Method to get target color values.
|
public void checkRule(org.opengis.style.Rule[] rules, StyleDialog stylDlg, org.geotools.styling.PolygonSymbolizer polySym)
rules
- Rules arraystylDlg
- Style dialogpolySym
- Polygon symbolizerpublic java.util.List<ValueColorSaver> getValueSavers()
public java.util.List<java.lang.Integer> getEqualsI()
public java.util.List<java.lang.Boolean> getEqualsB()
public java.util.List<java.lang.String> getEqualsS()
public EqualIntervallStyler getEqualStyler()
public UniqueIntervallStyler getUniqueStyler()
public java.util.ArrayList<org.geotools.styling.PolygonSymbolizer> getPolySyms()
public javax.swing.JPanel getFormPanel()