Uses of Interface
org.deegree.services.wms.capabilities.FeatureListURL

Packages that use FeatureListURL
org.deegree_impl.services.wms.capabilities   
org.deegree.services.wms.capabilities   
 

Uses of FeatureListURL in org.deegree_impl.services.wms.capabilities
 

Classes in org.deegree_impl.services.wms.capabilities that implement FeatureListURL
(package private)  class FeatureListURL_Impl
          A Map Server may use FeatureListURL to point to a list of the features represented in a Layer.
 

Methods in org.deegree_impl.services.wms.capabilities that return FeatureListURL
protected  FeatureListURL OGCWMSCapabilitiesFactory.createFeatureListURL(org.w3c.dom.Element element)
          Creates a FeatureListURL-instance according to the contents of the DOM-subtree starting at the given 'FeatureListURL'-Element.
 FeatureListURL[] Layer_Impl.getFeatureListURL()
          A Map Server may use a element to point to a list of the features represented in a Layer.
 

Methods in org.deegree_impl.services.wms.capabilities with parameters of type FeatureListURL
 void Layer_Impl.addFeatureListURL(FeatureListURL featureListURL)
          adds the
 void Layer_Impl.setFeatureListURL(FeatureListURL[] featureListURL)
          sets the
 

Constructors in org.deegree_impl.services.wms.capabilities with parameters of type FeatureListURL
Layer_Impl(boolean queryable, int cascaded, boolean opaque, boolean noSubsets, int fixedWidth, int fixedHeight, java.lang.String name, java.lang.String title, java.lang.String abstract_, GM_Envelope latLonBoundingBox, Attribution attribution, ScaleHint scaleHint, java.lang.String[] keywordList, java.lang.String[] srs, LayerBoundingBox[] boundingBoxes, Dimension[] dimensions, Extent[] extents, AuthorityURL[] authorityURLs, Identifier[] identifiers, MetadataURL[] metadataURLs, DataURL[] dataURLs, FeatureListURL[] featureListURLs, Style[] styles, Layer[] layers, DataSource[] dataSource, Layer parent)
          constructor initializing the class with the
 

Uses of FeatureListURL in org.deegree.services.wms.capabilities
 

Methods in org.deegree.services.wms.capabilities that return FeatureListURL
 FeatureListURL[] Layer.getFeatureListURL()
          A Map Server may use a element to point to a list of the features represented in a Layer.