Package | Description |
---|---|
org.geotools.brewer.styling.builder | |
org.geotools.renderer.lite |
A simple renderer implementation.
|
org.geotools.renderer.lite.gridcoverage2d |
SLD 1.0 and SE RasterSymbolizer support classes
|
org.geotools.renderer.style |
Styling to be applied on
org.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.
|
Modifier and Type | Method and Description |
---|---|
StyledLayerDescriptor |
StyledLayerDescriptorBuilder.build() |
StyledLayerDescriptor |
StyledLayerDescriptorBuilder.buildSLD() |
Modifier and Type | Method and Description |
---|---|
StyledLayerDescriptorBuilder |
StyledLayerDescriptorBuilder.reset(StyledLayerDescriptor other)
Reset builder to provided original stroke.
|
Modifier and Type | Method and Description |
---|---|
void |
OpacityFinder.visit(StyledLayerDescriptor sld) |
void |
MetaBufferEstimator.visit(StyledLayerDescriptor sld) |
Modifier and Type | Method and Description |
---|---|
void |
StyleVisitorAdapter.visit(StyledLayerDescriptor sld) |
Modifier and Type | Method and Description |
---|---|
void |
StyleAttributeExtractor.visit(StyledLayerDescriptor sld) |
Modifier and Type | Class and Description |
---|---|
class |
StyledLayerDescriptorImpl
Holds styling information (from a StyleLayerDescriptor document).
|
Modifier and Type | Method and Description |
---|---|
StyledLayerDescriptor |
StyleFactory.createStyledLayerDescriptor() |
StyledLayerDescriptor |
StyleFactoryImpl.createStyledLayerDescriptor() |
Modifier and Type | Method and 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 type
|
static FeatureTypeStyle[] |
SLD.featureTypeStyles(StyledLayerDescriptor sld)
Get the FeatureTypeStyles defined in the given StyledLayerDescriptor
|
static Style[] |
SLD.styles(StyledLayerDescriptor sld)
Get the Styles defined in the given StyledLayerDescriptor
|
void |
StyleVisitor.visit(StyledLayerDescriptor sld)
Called when accept is called on a StyledLayerDescriptor.
|
void |
AbstractStyleVisitor.visit(StyledLayerDescriptor sld) |
Modifier and Type | Method and Description |
---|---|
void |
DuplicatingStyleVisitor.visit(StyledLayerDescriptor sld) |
Modifier and Type | Method and Description |
---|---|
StyledLayerDescriptor |
SLDParser.parseDescriptor(Node root) |
StyledLayerDescriptor |
SLDParser.parseSLD() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RootEncoder.encode(StyledLayerDescriptor sld) |
void |
YsldEncoder.encode(StyledLayerDescriptor sld)
Encode the passed
StyledLayerDescriptor as YSLD. |
Modifier and Type | Method and Description |
---|---|
StyledLayerDescriptor |
YsldParser.parse()
Parse the yaml provided to this instance into a
StyledLayerDescriptor and return the
result. |
StyledLayerDescriptor |
RootParser.sld() |
Copyright © 1996–2019 Geotools. All rights reserved.