Uses of Class
org.deegree_impl.clients.context.FormatList

Packages that use FormatList
org.deegree_impl.clients.context   
 

Uses of FormatList in org.deegree_impl.clients.context
 

Fields in org.deegree_impl.clients.context declared as FormatList
private  FormatList Layer.formatList
           
 

Methods in org.deegree_impl.clients.context that return FormatList
private static FormatList WebMapContextFactory.createFormatList(org.w3c.dom.Element element)
          creates an instance of a class encapsulating a list of image formats a layer offers
 FormatList Layer.getFormatList()
          The parent element containing the list of available image format for this layer.
 

Methods in org.deegree_impl.clients.context with parameters of type FormatList
 void Layer.setFormatList(FormatList formatList)
           
 

Constructors in org.deegree_impl.clients.context with parameters of type FormatList
Layer(Server server, java.lang.String name, java.lang.String title, java.lang.String abstract_, java.lang.String[] srs, BaseURL dataURL, BaseURL metadataURL, FormatList formatList, StyleList styleList, boolean queryable, boolean hidden, Marshallable extension)
          Creates a new ContextLayer object.