Uses of Interface
org.geotools.api.style.ExternalGraphic
Packages that use ExternalGraphic
Package
Description
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
A simple renderer implementation.
SLD 1.0 and SE RasterSymbolizer support classes
Styling to be applied on
org.geotools.renderer.geom.Geometry
objects at rendering time.Allows for symbolization of geospatial data.
Parser for YSLD into style objects.
-
Uses of ExternalGraphic in org.geotools.api.style
Fields in org.geotools.api.style declared as ExternalGraphicModifier and TypeFieldDescriptionstatic final ExternalGraphic[]
ExternalGraphic.EXTERNAL_GRAPHICS_EMPTY
Methods in org.geotools.api.style that return ExternalGraphicModifier and TypeMethodDescriptionStyleFactory.createExternalGraphic
(String uri, String format) StyleFactory.createExternalGraphic
(URL url, String format) StyleFactory.createExternalGraphic
(Icon inlineContent, String format) StyleFactory.externalGraphic
(Icon inline, Collection<ColorReplacement> replacements) Create ExternalGraphic using a Java Icon.StyleFactory.externalGraphic
(OnLineResource resource, String format, Collection<ColorReplacement> replacements) Create externalGraphicMethods in org.geotools.api.style with parameters of type ExternalGraphicModifier and TypeMethodDescriptionStyleFactory.createGraphic
(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation) void
StyleVisitor.visit
(ExternalGraphic exgr) Called when accept is called on an external graphicTraversingStyleVisitor.visit
(ExternalGraphic externalGraphic, Object data) Called when accept is called on a external graphic -
Uses of ExternalGraphic in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return ExternalGraphicMethods in org.geotools.brewer.styling.builder with parameters of type ExternalGraphic -
Uses of ExternalGraphic in org.geotools.mbstyle.transform
Methods in org.geotools.mbstyle.transform that return ExternalGraphicModifier and TypeMethodDescriptionMBStyleTransformer.createExternalGraphicForSprite
(Expression iconName, Expression iconSize, MBStyle styleContext) Takes the name of an icon, and anMBStyle
as a context, and returns an External Graphic referencing the full URL of the image for consumption by theSpriteGraphicFactory
.MBStyleTransformer.createExternalGraphicForSprite
(Expression iconName, MBStyle styleContext) Takes the name of an icon, and anMBStyle
as 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.lite
Methods in org.geotools.renderer.lite with parameters of type ExternalGraphicModifier and TypeMethodDescriptionCustomGlyphRenderer.render
(Graphic graphic, ExternalGraphic eg, Object feature, int height) djb -- addd "height" which is ignored as per API changeGlyphRenderer.render
(Graphic graphic, ExternalGraphic eg, Object feature, int height) void
MetaBufferEstimator.visit
(ExternalGraphic exgr) void
OpacityFinder.visit
(ExternalGraphic exgr) -
Uses of ExternalGraphic in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type ExternalGraphic -
Uses of ExternalGraphic in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type ExternalGraphic -
Uses of ExternalGraphic in org.geotools.styling
Classes in org.geotools.styling that implement ExternalGraphicMethods in org.geotools.styling that return ExternalGraphicModifier and TypeMethodDescriptionabstract ExternalGraphic
AbstractStyleFactory.createExternalGraphic
(String uri, String format) abstract ExternalGraphic
AbstractStyleFactory.createExternalGraphic
(URL url, String format) abstract ExternalGraphic
AbstractStyleFactory.createExternalGraphic
(Icon inlineContent, String format) StyleBuilder.createExternalGraphic
(String uri, String format) wrapper for stylefactory methodStyleBuilder.createExternalGraphic
(URL url, String format) wrapper for stylefactory methodStyleFactoryImpl.createExternalGraphic
(String uri, String format) StyleFactoryImpl.createExternalGraphic
(URL url, String format) StyleFactoryImpl.createExternalGraphic
(Icon inlineContent, String format) StyleFactoryImpl.externalGraphic
(Icon inline, Collection<ColorReplacement> replacements) StyleFactoryImpl.externalGraphic
(OnLineResource resource, String format, Collection<ColorReplacement> replacements) StyleFactoryImpl2.externalGraphic
(Icon inline, Collection<ColorReplacement> replacements) StyleFactoryImpl2.externalGraphic
(OnLineResource resource, String format, Collection<ColorReplacement> replacements) Methods in org.geotools.styling with parameters of type ExternalGraphicModifier and TypeMethodDescriptionvoid
GraphicImpl.ConstantGraphic.addExternalGraphic
(ExternalGraphic externalGraphic) abstract Graphic
AbstractStyleFactory.createGraphic
(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation) StyleBuilder.createGraphic
(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, double opacity, double size, double rotation) creates a graphic objectStyleBuilder.createGraphic
(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation) creates a graphic objectStyleBuilder.createGraphic
(ExternalGraphic externalGraphic, Mark mark, Symbol symbol) creates a graphic objectStyleBuilder.createGraphic
(ExternalGraphic externalGraphic, Mark mark, Symbol symbol, double opacity, double size, double rotation) creates a graphic objectStyleFactoryImpl.createGraphic
(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation) void
GraphicImpl.ConstantGraphic.setExternalGraphics
(ExternalGraphic... externalGraphics) void
AbstractStyleVisitor.visit
(ExternalGraphic exgr) -
Uses of ExternalGraphic in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor that return ExternalGraphicModifier and TypeMethodDescriptionprotected ExternalGraphic
DuplicatingStyleVisitor.copy
(ExternalGraphic externalGraphic) Methods in org.geotools.styling.visitor with parameters of type ExternalGraphicModifier and TypeMethodDescriptionprotected ExternalGraphic
DuplicatingStyleVisitor.copy
(ExternalGraphic externalGraphic) void
DuplicatingStyleVisitor.visit
(ExternalGraphic exgr) -
Uses of ExternalGraphic in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return ExternalGraphicModifier and TypeMethodDescriptionprotected ExternalGraphic
SLDParser.parseExternalGraphic
(Node root) Internal parse method - made protected for unit testing -
Uses of ExternalGraphic in org.geotools.ysld.parse
Methods in org.geotools.ysld.parse with parameters of type ExternalGraphicModifier and TypeMethodDescriptionprotected abstract void
ExternalGraphicParser.externalGraphic
(ExternalGraphic externalGraphic)