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.Geometryobjects 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 ImageOutlineStyleFactory. createImageOutline(Symbolizer symbolizer)Creates a new ImageOutline.Methods in org.geotools.api.style with parameters of type ImageOutline Modifier and Type Method Description voidStyleVisitor. visit(ImageOutline outline)Called when accept is called on a rasterImageOutlineelement -
Uses of ImageOutline in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type ImageOutline Modifier and Type Method Description voidMetaBufferEstimator. visit(ImageOutline outline)voidOpacityFinder. 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 voidStyleVisitorAdapter. 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 voidStyleAttributeExtractor. visit(ImageOutline outline) -
Uses of ImageOutline in org.geotools.styling
Classes in org.geotools.styling that implement ImageOutline Modifier and Type Class Description classImageOutlineImplMethods in org.geotools.styling that return ImageOutline Modifier and Type Method Description ImageOutlineStyleFactoryImpl. createImageOutline(Symbolizer symbolizer)Methods in org.geotools.styling with parameters of type ImageOutline Modifier and Type Method Description voidAbstractStyleVisitor. 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 voidDuplicatingStyleVisitor. visit(ImageOutline outline)
-