Uses of Interface
org.geotools.api.style.ImageOutline
-
Packages that use ImageOutline Package Description org.geotools.api.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayalorg.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 -
-
Uses of ImageOutline in org.geotools.api.style
Methods in org.geotools.api.style that return ImageOutline Modifier and Type Method Description ImageOutline
StyleFactory. createImageOutline(Symbolizer symbolizer)
Creates a new ImageOutline.Methods in org.geotools.api.style with parameters of type ImageOutline Modifier and Type Method Description void
StyleVisitor. visit(ImageOutline outline)
Called when accept is called on a rasterImageOutline
element -
Uses of ImageOutline in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type ImageOutline Modifier and Type Method Description void
MetaBufferEstimator. visit(ImageOutline outline)
void
OpacityFinder. visit(ImageOutline outline)
-
Uses of ImageOutline in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type ImageOutline Modifier and Type Method Description void
StyleVisitorAdapter. visit(ImageOutline io)
-
Uses of ImageOutline in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type ImageOutline Modifier and Type Method Description void
StyleAttributeExtractor. visit(ImageOutline outline)
-
Uses of ImageOutline in org.geotools.styling
Classes in org.geotools.styling that implement ImageOutline Modifier and Type Class Description class
ImageOutlineImpl
Methods in org.geotools.styling that return ImageOutline Modifier and Type Method Description ImageOutline
StyleFactoryImpl. createImageOutline(Symbolizer symbolizer)
Methods in org.geotools.styling with parameters of type ImageOutline Modifier and Type Method Description void
AbstractStyleVisitor. visit(ImageOutline outline)
-
Uses of ImageOutline in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor with parameters of type ImageOutline Modifier and Type Method Description void
DuplicatingStyleVisitor. visit(ImageOutline outline)
-