Uses of Interface
org.opengis.style.Graphic

Packages that use Graphic
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.styling.builder   
org.geotools.swt.styling.simple   
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.geotools.styling
 

Subinterfaces of Graphic in org.geotools.styling
 interface Graphic
          A Graphic is a "graphical symbol" with an inherent shape, color(s), and possibly size.
 

Classes in org.geotools.styling that implement Graphic
 class GraphicImpl
          Direct implementation of Graphic.
 

Methods in org.geotools.styling with parameters of type Graphic
 PointSymbolizer StyleFactoryImpl.pointSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Graphic graphic)
           
 PointSymbolizerImpl StyleFactoryImpl2.pointSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Graphic 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.
 void PointSymbolizerImpl.setGraphic(Graphic graphic)
          Setter for property graphic.
 void PointSymbolizer.setGraphic(Graphic graphic)
          Provides the graphical-symbolization parameter to use for the point geometry.
 void StrokeImpl.setGraphicFill(Graphic fillGraphic)
          This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.
 void FillImpl.setGraphicFill(Graphic graphicFill)
          Setter for property graphic.
 void Fill.setGraphicFill(Graphic graphicFill)
          This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.
 void Stroke.setGraphicFill(Graphic graphicFill)
          This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.
 void StrokeImpl.setGraphicStroke(Graphic strokeGraphic)
          This parameter indicates that a repeated-linear-graphic graphic stroke type will be used and specifies the graphic to use.
 void Stroke.setGraphicStroke(Graphic graphicStroke)
          This parameter indicates that a repeated-linear-graphic graphic stroke type will be used and specifies the graphic to use.
 

Uses of Graphic in org.geotools.styling.builder
 

Methods in org.geotools.styling.builder with parameters of type Graphic
 GraphicBuilder GraphicBuilder.reset(Graphic graphic)
           
 

Uses of Graphic in org.geotools.swt.styling.simple
 

Methods in org.geotools.swt.styling.simple with parameters of type Graphic
static int SLDs.size(Graphic graphic)
           
 

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)
          Create a graphic.
 

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 © 1996-2014 Geotools. All Rights Reserved.