Uses of Interface
org.opengis.style.Symbolizer

Packages that use Symbolizer
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 Symbolizer in org.opengis.style
 

Subinterfaces of Symbolizer in org.opengis.style
 interface ExtensionSymbolizer
          An symbolizer interface for all unnormalized symbolizers, This interface should be used for vendor specific symbolizers.
 interface LineSymbolizer
          Gives directions for how to draw lines on a map.
 interface PointSymbolizer
          Indicates how to draw point geometries on a map.
 interface PolygonSymbolizer
          Holds the information that indicates how to draw the lines and the interior of polygons.
 interface RasterSymbolizer
          The RasterSymbolizer describes how to render raster/matrix-coverage data (e.g., satellite photos, DEMs).
 interface TextSymbolizer
          Indicates how text will be drawn.
 

Methods in org.opengis.style that return Symbolizer
 Symbolizer Style.getDefaultSpecification()
          Returns the default specification used if no rule return true.
 Symbolizer RasterSymbolizer.getImageOutline()
          The ImageOutline element specifies that individual source rasters in a multi-raster set (such as a set of satellite-image scenes) should be outlined with either a LineStringSymbol or PolygonSymbol.
 

Methods in org.opengis.style that return types with arguments of type Symbolizer
 List<? extends Symbolizer> Rule.symbolizers()
          This method returns the list of Symbolizer objects contained by this Rule.
 

Methods in org.opengis.style with parameters of type Symbolizer
 RasterSymbolizer StyleFactory.rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehavior overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline)
           
 Style StyleFactory.style(String name, Description description, boolean isDefault, List<FeatureTypeStyle> featureTypeStyles, Symbolizer defaultSymbolizer)
           
 

Method parameters in org.opengis.style with type arguments of type Symbolizer
 Rule StyleFactory.rule(String name, Description description, GraphicLegend legend, double min, double max, List<Symbolizer> symbolizers, Filter filter)
          Create a rule from the provided definition.
 



Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.