Uses of Interface
org.deegree.graphics.sld.Layer

Packages that use Layer
org.deegree_impl.graphics.sld   
org.deegree.graphics.sld   
 

Uses of Layer in org.deegree_impl.graphics.sld
 

Classes in org.deegree_impl.graphics.sld that implement Layer
 class Layer_Impl
          ----------------------------------------------------------------------
 class NamedLayer_Impl
          A NamedLayer uses the "name" attribute to identify a layer known to the WMS and can contain zero or more styles, either NamedStyles or UserStyles.
 class UserLayer_Impl
          In addition to using named layers, it is also useful to be able to define custom user-defined layers for rendering.
 

Methods in org.deegree_impl.graphics.sld that return Layer
 Layer[] StyledLayerDescriptor_Impl.getLayers()
           
 

Methods in org.deegree_impl.graphics.sld with parameters of type Layer
 void StyledLayerDescriptor_Impl.setLayers(Layer[] layers)
          Sets Layers
 void StyledLayerDescriptor_Impl.addLayer(Layer layer)
          adds the
 void StyledLayerDescriptor_Impl.removeLayer(Layer layer)
          removes the
 

Constructors in org.deegree_impl.graphics.sld with parameters of type Layer
StyledLayerDescriptor_Impl(java.lang.String name, java.lang.String title, java.lang.String version, java.lang.String abstract_, Layer[] layers)
           
StyledLayerDescriptor_Impl(Layer[] layers, java.lang.String version)
          constructor initializing the class with the
 

Uses of Layer in org.deegree.graphics.sld
 

Subinterfaces of Layer in org.deegree.graphics.sld
 interface NamedLayer
          A NamedLayer uses the "name" attribute to identify a layer known to the WMS and can contain zero or more styles, either NamedStyles or UserStyles.
 interface UserLayer
          In addition to using named layers, it is also useful to be able to define custom user-defined layers for rendering.
 

Methods in org.deegree.graphics.sld that return Layer
 Layer[] StyledLayerDescriptor.getLayers()
           
 

Methods in org.deegree.graphics.sld with parameters of type Layer
 void StyledLayerDescriptor.setLayers(Layer[] layers)
          Sets Layers
 void StyledLayerDescriptor.addLayer(Layer Layer)
          Adds a Layer
 void StyledLayerDescriptor.removeLayer(Layer Layer)
          Removes a Layer