Uses of Interface
org.opengis.style.Style

Packages that use Style
org.geotools.styling Allows for symbolization of geospatial data. 
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 Style in org.geotools.styling
 

Subinterfaces of Style in org.geotools.styling
 interface NamedStyle
          A NamedStyle is used to refer to a style that has a name in a WMS.
 interface Style
          Indicates how geographical content should be displayed (we call this a style for simplicity; in the spec it is called a UserStyle (user-defined style)).
 

Classes in org.geotools.styling that implement Style
 class BasicLineStyle
          A style object is quite hard to set up, involving fills, strokes, symbolizers and rules.
 class BasicPolygonStyle
          A style object is quite hard to set up, involving fills, strokes, symbolizers and rules.
 class NamedStyleImpl
          A NamedStyle is used to refer to a style that has a name in a WMS.
 class StyleImpl
          Implementation of style.
 

Uses of Style in org.opengis.style
 

Methods in org.opengis.style that return Style
 Style StyleFactory.style(String name, Description description, boolean isDefault, List<FeatureTypeStyle> featureTypeStyles, Symbolizer defaultSymbolizer)
           
 

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



Copyright © 1996-2014 Geotools. All Rights Reserved.