Uses of Interface
org.opengis.style.GraphicalSymbol

Packages that use GraphicalSymbol
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.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)
           
 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 © 1994-2012 Open Geospatial Consortium. All Rights Reserved.