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.Geometry
objects 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.style
Fields in org.geotools.api.style declared as ExternalGraphic Modifier and Type Field Description static ExternalGraphic[]
ExternalGraphic. EXTERNAL_GRAPHICS_EMPTY
Methods in org.geotools.api.style that return ExternalGraphic Modifier and Type Method Description ExternalGraphic
StyleFactory. createExternalGraphic(String uri, String format)
ExternalGraphic
StyleFactory. createExternalGraphic(URL url, String format)
ExternalGraphic
StyleFactory. createExternalGraphic(Icon inlineContent, String format)
ExternalGraphic
StyleFactory. externalGraphic(Icon inline, Collection<ColorReplacement> replacements)
Create ExternalGraphic using a Java Icon.ExternalGraphic
StyleFactory. 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 Graphic
StyleFactory. 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 graphicObject
TraversingStyleVisitor. 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 ExternalGraphic Modifier and Type Method Description ExternalGraphic
ExternalGraphicBuilder. build()
Methods in org.geotools.brewer.styling.builder with parameters of type ExternalGraphic Modifier and Type Method Description ExternalGraphicBuilder
ExternalGraphicBuilder. reset(ExternalGraphic original)
-
Uses of ExternalGraphic in org.geotools.mbstyle.transform
Methods in org.geotools.mbstyle.transform that return ExternalGraphic Modifier and Type Method Description ExternalGraphic
MBStyleTransformer. 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
.ExternalGraphic
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 ExternalGraphic Modifier and Type Method Description BufferedImage
CustomGlyphRenderer. render(Graphic graphic, ExternalGraphic eg, Object feature, int height)
djb -- addd "height" which is ignored as per API changeBufferedImage
GlyphRenderer. 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 Modifier and Type Method Description void
StyleVisitorAdapter. visit(ExternalGraphic exgr)
-
Uses of ExternalGraphic in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type ExternalGraphic Modifier and Type Method Description void
StyleAttributeExtractor. visit(ExternalGraphic exgr)
-
Uses of ExternalGraphic in org.geotools.styling
Classes in org.geotools.styling that implement ExternalGraphic Modifier and Type Class Description class
ExternalGraphicImpl
Methods in org.geotools.styling with parameters of type ExternalGraphic Modifier and Type Method Description void
GraphicImpl.ConstantGraphic. addExternalGraphic(ExternalGraphic externalGraphic)
abstract Graphic
AbstractStyleFactory. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
Graphic
StyleBuilder. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, double opacity, double size, double rotation)
creates a graphic objectGraphic
StyleBuilder. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
creates a graphic objectGraphic
StyleBuilder. createGraphic(ExternalGraphic externalGraphic, Mark mark, Symbol symbol)
creates a graphic objectGraphic
StyleBuilder. createGraphic(ExternalGraphic externalGraphic, Mark mark, Symbol symbol, double opacity, double size, double rotation)
creates a graphic objectGraphic
StyleFactoryImpl. 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 ExternalGraphic Modifier and Type Method Description protected ExternalGraphic
DuplicatingStyleVisitor. copy(ExternalGraphic externalGraphic)
Methods in org.geotools.styling.visitor with parameters of type ExternalGraphic Modifier and Type Method Description protected 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 ExternalGraphic Modifier and Type Method Description protected 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 ExternalGraphic Modifier and Type Method Description protected abstract void
ExternalGraphicParser. externalGraphic(ExternalGraphic externalGraphic)
-