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 TypeMethodDescriptionvoidStyleVisitor.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 StyledLayerDescriptorMapBoxStyle.parse(InputStream stream) Read in the provided JSON as aStyledLayerDescriptor.static StyledLayerDescriptorRead 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 TypeMethodDescriptionvoidMetaBufferEstimator.visit(StyledLayerDescriptor sld) voidOpacityFinder.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 TypeClassDescriptionclassHolds 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 StyleSLD.defaultStyle(StyledLayerDescriptor sld) Retrieve the default style from the given StyledLayerDescriptor.static FeatureTypeStyleSLD.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 StyledLayerDescriptorvoidAbstractStyleVisitor.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 StyledLayerDescriptorParses a Ysld stream into GeoTools style objects.static StyledLayerDescriptorYsld.parse(Object ysld, List<ZoomContextFinder> zCtxtFinders, ResourceLocator locator) Parses a Ysld stream into GeoTools style objects.static StyledLayerDescriptorYsld.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 voidYsld.encode(StyledLayerDescriptor sld, Object output) Encodes a GeoTools style object as Ysld.static voidYsld.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 voidRootEncoder.encode(StyledLayerDescriptor sld) Encode sld as part of root-level information prefixed withsld.voidYsldEncoder.encode(StyledLayerDescriptor sld) Encode the passedStyledLayerDescriptoras 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 aStyledLayerDescriptorand return the result.RootParser.sld()