Uses of Interface
org.opengis.style.GraphicalSymbol

Packages that use GraphicalSymbol
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 GraphicalSymbol in org.geotools.styling
 

Subinterfaces of GraphicalSymbol in org.geotools.styling
 interface Symbol
          This an empty interface for styling symbol objects to implement
 

Classes in org.geotools.styling that implement GraphicalSymbol
 class ExternalGraphicImpl
          DOCUMENT ME!
 class MarkImpl
          Default implementation of Mark.
 

Methods in org.geotools.styling that return types with arguments of type GraphicalSymbol
 List<GraphicalSymbol> GraphicImpl.graphicalSymbols()
           
 List<GraphicalSymbol> GraphicLegend.graphicalSymbols()
          The items in this list are either a Mark or a ExternalGraphic.
 List<GraphicalSymbol> Graphic.graphicalSymbols()
          List of all symbols used to represent this graphic.
 

Method parameters in org.geotools.styling with type arguments of type GraphicalSymbol
 Graphic StyleFactoryImpl.graphic(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchor, Displacement disp)
           
 GraphicImpl StyleFactoryImpl2.graphic(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchor, Displacement disp)
           
 Graphic StyleFactory.graphic(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchor, Displacement disp)
           
 Graphic StyleFactoryImpl.graphicFill(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)
           
 GraphicImpl StyleFactoryImpl2.graphicFill(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)
           
 Graphic StyleFactory.graphicFill(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)
           
 GraphicLegend StyleFactoryImpl.graphicLegend(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)
           
 GraphicImpl StyleFactoryImpl2.graphicLegend(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)
           
 GraphicLegend StyleFactory.graphicLegend(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)
           
 Graphic StyleFactoryImpl.graphicStroke(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement, Expression initialGap, Expression gap)
           
 GraphicImpl StyleFactoryImpl2.graphicStroke(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement, Expression initialGap, Expression gap)
           
 Graphic StyleFactory.graphicStroke(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement, Expression initialGap, Expression gap)
           
 

Uses of GraphicalSymbol in org.opengis.style
 

Subinterfaces of GraphicalSymbol in org.opengis.style
 interface ExternalGraphic
          Points to an external file that contains an image of some kind, such as a CGM, JPG, or SVG.
 interface Mark
          Indicate that one of a few predefined shapes will be drawn at the points of the geometry.
 

Methods in org.opengis.style that return types with arguments of type GraphicalSymbol
 List<GraphicalSymbol> Graphic.graphicalSymbols()
          Returns the list of external image files or marks that comprise this graphic.
 

Method parameters in org.opengis.style with type arguments of type GraphicalSymbol
 Graphic StyleFactory.graphic(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchor, Displacement disp)
          Create a graphic.
 GraphicFill StyleFactory.graphicFill(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)
           
 GraphicLegend StyleFactory.graphicLegend(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)
           
 GraphicStroke StyleFactory.graphicStroke(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement, Expression initialGap, Expression gap)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.