Uses of Interface
org.deegree.tools.ParameterList

Packages that use ParameterList
org.deegree_impl.clients.context   
org.deegree_impl.model.cv   
org.deegree_impl.services.wfs   
org.deegree_impl.services.wfs.bna   
org.deegree_impl.services.wfs.configuration   
org.deegree_impl.services.wfs.db   
org.deegree_impl.services.wfs.gml   
org.deegree_impl.services.wfs.mapinfo   
org.deegree_impl.services.wfs.mysql   
org.deegree_impl.services.wfs.oracle   
org.deegree_impl.services.wfs.postgis   
org.deegree_impl.services.wfs.sde   
org.deegree_impl.services.wfs.shape   
org.deegree_impl.tools   
org.deegree.clients.context   
org.deegree.model.coverage   
org.deegree.services.wfs   
org.deegree.services.wfs.configuration   
 

Uses of ParameterList in org.deegree_impl.clients.context
 

Fields in org.deegree_impl.clients.context declared as ParameterList
private  ParameterList Module_Impl.parameterList
           
 

Methods in org.deegree_impl.clients.context that return ParameterList
private static ParameterList WebMapContextFactory.createParameterList(org.w3c.dom.Element element)
          creates an instance of a class encapsulating the layer list informations
 ParameterList Module_Impl.getParameter()
          returns a list of parameters that will be passed to a class/object etc.
 

Methods in org.deegree_impl.clients.context with parameters of type ParameterList
 void Module_Impl.setParameter(ParameterList parameterList)
          sets a list of parameters that will be passed to a class/object etc.
 

Constructors in org.deegree_impl.clients.context with parameters of type ParameterList
Module_Impl(java.lang.String name, java.lang.String content, boolean hidden, ModuleConfiguration moduleConfiguration, ParameterList parameterList)
          Creates a new Module_Impl object.
 

Uses of ParameterList in org.deegree_impl.model.cv
 

Fields in org.deegree_impl.model.cv declared as ParameterList
private  ParameterList Level_Impl.properties
           
private  ParameterList CVDescriptor_Impl.parameterList
           
 

Methods in org.deegree_impl.model.cv that return ParameterList
 ParameterList Level_Impl.getProperties()
          returns a list of properties assigned to the Level.
 ParameterList CVDescriptor_Impl.getProperties()
          returns a list of properties assigned to the Level.
 

Constructors in org.deegree_impl.model.cv with parameters of type ParameterList
Level_Impl(double minScale, double maxScale, ParameterList properties, Tile[] tiles)
           
Level_Impl(double minScale, double maxScale, ParameterList properties, Directory[] directories)
           
CVDescriptor_Impl(CoverageLayer coverageLayer, java.net.URL previewResource, Level level, java.util.ArrayList ranges, ParameterList parameterList)
           
 

Uses of ParameterList in org.deegree_impl.services.wfs
 

Methods in org.deegree_impl.services.wfs with parameters of type ParameterList
 java.lang.Object DefaultDataStoreOutputFormat.format(java.util.HashMap map, ParameterList paramList)
          formats the data store at the values of the HashMap into one single data structure.
 

Uses of ParameterList in org.deegree_impl.services.wfs.bna
 

Methods in org.deegree_impl.services.wfs.bna with parameters of type ParameterList
 java.lang.Object BNADataStoreOutputXML.format(java.util.HashMap map, ParameterList paramList)
          formats the data store at the values of the HashMap into one single data structure.
 java.lang.Object BNADataStoreOutputGML.format(java.util.HashMap map, ParameterList paramList)
          formats the data store at the values of the HashMap into one single data structure.
 java.lang.Object BNADataStoreOutputFC.format(java.util.HashMap map, ParameterList paramList)
          formats the data store at the values of the HashMap into one single data structure.
 

Uses of ParameterList in org.deegree_impl.services.wfs.configuration
 

Fields in org.deegree_impl.services.wfs.configuration declared as ParameterList
private  ParameterList OutputFormat_Impl.parameter
           
 

Methods in org.deegree_impl.services.wfs.configuration that return ParameterList
 ParameterList OutputFormat_Impl.getParameter()
          returns a list of parameters that will be submitted to the responsible class
private static ParameterList ConfigurationFactory.createParameterList(org.w3c.dom.NodeList nl)
          create additional parameters that shall be submitted to the resposible for a defined output format
 

Methods in org.deegree_impl.services.wfs.configuration with parameters of type ParameterList
 void OutputFormat_Impl.setParameter(ParameterList parameter)
           
static OutputFormat ConfigurationFactory.createOutputFormat(java.lang.String name, java.lang.String responsibleClass, ParameterList parameter, java.net.URL schemaLocation)
          creates a descrption object for a output format supported by a datastore for a feature type.
 

Constructors in org.deegree_impl.services.wfs.configuration with parameters of type ParameterList
OutputFormat_Impl(java.lang.String name, java.lang.String responsibleClass, ParameterList parameter, java.net.URL schemaLocation)
          Creates a new OutputFormat_Impl object.
 

Uses of ParameterList in org.deegree_impl.services.wfs.db
 

Methods in org.deegree_impl.services.wfs.db with parameters of type ParameterList
 java.lang.Object PointDBDataStoreOutputXML.format(java.util.HashMap map, ParameterList paramList)
          formats the data store at the values of the HashMap into one single data structure.
 java.lang.Object PointDBDataStoreOutputFC.format(java.util.HashMap map, ParameterList parameter)
           
 java.lang.Object PointDBDataStoreOutputFC.format(java.util.HashMap map, ParameterList parameter, Filter filter)
          formats the data store at the values of the HashMap into one single data structure.
private  FeatureCollection PointDBDataStoreOutputFC.tableToFC(Table table, ParameterList pl, FeatureCollection fc)
          creates a FeatureCollection from a Table. the method is recursivly called to create complex features.
 

Uses of ParameterList in org.deegree_impl.services.wfs.gml
 

Methods in org.deegree_impl.services.wfs.gml with parameters of type ParameterList
 java.lang.Object GMLDBDataStoreOutputXML.format(java.util.HashMap map, ParameterList paramList)
          formats the data store at the values of the HashMap into one single data structure.
 java.lang.Object GMLDBDataStoreOutputFC.format(java.util.HashMap map, ParameterList parameter)
           
 java.lang.Object GMLDBDataStoreOutputFC.format(java.util.HashMap map, ParameterList parameter, Filter filter)
          formats the data store at the values of the HashMap into one single data structure.
private  FeatureCollection GMLDBDataStoreOutputFC.tableToFC(Table table, ParameterList pl, FeatureCollection fc)
          creates a FeatureCollection from a Table. the method is recursivly called to create complex features.
 

Uses of ParameterList in org.deegree_impl.services.wfs.mapinfo
 

Methods in org.deegree_impl.services.wfs.mapinfo with parameters of type ParameterList
 java.lang.Object MIFDataStoreOutputXML.format(java.util.HashMap map, ParameterList paramList)
          formats the data store at the values of the HashMap into one single data structure.
 java.lang.Object MIFDataStoreOutputGML.format(java.util.HashMap map, ParameterList paramList)
          formats the data store at the values of the HashMap into one single data structure.
 java.lang.Object MIFDataStoreOutputFC.format(java.util.HashMap map, ParameterList paramList)
          formats the data store at the values of the HashMap into one single data structure.
 

Uses of ParameterList in org.deegree_impl.services.wfs.mysql
 

Methods in org.deegree_impl.services.wfs.mysql with parameters of type ParameterList
 java.lang.Object MySQLDataStoreOutputXML.format(java.util.HashMap map, ParameterList paramList)
          formats the data store at the values of the HashMap into one single data structure.
 java.lang.Object MySQLDataStoreOutputFC.format(java.util.HashMap map, ParameterList parameter)
           
 java.lang.Object MySQLDataStoreOutputFC.format(java.util.HashMap map, ParameterList parameter, Filter filter)
          formats the data store at the values of the HashMap into one single data structure.
private  FeatureCollection MySQLDataStoreOutputFC.tableToFC(Table table, ParameterList pl, FeatureCollection fc)
          creates a FeatureCollection from a Table. the method is recursivly called to create complex features.
 

Uses of ParameterList in org.deegree_impl.services.wfs.oracle
 

Methods in org.deegree_impl.services.wfs.oracle with parameters of type ParameterList
 java.lang.Object DataStoreOutputXML.format(java.util.HashMap map, ParameterList paramList)
          formats the data store at the values of the HashMap into one single data structure.
 java.lang.Object DataStoreOutputFC.format(java.util.HashMap map, ParameterList parameter)
           
 java.lang.Object DataStoreOutputFC.formatTable(java.util.HashMap map, ParameterList parameter)
          formats the data store at the values of the HashMap into one single data structure.
private  FeatureCollection DataStoreOutputFC.tableToFC(Table table, ParameterList pl, FeatureCollection fc)
          creates a FeatureCollection from a Table. the method is recursivly called to create complex features.
 

Uses of ParameterList in org.deegree_impl.services.wfs.postgis
 

Methods in org.deegree_impl.services.wfs.postgis with parameters of type ParameterList
 java.lang.Object PostgisDataStoreOutputXML.format(java.util.HashMap map, ParameterList paramList)
          formats the data store at the values of the HashMap into one single data structure.
 java.lang.Object PostgisDataStoreOutputFC.format(java.util.HashMap map, ParameterList parameter)
           
 java.lang.Object PostgisDataStoreOutputFC.format(java.util.HashMap map, ParameterList parameter, Filter filter)
          formats the data store at the values of the HashMap into one single data structure.
private  FeatureCollection PostgisDataStoreOutputFC.tableToFC(Table table, ParameterList pl, FeatureCollection fc)
          creates a FeatureCollection from a Table. the method is recursivly called to create complex features.
 

Uses of ParameterList in org.deegree_impl.services.wfs.sde
 

Methods in org.deegree_impl.services.wfs.sde with parameters of type ParameterList
 java.lang.Object SDEDataStoreOutputXML.format(java.util.HashMap map, ParameterList paramList)
          formats the data store at the values of the HashMap into one single data structure.
 java.lang.Object SDEDataStoreOutputGML.format(java.util.HashMap map, ParameterList paramList)
          formats the data store at the values of the HashMap into one single data structure.
 java.lang.Object SDEDataStoreOutputFC.format(java.util.HashMap map, ParameterList paramList)
          formats the data store at the values of the HashMap into one single data structure.
 

Uses of ParameterList in org.deegree_impl.services.wfs.shape
 

Methods in org.deegree_impl.services.wfs.shape with parameters of type ParameterList
 java.lang.Object SHPDataStoreOutputXML.format(java.util.HashMap map, ParameterList paramList)
          formats the data store at the values of the HashMap into one single data structure.
 java.lang.Object SHPDataStoreOutputGML.format(java.util.HashMap map, ParameterList paramList)
          formats the data store at the values of the HashMap into one single data structure.
 java.lang.Object SHPDataStoreOutputFC.format(java.util.HashMap map, ParameterList paramList)
          formats the data store at the values of the HashMap into one single data structure.
 

Uses of ParameterList in org.deegree_impl.tools
 

Classes in org.deegree_impl.tools that implement ParameterList
 class ParameterList_Impl
          The interface defines the access to a list of paramters that can be used as submitted parameters to methods that may receive an variable list of parameters.
 

Uses of ParameterList in org.deegree.clients.context
 

Methods in org.deegree.clients.context that return ParameterList
 ParameterList Module.getParameter()
          returns a list of parameters that will be passed to a class/object etc.
 

Methods in org.deegree.clients.context with parameters of type ParameterList
 void Module.setParameter(ParameterList parameterList)
          sets a list of parameters that will be passed to a class/object etc.
 

Uses of ParameterList in org.deegree.model.coverage
 

Methods in org.deegree.model.coverage that return ParameterList
 ParameterList Level.getProperties()
          returns a list of properties assigned to the Level.
 ParameterList CVDescriptor.getProperties()
          returns a list of properties assigned to the Level.
 

Uses of ParameterList in org.deegree.services.wfs
 

Methods in org.deegree.services.wfs with parameters of type ParameterList
 java.lang.Object DataStoreOutputFormat.format(java.util.HashMap map, ParameterList pl)
          formats the data store at the values of the HashMap into one single data structure.
 

Uses of ParameterList in org.deegree.services.wfs.configuration
 

Methods in org.deegree.services.wfs.configuration that return ParameterList
 ParameterList OutputFormat.getParameter()
          returns a list of parameters that will be submitted to the responsible class