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
          DOCUMENT ME!
 class StyledLayerImpl
          DOCUMENT ME!
 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 with parameters of type StyledLayer
 void StyledLayerDescriptorImpl.setStyledLayers(StyledLayer[] layers)
           
 void StyledLayerDescriptorImpl.addStyledLayer(StyledLayer layer)
           
 void StyledLayerDescriptor.setStyledLayers(StyledLayer[] layers)
           
 void StyledLayerDescriptor.addStyledLayer(StyledLayer layer)
           
 



Copyright © GeoTools. All Rights Reserved.