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

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

Uses of LayerFeatureConstraints in org.deegree_impl.graphics.sld
 

Classes in org.deegree_impl.graphics.sld that implement LayerFeatureConstraints
 class LayerFeatureConstraints_Impl
          The LayerFeatureConstraints element is optional in a NamedLayer and allows the user to specify constraints on what features of what feature types are to be selected by the named-layer reference.
 

Fields in org.deegree_impl.graphics.sld declared as LayerFeatureConstraints
protected  LayerFeatureConstraints Layer_Impl.layerFeatureConstraints
           
 

Methods in org.deegree_impl.graphics.sld that return LayerFeatureConstraints
static LayerFeatureConstraints SLDFactory.createLayerFeatureConstraints(org.w3c.dom.Element element)
          Creates a LayerFeatureConstraints-instance according to the contents of the DOM-subtree starting at the given 'LayerFeatureConstraints'-Element.
 LayerFeatureConstraints Layer_Impl.getLayerFeatureConstraints()
          The LayerFeatureConstraints element is optional in a NamedLayer and allows the user to specify constraints on what features of what feature types are to be selected by the named-layer reference.
 

Methods in org.deegree_impl.graphics.sld with parameters of type LayerFeatureConstraints
static NamedLayer SLDFactory.createNamedLayer(java.lang.String name, LayerFeatureConstraints layerFeatureConstraints, Style[] styles)
           
 void Layer_Impl.setLayerFeatureConstraints(LayerFeatureConstraints layerFeatureConstraints)
          sets the
 

Constructors in org.deegree_impl.graphics.sld with parameters of type LayerFeatureConstraints
UserLayer_Impl(java.lang.String name, LayerFeatureConstraints layerFeatureConstraints, Style[] userStyles, RemoteOWS remoteOWS)
          constructor initializing the class with the
NamedLayer_Impl(java.lang.String name, LayerFeatureConstraints layerFeatureConstraints, Style[] styles)
          constructor initializing the class with the
Layer_Impl(java.lang.String name, LayerFeatureConstraints layerFeatureConstraints, Style[] styles)
          constructor initializing the class with the
 

Uses of LayerFeatureConstraints in org.deegree.graphics.sld
 

Methods in org.deegree.graphics.sld that return LayerFeatureConstraints
 LayerFeatureConstraints Layer.getLayerFeatureConstraints()
          The LayerFeatureConstraints element is optional in a NamedLayer and allows the user to specify constraints on what features of what feature types are to be selected by the named-layer reference.
 

Methods in org.deegree.graphics.sld with parameters of type LayerFeatureConstraints
 void Layer.setLayerFeatureConstraints(LayerFeatureConstraints layerFeatureConstraints)
          Sets the LayerFeatureConstraints for the Layer.