Uses of Class
org.geotools.data.Parameter

Packages that use Parameter
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.wfs   
org.geotools.process Define a Process API used to wrap up processes for reuse. 
org.geotools.process.factory   
org.geotools.process.feature   
org.geotools.process.function   
org.geotools.process.impl Class to help developers implement additional Processes. 
org.geotools.swing.data Dialog and wizard classes to get user input for data stores 
org.geotools.swing.wizard Classes to construct wizards for user input 
org.geotools.swt.control SWT controls, wizards and dialogs used to do common tasks. 
 

Uses of Parameter in org.geotools.data
 

Subclasses of Parameter in org.geotools.data
static class DataAccessFactory.Param
          Data class used to capture Parameter requirements.
 

Uses of Parameter in org.geotools.data.wfs
 

Subclasses of Parameter in org.geotools.data.wfs
static class WFSDataStoreFactory.WFSFactoryParam<T>
          A WFSDataStoreFactory.WFSFactoryParam subclass that allows to provide a default value to the lookUp method.
 

Uses of Parameter in org.geotools.process
 

Methods in org.geotools.process that return types with arguments of type Parameter
static Map<String,Parameter<?>> Processors.getParameterInfo(Name name)
          Look up an implementation of the named process on the classpath and describe the input parameter required.
 Map<String,Parameter<?>> ProcessFactory.getParameterInfo(Name name)
          Description of the Map parameter to use when executing.
static Map<String,Parameter<?>> Processors.getResultInfo(Name name, Map<String,Object> parameters)
          Look up an implementation of the named process on the classpath and describe the expected results.
 Map<String,Parameter<?>> ProcessFactory.getResultInfo(Name name, Map<String,Object> parameters)
          Description of the results returned
 

Uses of Parameter in org.geotools.process.factory
 

Methods in org.geotools.process.factory that return types with arguments of type Parameter
 Map<String,Parameter<?>> AnnotationDrivenProcessFactory.getParameterInfo(Name name)
           
 Map<String,Parameter<?>> AnnotationDrivenProcessFactory.getResultInfo(Name name, Map<String,Object> parameters)
           
 

Uses of Parameter in org.geotools.process.feature
 

Fields in org.geotools.process.feature declared as Parameter
static Parameter<FeatureCollection> AbstractFeatureCollectionProcessFactory.FEATURES
          Features for operation
static Parameter<FeatureCollection> FeatureToFeatureProcessFactory.RESULT
          Result of the operation is a FeatureCollection.
 

Methods in org.geotools.process.feature that return types with arguments of type Parameter
 Map<String,Parameter<?>> AbstractFeatureCollectionProcessFactory.getParameterInfo()
          Adds the AbstractFeatureCollectionProcessFactory.FEATURES parameter and then delegates to AbstractFeatureCollectionProcessFactory.addParameters(Map).
 Map<String,Parameter<?>> FeatureToFeatureProcessFactory.getResultInfo(Map<String,Object> parameters)
           
 

Method parameters in org.geotools.process.feature with type arguments of type Parameter
protected abstract  void AbstractFeatureCollectionProcessFactory.addParameters(Map<String,Parameter<?>> parameters)
          Method for subclasses to add parameter descriptors for the process.
 

Uses of Parameter in org.geotools.process.function
 

Constructor parameters in org.geotools.process.function with type arguments of type Parameter
ProcessFunction(String name, Name processName, List<Expression> inputExpressions, Map<String,Parameter<?>> parameters, Process process, Literal fallbackValue)
           
 

Uses of Parameter in org.geotools.process.impl
 

Methods in org.geotools.process.impl that return types with arguments of type Parameter
protected abstract  Map<String,Parameter<?>> SingleProcessFactory.getParameterInfo()
           
 Map<String,Parameter<?>> SingleProcessFactory.getParameterInfo(Name name)
           
protected abstract  Map<String,Parameter<?>> SingleProcessFactory.getResultInfo(Map<String,Object> parameters)
           
 Map<String,Parameter<?>> SingleProcessFactory.getResultInfo(Name name, Map<String,Object> parameters)
           
 

Uses of Parameter in org.geotools.swing.data
 

Constructor parameters in org.geotools.swing.data with type arguments of type Parameter
JParameterListPage(String title, String description, List<Parameter<?>> contents, Map<String,Object> params)
           
JParameterListWizard(String title, String description, List<Parameter<?>> contents)
          Constructor.
JParameterListWizard(String title, String description, List<Parameter<?>> contents, Map<String,Object> connectionParams)
          Constructor.
 

Uses of Parameter in org.geotools.swing.wizard
 

Fields in org.geotools.swing.wizard declared as Parameter
protected  Parameter<?> ParamField.parameter
           
 

Methods in org.geotools.swing.wizard with parameters of type Parameter
static ParamField ParamField.create(Parameter<?> parameter)
          Factory method creating the appropriate ParamField for the supplied Param.
 

Constructors in org.geotools.swing.wizard with parameters of type Parameter
JDoubleField(Parameter<?> parameter)
           
JField(Parameter<?> parameter)
           
JFileField(Parameter<?> parameter)
           
JGeometryField(Parameter<?> parameter)
           
JURLField(Parameter<?> parameter)
           
 

Uses of Parameter in org.geotools.swt.control
 

Fields in org.geotools.swt.control declared as Parameter
protected  Parameter<?> ParamField.parameter
           
 

Methods in org.geotools.swt.control with parameters of type Parameter
static ParamField ParamField.create(Composite parent, Parameter<?> parameter)
          Factory method creating the appropriate ParamField for the supplied Param.
 

Constructors in org.geotools.swt.control with parameters of type Parameter
JDoubleField(Composite parent, Parameter<?> parameter)
           
JField(Composite parent, Parameter<?> parameter)
           
JFileField(Composite parent, Parameter<?> parameter)
           
JGeometryField(Composite parent, Parameter<?> parameter)
           
JURLField(Composite parent, Parameter<?> parameter)
           
 

Constructor parameters in org.geotools.swt.control with type arguments of type Parameter
JParameterListPage(String title, String description, List<Parameter<?>> contents, Map<String,Object> params)
           
JParameterListWizard(String title, String description, List<Parameter<?>> contents)
          Constructor.
JParameterListWizard(String title, String description, List<Parameter<?>> contents, Map<String,Object> connectionParams)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.