Uses of Interface
org.geotools.api.style.StyledLayerDescriptor
Packages that use StyledLayerDescriptor
Package
Description
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
Support for MapBox Style generation for GeoTools.
A simple renderer implementation.
SLD 1.0 and SE RasterSymbolizer support classes
Styling to be applied on
org.geotools.renderer.geom.Geometry
objects at rendering time.Allows for symbolization of geospatial data.
Encoder for style objects as YSLD.
Parser for YSLD into style objects.
-
Uses of StyledLayerDescriptor in org.geotools.api.style
Methods in org.geotools.api.style that return StyledLayerDescriptorMethods in org.geotools.api.style with parameters of type StyledLayerDescriptorModifier and TypeMethodDescriptionvoid
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 StyledLayerDescriptorModifier and TypeMethodDescriptionStyledLayerDescriptorBuilder.build()
StyledLayerDescriptorBuilder.buildSLD()
Methods in org.geotools.brewer.styling.builder with parameters of type StyledLayerDescriptorModifier and TypeMethodDescriptionStyledLayerDescriptorBuilder.reset
(StyledLayerDescriptor other) Reset builder to provided original stroke. -
Uses of StyledLayerDescriptor in org.geotools.mbstyle
Methods in org.geotools.mbstyle that return StyledLayerDescriptorModifier and TypeMethodDescriptionstatic StyledLayerDescriptor
MapBoxStyle.parse
(InputStream stream) Read in the provided JSON as aStyledLayerDescriptor
.static StyledLayerDescriptor
Read in the provided JSON as aStyledLayerDescriptor
.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 StyledLayerDescriptorModifier and TypeMethodDescriptionvoid
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 -
Uses of StyledLayerDescriptor in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type StyledLayerDescriptor -
Uses of StyledLayerDescriptor in org.geotools.styling
Classes in org.geotools.styling that implement StyledLayerDescriptorModifier and TypeClassDescriptionclass
Holds styling information (from a StyleLayerDescriptor document).Methods in org.geotools.styling that return StyledLayerDescriptorMethods in org.geotools.styling with parameters of type StyledLayerDescriptorModifier and TypeMethodDescriptionstatic 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 -
Uses of StyledLayerDescriptor in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return StyledLayerDescriptor -
Uses of StyledLayerDescriptor in org.geotools.ysld
Methods in org.geotools.ysld that return StyledLayerDescriptorModifier and TypeMethodDescriptionstatic StyledLayerDescriptor
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 StyledLayerDescriptorModifier and TypeMethodDescriptionstatic 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 StyledLayerDescriptorModifier and TypeMethodDescriptionprotected 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 StyledLayerDescriptorModifier and TypeMethodDescriptionYsldParser.parse()
Parse the yaml provided to this instance into aStyledLayerDescriptor
and return the result.RootParser.sld()