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.Geometryobjects 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 StyledLayerDescriptorStyleFactory. createStyledLayerDescriptor()Methods in org.geotools.api.style with parameters of type StyledLayerDescriptor Modifier and Type Method Description voidStyleVisitor. 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 StyledLayerDescriptorStyledLayerDescriptorBuilder. build()StyledLayerDescriptorStyledLayerDescriptorBuilder. buildSLD()Methods in org.geotools.brewer.styling.builder with parameters of type StyledLayerDescriptor Modifier and Type Method Description StyledLayerDescriptorBuilderStyledLayerDescriptorBuilder. 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 StyledLayerDescriptorMapBoxStyle. parse(InputStream stream)Read in the provided JSON as aStyledLayerDescriptor.static StyledLayerDescriptorMapBoxStyle. parse(Reader reader)Read in the provided JSON as aStyledLayerDescriptor.StyledLayerDescriptorMBStyle. 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 voidMetaBufferEstimator. 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 Modifier and Type Method Description voidStyleVisitorAdapter. 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 voidStyleAttributeExtractor. visit(StyledLayerDescriptor sld) -
Uses of StyledLayerDescriptor in org.geotools.styling
Classes in org.geotools.styling that implement StyledLayerDescriptor Modifier and Type Class Description classStyledLayerDescriptorImplHolds styling information (from a StyleLayerDescriptor document).Methods in org.geotools.styling that return StyledLayerDescriptor Modifier and Type Method Description StyledLayerDescriptorStyleFactoryImpl. createStyledLayerDescriptor()Methods in org.geotools.styling with parameters of type StyledLayerDescriptor Modifier and Type Method Description static 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 Modifier and Type Method Description voidDuplicatingStyleVisitor. 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 StyledLayerDescriptorSLDParser. parseDescriptor(Node root)StyledLayerDescriptorSLDParser. parseSLD() -
Uses of StyledLayerDescriptor in org.geotools.ysld
Methods in org.geotools.ysld that return StyledLayerDescriptor Modifier and Type Method Description static StyledLayerDescriptorYsld. parse(Object ysld)Parses 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 StyledLayerDescriptor Modifier and Type Method Description static 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 StyledLayerDescriptor Modifier and Type Method Description protected 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 StyledLayerDescriptor Modifier and Type Method Description StyledLayerDescriptorYsldParser. parse()Parse the yaml provided to this instance into aStyledLayerDescriptorand return the result.StyledLayerDescriptorRootParser. sld()
-