Uses of Interface
org.opengis.style.PolygonSymbolizer

Packages that use PolygonSymbolizer
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.styling.builder   
org.opengis.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal This package is a merge from package GeoAPI SLD (v1.0.0) and GeoTools styling. 
 

Uses of PolygonSymbolizer in org.geotools.styling
 

Subinterfaces of PolygonSymbolizer in org.geotools.styling
 interface PolygonSymbolizer
          A symbolizer describes how a polygon feature should appear on a map.
 

Classes in org.geotools.styling that implement PolygonSymbolizer
 class PolygonSymbolizerImpl
          Provides a representation of a PolygonSymbolizer in an SLD Document.
 

Uses of PolygonSymbolizer in org.geotools.styling.builder
 

Methods in org.geotools.styling.builder with parameters of type PolygonSymbolizer
 PolygonSymbolizerBuilder PolygonSymbolizerBuilder.reset(PolygonSymbolizer symbolizer)
           
 

Uses of PolygonSymbolizer in org.opengis.style
 

Methods in org.opengis.style that return PolygonSymbolizer
 PolygonSymbolizer StyleFactory.polygonSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Stroke stroke, Fill fill, Displacement displacement, Expression offset)
           
 

Methods in org.opengis.style with parameters of type PolygonSymbolizer
 Object StyleVisitor.visit(PolygonSymbolizer polygonSymbolizer, Object data)
          Called when accept is called on a polygon symbolizer
 



Copyright © 1996-2014 Geotools. All Rights Reserved.