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

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

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

Classes in org.deegree_impl.services.wms.capabilities that implement Identifier
(package private)  class Identifier_Impl
          A Map Server may use zero or more Identifier elements to list ID numbers or labels defined by a particular Authority.
 

Methods in org.deegree_impl.services.wms.capabilities that return Identifier
protected  Identifier OGCWMSCapabilitiesFactory.createIdentifier(org.w3c.dom.Element element)
          Creates an Identifier-instance according to the contents of the DOM-subtree starting at the given 'Identifier'-Element.
 Identifier[] Layer_Impl.getIdentifier()
          A Map Server may use zero or more elements to list ID numbers or labels defined by a particular Authority.
 

Methods in org.deegree_impl.services.wms.capabilities with parameters of type Identifier
 void Layer_Impl.addIdentifier(Identifier identifier)
          adds the
 void Layer_Impl.setIdentifier(Identifier[] identifier)
          sets the
 

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

Methods in org.deegree.services.wms.capabilities that return Identifier
 Identifier[] Layer.getIdentifier()
          A Map Server may use zero or more elements to list ID numbers or labels defined by a particular Authority.