Uses of Class
org.hortonmachine.gears.utils.style.RuleWrapper
-
Packages that use RuleWrapper Package Description org.hortonmachine.gears.utils.style -
-
Uses of RuleWrapper in org.hortonmachine.gears.utils.style
Methods in org.hortonmachine.gears.utils.style that return RuleWrapper Modifier and Type Method Description RuleWrapperStyleWrapper. getFirstRule()Facility to get the first rule, if available.RuleWrapperSymbolizerWrapper. getParent()Methods in org.hortonmachine.gears.utils.style that return types with arguments of type RuleWrapper Modifier and Type Method Description List<RuleWrapper>FeatureTypeStyleWrapper. getRulesWrapperList()Getter for the list ofRuleWrappers.Methods in org.hortonmachine.gears.utils.style with parameters of type RuleWrapper Modifier and Type Method Description voidFeatureTypeStyleWrapper. addRule(RuleWrapper addRule)Add aRuleWrapperto the list.voidFeatureTypeStyleWrapper. removeRule(RuleWrapper remRule)Remove aRuleWrapperfrom the list.Method parameters in org.hortonmachine.gears.utils.style with type arguments of type RuleWrapper Modifier and Type Method Description static StringStyleUtilities. checkSameNameRule(List<RuleWrapper> rulesWrapper, String ruleName)Checks if the list ofRules supplied contains one with the supplied name.Constructors in org.hortonmachine.gears.utils.style with parameters of type RuleWrapper Constructor Description LineSymbolizerWrapper(org.geotools.styling.PolygonSymbolizer polygonSymbolizer, RuleWrapper parent)LineSymbolizerWrapper(org.geotools.styling.Symbolizer symbolizer, RuleWrapper parent)PointSymbolizerWrapper(org.geotools.styling.Symbolizer symbolizer, RuleWrapper parent)PolygonSymbolizerWrapper(org.geotools.styling.Symbolizer tmpSymbolizer, RuleWrapper parent)RasterSymbolizerWrapper(org.geotools.styling.Symbolizer symbolizer, RuleWrapper parent)SymbolizerWrapper(org.geotools.styling.Symbolizer symbolizer, RuleWrapper parent)TextSymbolizerWrapper(org.geotools.styling.Symbolizer symbolizer, RuleWrapper parent, EGeometryType geomType)
-