Uses of Interface
org.geotools.styling.StyledLayer

Packages that use StyledLayer
org.geotools.styling Allows for symbolization of geospatial data. 
 

Uses of StyledLayer in org.geotools.styling
 

Subinterfaces of StyledLayer in org.geotools.styling
 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.
 

Classes in org.geotools.styling that implement StyledLayer
 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
 StyledLayer[] StyledLayerDescriptorImpl.getStyledLayers()
           
 StyledLayer[] StyledLayerDescriptor.getStyledLayers()
           
 

Methods in org.geotools.styling that return types with arguments of type StyledLayer
 List<StyledLayer> StyledLayerDescriptorImpl.layers()
           
 List<StyledLayer> StyledLayerDescriptor.layers()
          Direct access to layers list.
 

Methods in org.geotools.styling with parameters of type StyledLayer
 void StyledLayerDescriptorImpl.addStyledLayer(StyledLayer layer)
           
 void StyledLayerDescriptor.addStyledLayer(StyledLayer layer)
           
 void StyledLayerDescriptorImpl.setStyledLayers(StyledLayer[] layers)
           
 void StyledLayerDescriptor.setStyledLayers(StyledLayer[] layers)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.