Uses of Interface
org.geotools.api.style.StyledLayer
-
Packages that use StyledLayer Package Description org.geotools.api.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayalorg.geotools.styling Allows for symbolization of geospatial data.org.geotools.ysld.encode Encoder for style objects as YSLD. -
-
Uses of StyledLayer in org.geotools.api.style
Subinterfaces of StyledLayer in org.geotools.api.style Modifier and Type Interface Description interface
NamedLayer
A NamedLayer is used to refer to a layer that has a name in a WMS.interface
UserLayer
A UserLayer allows a user-defined layer to be built from WFS and WCS data.Methods in org.geotools.api.style that return StyledLayer Modifier and Type Method Description StyledLayer[]
StyledLayerDescriptor. getStyledLayers()
Methods in org.geotools.api.style that return types with arguments of type StyledLayer Modifier and Type Method Description List<StyledLayer>
StyledLayerDescriptor. layers()
Direct access to layers list.Methods in org.geotools.api.style with parameters of type StyledLayer Modifier and Type Method Description void
StyledLayerDescriptor. addStyledLayer(StyledLayer layer)
void
StyledLayerDescriptor. setStyledLayers(StyledLayer... layers)
-
Uses of StyledLayer in org.geotools.styling
Classes in org.geotools.styling that implement StyledLayer Modifier and Type Class Description class
NamedLayerImpl
Default implementation of named layer.class
StyledLayerImpl
Default implementation of StyledLayer.class
UserLayerImpl
DJB: on inlinefeature support: The inline features also lets you "sort of" make your WMS into a WFS-T.Methods in org.geotools.styling that return StyledLayer Modifier and Type Method Description StyledLayer[]
StyledLayerDescriptorImpl. getStyledLayers()
Methods in org.geotools.styling that return types with arguments of type StyledLayer Modifier and Type Method Description List<StyledLayer>
StyledLayerDescriptorImpl. layers()
Methods in org.geotools.styling with parameters of type StyledLayer Modifier and Type Method Description void
StyledLayerDescriptorImpl. addStyledLayer(StyledLayer layer)
void
StyledLayerDescriptorImpl. setStyledLayers(StyledLayer[] layers)
-
Uses of StyledLayer in org.geotools.ysld.encode
Methods in org.geotools.ysld.encode with parameters of type StyledLayer Modifier and Type Method Description protected void
RootEncoder. encode(StyledLayer layer)
-