Uses of Interface
org.geotools.api.style.ExternalGraphic
- 
Packages that use ExternalGraphic Package Description org.geotools.api.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayalorg.geotools.brewer.styling.builder org.geotools.mbstyle.transform org.geotools.renderer.lite A simple renderer implementation.org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classesorg.geotools.renderer.style Styling to be applied onorg.geotools.renderer.geom.Geometryobjects at rendering time.org.geotools.styling Allows for symbolization of geospatial data.org.geotools.styling.visitor org.geotools.xml.styling org.geotools.ysld.parse Parser for YSLD into style objects.
- 
- 
Uses of ExternalGraphic in org.geotools.api.styleFields in org.geotools.api.style declared as ExternalGraphic Modifier and Type Field Description static ExternalGraphic[]ExternalGraphic. EXTERNAL_GRAPHICS_EMPTYMethods in org.geotools.api.style that return ExternalGraphic Modifier and Type Method Description ExternalGraphicStyleFactory. createExternalGraphic(String uri, String format)ExternalGraphicStyleFactory. createExternalGraphic(URL url, String format)ExternalGraphicStyleFactory. createExternalGraphic(Icon inlineContent, String format)ExternalGraphicStyleFactory. externalGraphic(Icon inline, Collection<ColorReplacement> replacements)Create ExternalGraphic using a Java Icon.ExternalGraphicStyleFactory. externalGraphic(OnLineResource resource, String format, Collection<ColorReplacement> replacements)Create externalGraphicMethods in org.geotools.api.style with parameters of type ExternalGraphic Modifier and Type Method Description GraphicStyleFactory. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)voidStyleVisitor. visit(ExternalGraphic exgr)Called when accept is called on an external graphicObjectTraversingStyleVisitor. visit(ExternalGraphic externalGraphic, Object data)Called when accept is called on a external graphic
- 
Uses of ExternalGraphic in org.geotools.brewer.styling.builderMethods in org.geotools.brewer.styling.builder that return ExternalGraphic Modifier and Type Method Description ExternalGraphicExternalGraphicBuilder. build()Methods in org.geotools.brewer.styling.builder with parameters of type ExternalGraphic Modifier and Type Method Description ExternalGraphicBuilderExternalGraphicBuilder. reset(ExternalGraphic original)
- 
Uses of ExternalGraphic in org.geotools.mbstyle.transformMethods in org.geotools.mbstyle.transform that return ExternalGraphic Modifier and Type Method Description ExternalGraphicMBStyleTransformer. createExternalGraphicForSprite(Expression iconName, Expression iconSize, MBStyle styleContext)Takes the name of an icon, and anMBStyleas a context, and returns an External Graphic referencing the full URL of the image for consumption by theSpriteGraphicFactory.ExternalGraphicMBStyleTransformer. createExternalGraphicForSprite(Expression iconName, MBStyle styleContext)Takes the name of an icon, and anMBStyleas a context, and returns an External Graphic referencing the full URL of the image for consumption by theSpriteGraphicFactory.
- 
Uses of ExternalGraphic in org.geotools.renderer.liteMethods in org.geotools.renderer.lite with parameters of type ExternalGraphic Modifier and Type Method Description BufferedImageCustomGlyphRenderer. render(Graphic graphic, ExternalGraphic eg, Object feature, int height)djb -- addd "height" which is ignored as per API changeBufferedImageGlyphRenderer. render(Graphic graphic, ExternalGraphic eg, Object feature, int height)voidMetaBufferEstimator. visit(ExternalGraphic exgr)voidOpacityFinder. visit(ExternalGraphic exgr)
- 
Uses of ExternalGraphic in org.geotools.renderer.lite.gridcoverage2dMethods in org.geotools.renderer.lite.gridcoverage2d with parameters of type ExternalGraphic Modifier and Type Method Description voidStyleVisitorAdapter. visit(ExternalGraphic exgr)
- 
Uses of ExternalGraphic in org.geotools.renderer.styleMethods in org.geotools.renderer.style with parameters of type ExternalGraphic Modifier and Type Method Description voidStyleAttributeExtractor. visit(ExternalGraphic exgr)
- 
Uses of ExternalGraphic in org.geotools.stylingClasses in org.geotools.styling that implement ExternalGraphic Modifier and Type Class Description classExternalGraphicImplMethods in org.geotools.styling with parameters of type ExternalGraphic Modifier and Type Method Description voidGraphicImpl.ConstantGraphic. addExternalGraphic(ExternalGraphic externalGraphic)abstract GraphicAbstractStyleFactory. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)GraphicStyleBuilder. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, double opacity, double size, double rotation)creates a graphic objectGraphicStyleBuilder. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)creates a graphic objectGraphicStyleBuilder. createGraphic(ExternalGraphic externalGraphic, Mark mark, Symbol symbol)creates a graphic objectGraphicStyleBuilder. createGraphic(ExternalGraphic externalGraphic, Mark mark, Symbol symbol, double opacity, double size, double rotation)creates a graphic objectGraphicStyleFactoryImpl. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)voidGraphicImpl.ConstantGraphic. setExternalGraphics(ExternalGraphic... externalGraphics)voidAbstractStyleVisitor. visit(ExternalGraphic exgr)
- 
Uses of ExternalGraphic in org.geotools.styling.visitorMethods in org.geotools.styling.visitor that return ExternalGraphic Modifier and Type Method Description protected ExternalGraphicDuplicatingStyleVisitor. copy(ExternalGraphic externalGraphic)Methods in org.geotools.styling.visitor with parameters of type ExternalGraphic Modifier and Type Method Description protected ExternalGraphicDuplicatingStyleVisitor. copy(ExternalGraphic externalGraphic)voidDuplicatingStyleVisitor. visit(ExternalGraphic exgr)
- 
Uses of ExternalGraphic in org.geotools.xml.stylingMethods in org.geotools.xml.styling that return ExternalGraphic Modifier and Type Method Description protected ExternalGraphicSLDParser. parseExternalGraphic(Node root)Internal parse method - made protected for unit testing
- 
Uses of ExternalGraphic in org.geotools.ysld.parseMethods in org.geotools.ysld.parse with parameters of type ExternalGraphic Modifier and Type Method Description protected abstract voidExternalGraphicParser. externalGraphic(ExternalGraphic externalGraphic)
 
-