Uses of Interface
org.opengis.style.Graphic

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

Subinterfaces of Graphic in org.opengis.style
 interface GraphicFill
          A GraphicFill is a simple interface with only a graphic but additional parameters for the GraphicFill may be provided in the future to provide more control the exact style of filling.
 interface GraphicLegend
          The LegendGraphic element allow an optional explicit graphic symbolizer to do displayed in a legend for the rule.
 interface GraphicStroke
          The GraphicStroke element both indicates that a repeated-linear-graphic stroke type will be used.
 

Methods in org.opengis.style that return Graphic
 Graphic PointSymbolizer.getGraphic()
          Returns the graphic that will be drawn at each point of the geometry.
 Graphic StyleFactory.graphic(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchor, Displacement disp)
           
 

Methods in org.opengis.style with parameters of type Graphic
 PointSymbolizer StyleFactory.pointSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Graphic graphic)
          Creation of a PointSymbolizer to describe how geometry can be rendered as a point.
 Object StyleVisitor.visit(Graphic graphic, Object data)
          Called when accept is called on a graphic
 



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