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

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

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

Classes in org.deegree_impl.services.wms.capabilities that implement DataURL
(package private)  class DataURL_Impl
          A Map Server may use DataURL to offer more information about the data underneath a particular layer.
 

Methods in org.deegree_impl.services.wms.capabilities that return DataURL
protected  DataURL OGCWMSCapabilitiesFactory.createDataURL(org.w3c.dom.Element element)
          Creates a DataURL-instance according to the contents of the DOM-subtree starting at the given 'DataURL'-Element.
 DataURL[] Layer_Impl.getDataURL()
          A Map Server may use DataURL to offer more information about the data represented by a particular layer.
 

Methods in org.deegree_impl.services.wms.capabilities with parameters of type DataURL
 void Layer_Impl.addDataURL(DataURL dataURL)
          adds the dataURL
 void Layer_Impl.setDataURL(DataURL[] dataURL)
          sets the dataURL
 

Constructors in org.deegree_impl.services.wms.capabilities with parameters of type DataURL
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 DataURL in org.deegree.services.wms.capabilities
 

Methods in org.deegree.services.wms.capabilities that return DataURL
 DataURL[] Layer.getDataURL()
          A Map Server may use DataURL to offer more information about the data represented by a particular layer.