Uses of Class
org.hortonmachine.gears.utils.style.FeatureTypeStyleWrapper
-
Packages that use FeatureTypeStyleWrapper Package Description org.hortonmachine.gears.utils.style -
-
Uses of FeatureTypeStyleWrapper in org.hortonmachine.gears.utils.style
Methods in org.hortonmachine.gears.utils.style that return FeatureTypeStyleWrapper Modifier and Type Method Description FeatureTypeStyleWrapperRuleWrapper. getParent()Methods in org.hortonmachine.gears.utils.style that return types with arguments of type FeatureTypeStyleWrapper Modifier and Type Method Description List<FeatureTypeStyleWrapper>StyleWrapper. getFeatureTypeStylesWrapperList()Getter for the list ofFeatureTypeStyleWrappers.Methods in org.hortonmachine.gears.utils.style with parameters of type FeatureTypeStyleWrapper Modifier and Type Method Description voidStyleWrapper. addFeatureTypeStyle(FeatureTypeStyleWrapper ftsW)voidStyleWrapper. removeFeatureTypeStyle(FeatureTypeStyleWrapper ftsW)Remove aFeatureTypeStyleWrapperfrom the list.Method parameters in org.hortonmachine.gears.utils.style with type arguments of type FeatureTypeStyleWrapper Modifier and Type Method Description static StringStyleUtilities. checkSameNameFeatureTypeStyle(List<FeatureTypeStyleWrapper> ftsWrapperList, String ftsName)Checks if the list ofFeatureTypeStyleWrappers supplied contains one with the supplied name.Constructors in org.hortonmachine.gears.utils.style with parameters of type FeatureTypeStyleWrapper Constructor Description RuleWrapper(org.geotools.styling.Rule rule, FeatureTypeStyleWrapper parent)
-