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.Geometryobjects 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 UserLayerStyleFactory. createUserLayer()Methods in org.geotools.api.style with parameters of type UserLayer Modifier and Type Method Description voidStyleVisitor. 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 UserLayerUserLayerBuilder. build()Methods in org.geotools.brewer.styling.builder with parameters of type UserLayer Modifier and Type Method Description UserLayerBuilderUserLayerBuilder. 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 voidMetaBufferEstimator. visit(UserLayer layer)voidOpacityFinder. 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 voidStyleVisitorAdapter. 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 voidStyleAttributeExtractor. visit(UserLayer layer) -
Uses of UserLayer in org.geotools.styling
Classes in org.geotools.styling that implement UserLayer Modifier and Type Class Description classUserLayerImplDJB: 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 UserLayerStyleFactoryImpl. createUserLayer()Methods in org.geotools.styling with parameters of type UserLayer Modifier and Type Method Description voidAbstractStyleVisitor. 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 voidDuplicatingStyleVisitor. 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 voidRootEncoder. encode(UserLayer layer)Encode user layer information as part of root-level information prefixed withuser.
-