Uses of Interface
org.geotools.api.style.StyledLayer
Packages that use StyledLayer
Package
Description
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
Allows for symbolization of geospatial data.
Encoder for style objects as YSLD.
-
Uses of StyledLayer in org.geotools.api.style
Subinterfaces of StyledLayer in org.geotools.api.styleModifier and TypeInterfaceDescriptioninterface
A NamedLayer is used to refer to a layer that has a name in a WMS.interface
A UserLayer allows a user-defined layer to be built from WFS and WCS data.Methods in org.geotools.api.style that return StyledLayerMethods in org.geotools.api.style that return types with arguments of type StyledLayerMethods in org.geotools.api.style with parameters of type StyledLayerModifier and TypeMethodDescriptionvoid
StyledLayerDescriptor.addStyledLayer
(StyledLayer layer) void
StyledLayerDescriptor.setStyledLayers
(StyledLayer... layers) -
Uses of StyledLayer in org.geotools.styling
Classes in org.geotools.styling that implement StyledLayerModifier and TypeClassDescriptionclass
Default implementation of named layer.class
Default implementation of StyledLayer.class
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 StyledLayerMethods in org.geotools.styling that return types with arguments of type StyledLayerMethods in org.geotools.styling with parameters of type StyledLayerModifier and TypeMethodDescriptionvoid
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