Uses of Interface
org.geotools.api.style.StyledLayerDescriptor
-
Packages that use StyledLayerDescriptor 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 Support for MapBox Style generation for GeoTools.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 org.geotools.ysld.encode Encoder for style objects as YSLD.org.geotools.ysld.parse Parser for YSLD into style objects. -
-
Uses of StyledLayerDescriptor in org.geotools.api.style
Methods in org.geotools.api.style that return StyledLayerDescriptor Modifier and Type Method Description StyledLayerDescriptor
StyleFactory. createStyledLayerDescriptor()
Methods in org.geotools.api.style with parameters of type StyledLayerDescriptor Modifier and Type Method Description void
StyleVisitor. visit(StyledLayerDescriptor sld)
Called when accept is called on a StyledLayerDescriptor. -
Uses of StyledLayerDescriptor in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return StyledLayerDescriptor Modifier and Type Method Description StyledLayerDescriptor
StyledLayerDescriptorBuilder. build()
StyledLayerDescriptor
StyledLayerDescriptorBuilder. buildSLD()
Methods in org.geotools.brewer.styling.builder with parameters of type StyledLayerDescriptor Modifier and Type Method Description StyledLayerDescriptorBuilder
StyledLayerDescriptorBuilder. reset(StyledLayerDescriptor other)
Reset builder to provided original stroke. -
Uses of StyledLayerDescriptor in org.geotools.mbstyle
Methods in org.geotools.mbstyle that return StyledLayerDescriptor Modifier and Type Method Description static StyledLayerDescriptor
MapBoxStyle. parse(InputStream stream)
Read in the provided JSON as aStyledLayerDescriptor
.static StyledLayerDescriptor
MapBoxStyle. parse(Reader reader)
Read in the provided JSON as aStyledLayerDescriptor
.StyledLayerDescriptor
MBStyle. transform()
Transform MBStyle to a GeoTools StyledLayerDescriptor. -
Uses of StyledLayerDescriptor in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type StyledLayerDescriptor Modifier and Type Method Description void
MetaBufferEstimator. visit(StyledLayerDescriptor sld)
void
OpacityFinder. visit(StyledLayerDescriptor sld)
-
Uses of StyledLayerDescriptor in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type StyledLayerDescriptor Modifier and Type Method Description void
StyleVisitorAdapter. visit(StyledLayerDescriptor sld)
-
Uses of StyledLayerDescriptor in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type StyledLayerDescriptor Modifier and Type Method Description void
StyleAttributeExtractor. visit(StyledLayerDescriptor sld)
-
Uses of StyledLayerDescriptor in org.geotools.styling
Classes in org.geotools.styling that implement StyledLayerDescriptor Modifier and Type Class Description class
StyledLayerDescriptorImpl
Holds styling information (from a StyleLayerDescriptor document).Methods in org.geotools.styling that return StyledLayerDescriptor Modifier and Type Method Description StyledLayerDescriptor
StyleFactoryImpl. createStyledLayerDescriptor()
Methods in org.geotools.styling with parameters of type StyledLayerDescriptor Modifier and Type Method Description static Style
SLD. defaultStyle(StyledLayerDescriptor sld)
Retrieve the default style from the given StyledLayerDescriptor.static FeatureTypeStyle
SLD. featureTypeStyle(StyledLayerDescriptor sld, SimpleFeatureType type)
Retrieve the first FeatureTypeStyle defined in the given StyledLayerDescriptor object that matches the specified feature typestatic FeatureTypeStyle[]
SLD. featureTypeStyles(StyledLayerDescriptor sld)
Get the FeatureTypeStyles defined in the given StyledLayerDescriptorstatic Style[]
SLD. styles(StyledLayerDescriptor sld)
Get the Styles defined in the given StyledLayerDescriptorvoid
AbstractStyleVisitor. visit(StyledLayerDescriptor sld)
-
Uses of StyledLayerDescriptor in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor with parameters of type StyledLayerDescriptor Modifier and Type Method Description void
DuplicatingStyleVisitor. visit(StyledLayerDescriptor sld)
-
Uses of StyledLayerDescriptor in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return StyledLayerDescriptor Modifier and Type Method Description StyledLayerDescriptor
SLDParser. parseDescriptor(Node root)
StyledLayerDescriptor
SLDParser. parseSLD()
-
Uses of StyledLayerDescriptor in org.geotools.ysld
Methods in org.geotools.ysld that return StyledLayerDescriptor Modifier and Type Method Description static StyledLayerDescriptor
Ysld. parse(Object ysld)
Parses a Ysld stream into GeoTools style objects.static StyledLayerDescriptor
Ysld. parse(Object ysld, List<ZoomContextFinder> zCtxtFinders, ResourceLocator locator)
Parses a Ysld stream into GeoTools style objects.static StyledLayerDescriptor
Ysld. parse(Object ysld, List<ZoomContextFinder> zCtxtFinders, ResourceLocator locator, UomMapper uomMapper)
Parses a Ysld stream into GeoTools style objects.Methods in org.geotools.ysld with parameters of type StyledLayerDescriptor Modifier and Type Method Description static void
Ysld. encode(StyledLayerDescriptor sld, Object output)
Encodes a GeoTools style object as Ysld.static void
Ysld. encode(StyledLayerDescriptor sld, Object output, UomMapper uomMapper)
Encodes a GeoTools style object as Ysld. -
Uses of StyledLayerDescriptor in org.geotools.ysld.encode
Methods in org.geotools.ysld.encode with parameters of type StyledLayerDescriptor Modifier and Type Method Description protected void
RootEncoder. encode(StyledLayerDescriptor sld)
Encode sld as part of root-level information prefixed withsld
.void
YsldEncoder. encode(StyledLayerDescriptor sld)
Encode the passedStyledLayerDescriptor
as YSLD. -
Uses of StyledLayerDescriptor in org.geotools.ysld.parse
Methods in org.geotools.ysld.parse that return StyledLayerDescriptor Modifier and Type Method Description StyledLayerDescriptor
YsldParser. parse()
Parse the yaml provided to this instance into aStyledLayerDescriptor
and return the result.StyledLayerDescriptor
RootParser. sld()
-