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.styleSubinterfaces of StyledLayer in org.geotools.api.style Modifier and Type Interface Description interfaceNamedLayerA NamedLayer is used to refer to a layer that has a name in a WMS.interfaceUserLayerA 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 voidStyledLayerDescriptor. addStyledLayer(StyledLayer layer)voidStyledLayerDescriptor. setStyledLayers(StyledLayer... layers)
- 
Uses of StyledLayer in org.geotools.stylingClasses in org.geotools.styling that implement StyledLayer Modifier and Type Class Description classNamedLayerImplDefault implementation of named layer.classStyledLayerImplDefault implementation of StyledLayer.classUserLayerImplDJB: 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 voidStyledLayerDescriptorImpl. addStyledLayer(StyledLayer layer)voidStyledLayerDescriptorImpl. setStyledLayers(StyledLayer[] layers)
- 
Uses of StyledLayer in org.geotools.ysld.encodeMethods in org.geotools.ysld.encode with parameters of type StyledLayer Modifier and Type Method Description protected voidRootEncoder. encode(StyledLayer layer)
 
-