Uses of Interface
org.geotools.api.style.UserLayer
-
Packages that use UserLayer 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.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.ysld.encode Encoder for style objects as YSLD. -
-
Uses of UserLayer in org.geotools.api.style
Methods in org.geotools.api.style that return UserLayer Modifier and Type Method Description UserLayer
StyleFactory. createUserLayer()
Methods in org.geotools.api.style with parameters of type UserLayer Modifier and Type Method Description void
StyleVisitor. visit(UserLayer layer)
Called when accept is called on a UserLayer. -
Uses of UserLayer in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return UserLayer Modifier and Type Method Description UserLayer
UserLayerBuilder. build()
Methods in org.geotools.brewer.styling.builder with parameters of type UserLayer Modifier and Type Method Description UserLayerBuilder
UserLayerBuilder. reset(UserLayer other)
Reset builder to provided original stroke. -
Uses of UserLayer in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type UserLayer Modifier and Type Method Description void
MetaBufferEstimator. visit(UserLayer layer)
void
OpacityFinder. visit(UserLayer layer)
-
Uses of UserLayer in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type UserLayer Modifier and Type Method Description void
StyleVisitorAdapter. visit(UserLayer layer)
-
Uses of UserLayer in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type UserLayer Modifier and Type Method Description void
StyleAttributeExtractor. visit(UserLayer layer)
-
Uses of UserLayer in org.geotools.styling
Classes in org.geotools.styling that implement UserLayer Modifier and Type Class Description class
UserLayerImpl
DJB: on inlinefeature support: The inline features also lets you "sort of" make your WMS into a WFS-T.Methods in org.geotools.styling that return UserLayer Modifier and Type Method Description UserLayer
StyleFactoryImpl. createUserLayer()
Methods in org.geotools.styling with parameters of type UserLayer Modifier and Type Method Description void
AbstractStyleVisitor. visit(UserLayer layer)
-
Uses of UserLayer in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor with parameters of type UserLayer Modifier and Type Method Description void
DuplicatingStyleVisitor. visit(UserLayer layer)
-
Uses of UserLayer in org.geotools.ysld.encode
Methods in org.geotools.ysld.encode with parameters of type UserLayer Modifier and Type Method Description protected void
RootEncoder. encode(UserLayer layer)
Encode user layer information as part of root-level information prefixed withuser
.
-