| Package | Description | 
|---|---|
| org.geotools.data | Defines the DataStoreAPI via which all data is imported or exported. | 
| org.geotools.data.wfs.impl | |
| org.geotools.filter | |
| org.geotools.filter.capability | |
| org.opengis.filter | Filters features according their properties. | 
| org.opengis.filter.capability | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | DataAccessFactory.ParamData class used to capture Parameter requirements. | 
| class  | Parameter<T>A Parameter defines information about a valid process parameter. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | WFSDataAccessFactory.WFSFactoryParam<T>A  DataAccessFactory.Paramsubclass that allows us to provide a default value to the lookUp method. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> Parameter<T> | FilterFactoryImpl. parameter(String name,
         Class<T> type,
         InternationalString title,
         InternationalString description,
         boolean required,
         int minOccurs,
         int maxOccurs,
         T defaultValue) | 
| Modifier and Type | Method and Description | 
|---|---|
| FunctionName | FilterFactoryImpl. functionName(Name name,
            List<Parameter<?>> args,
            Parameter<?> ret) | 
| FunctionName | FilterFactoryImpl. functionName(String name,
            List<Parameter<?>> args,
            Parameter<?> ret) | 
| Modifier and Type | Method and Description | 
|---|---|
| FunctionName | FilterFactoryImpl. functionName(Name name,
            List<Parameter<?>> args,
            Parameter<?> ret) | 
| FunctionName | FilterFactoryImpl. functionName(String name,
            List<Parameter<?>> args,
            Parameter<?> ret) | 
| Modifier and Type | Method and Description | 
|---|---|
| Parameter<?> | FunctionNameImpl. getReturn() | 
| static <T> Parameter<T> | FunctionNameImpl. parameter(String name,
         Class<T> type)Named parameter (argument or result). | 
| static <T> Parameter<T> | FunctionNameImpl. parameter(String name,
         Class<T> type,
         int min,
         int max)Named parameter (argument or result). | 
| static <T> Parameter<T> | FunctionNameImpl. parameter(String name,
         Class<T> type,
         String title,
         String description) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Parameter<?>> | FunctionNameImpl. getArguments() | 
| Constructor and Description | 
|---|
| 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 and Description | 
|---|
| FunctionNameImpl(Name name,
                Parameter<?> retern,
                List<Parameter<?>> arguments) | 
| FunctionNameImpl(String name,
                Parameter<?> retern,
                List<Parameter<?>> arguments) | 
| Modifier and Type | Method and Description | 
|---|---|
| <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. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Parameter<?> | FunctionName. getReturn()Return type of the function. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Parameter<?>> | FunctionName. getArguments()Arguments for the function accepts. | 
Copyright © 1996–2019 Geotools. All rights reserved.