Uses of Interface
org.opengis.parameter.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.filter   
org.geotools.filter.capability   
org.opengis.filter Filters features according their properties. 
org.opengis.filter.capability   
 

Uses of Parameter in org.geotools.data
 

Classes in org.geotools.data that implement Parameter
static class DataAccessFactory.Param
          Data class used to capture Parameter requirements.
 class Parameter<T>
          A Parameter defines information about a valid process parameter.
 

Uses of Parameter in org.geotools.data.wfs
 

Classes in org.geotools.data.wfs that implement Parameter
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.filter
 

Methods in org.geotools.filter that return Parameter
<T> Parameter<T>
FilterFactoryImpl.parameter(String name, Class<T> type, InternationalString title, InternationalString description, boolean required, int minOccurs, int maxOccurs, T defaultValue)
           
 

Methods in org.geotools.filter with parameters of type Parameter
 FunctionName FilterFactoryImpl.functionName(Name name, List<Parameter<?>> args, Parameter<?> ret)
           
 FunctionName FilterFactoryImpl.functionName(String name, List<Parameter<?>> args, Parameter<?> ret)
           
 

Method parameters in org.geotools.filter with type arguments of type Parameter
 FunctionName FilterFactoryImpl.functionName(Name name, List<Parameter<?>> args, Parameter<?> ret)
           
 FunctionName FilterFactoryImpl.functionName(String name, List<Parameter<?>> args, Parameter<?> ret)
           
 

Uses of Parameter in org.geotools.filter.capability
 

Methods in org.geotools.filter.capability that return Parameter
 Parameter<?> FunctionNameImpl.getReturn()
           
static Parameter<?> FunctionNameImpl.parameter(String name, Class type)
           
static Parameter<?> FunctionNameImpl.parameter(String name, Class type, int min, int max)
           
 

Methods in org.geotools.filter.capability that return types with arguments of type Parameter
 List<Parameter<?>> FunctionNameImpl.getArguments()
           
 

Constructors in org.geotools.filter.capability with parameters of type Parameter
FunctionNameImpl(Name name, Class returnType, Parameter<?>... arguments)
           
FunctionNameImpl(Name name, Parameter<?> retern, List<Parameter<?>> arguments)
           
FunctionNameImpl(Name name, Parameter<?> retern, Parameter<?>... arguments)
           
FunctionNameImpl(Name name, Parameter<?> retern, Parameter<?>... arguments)
           
FunctionNameImpl(String name, Class returnType, Parameter<?>... arguments)
           
FunctionNameImpl(String name, Parameter<?> retern, List<Parameter<?>> arguments)
           
FunctionNameImpl(String name, Parameter<?> retern, Parameter<?>... arguments)
           
FunctionNameImpl(String name, Parameter<?> retern, Parameter<?>... arguments)
           
 

Constructor parameters in org.geotools.filter.capability with type arguments of type Parameter
FunctionNameImpl(Name name, Parameter<?> retern, List<Parameter<?>> arguments)
           
FunctionNameImpl(String name, Parameter<?> retern, List<Parameter<?>> arguments)
           
 

Uses of Parameter in org.opengis.filter
 

Methods in org.opengis.filter that return Parameter
<T> Parameter<T>
FilterFactory2.parameter(String name, Class<T> type, InternationalString title, InternationalString description, boolean required, int minOccurs, int maxOccurs, T defaultValue)
          Creates a parameter of a function.
 

Methods in org.opengis.filter with parameters of type Parameter
 FunctionName FilterFactory2.functionName(Name name, List<Parameter<?>> args, Parameter<?> ret)
          FunctionName used to describe an available function.
 FunctionName FilterFactory2.functionName(String name, List<Parameter<?>> args, Parameter<?> ret)
          FunctionName used to describe an available function.
 

Method parameters in org.opengis.filter with type arguments of type Parameter
 FunctionName FilterFactory2.functionName(Name name, List<Parameter<?>> args, Parameter<?> ret)
          FunctionName used to describe an available function.
 FunctionName FilterFactory2.functionName(String name, List<Parameter<?>> args, Parameter<?> ret)
          FunctionName used to describe an available function.
 

Uses of Parameter in org.opengis.filter.capability
 

Methods in org.opengis.filter.capability that return Parameter
 Parameter<?> FunctionName.getReturn()
          Return type of the function.
 

Methods in org.opengis.filter.capability that return types with arguments of type Parameter
 List<Parameter<?>> FunctionName.getArguments()
          Arguments for the function accepts.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.