Uses of Interface
repast.simphony.gis.styleEditor.SymbolizerFactory
-
Uses of SymbolizerFactory in repast.simphony.gis.styleEditor
Modifier and TypeMethodDescriptionstatic SymbolizerFactory
SymbolizerFactoryBuilder.getLineSymbolizerFactory
(Color color, org.geotools.styling.Stroke stroke) static SymbolizerFactory
SymbolizerFactoryBuilder.getPointSymbolizerFactory
(Color color, org.geotools.styling.Graphic graphic) static SymbolizerFactory
SymbolizerFactoryBuilder.getPolygonSymbolizerFactory
(Color color) static SymbolizerFactory
SymbolizerFactoryBuilder.getSymbolizerFactory
(Color color, org.geotools.styling.Symbolizer symbolizer) Modifier and TypeMethodDescriptionorg.geotools.styling.Rule
RuleCreator.createValueRule
(org.opengis.feature.simple.SimpleFeature feature, String attributeName, SymbolizerFactory factory) Creates a rule that matches on the specified attribute and and the specified features attribute value.