Uses of Interface
org.geotools.api.parameter.Parameter
Packages that use Parameter
Package
Description
Defines the DataStore API via which all data is imported or exported.
Filters features according their properties.
-
Uses of Parameter in org.geotools.api.data
Classes in org.geotools.api.data that implement ParameterModifier and TypeClassDescriptionstatic class
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.api.filter
Methods in org.geotools.api.filter that return ParameterModifier and TypeMethodDescription<T> Parameter<T>
FilterFactory.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.geotools.api.filter with parameters of type ParameterModifier and TypeMethodDescriptionFilterFactory.functionName
(String name, List<Parameter<?>> args, Parameter<?> ret) FunctionName used to describe an available function.FilterFactory.functionName
(Name name, List<Parameter<?>> args, Parameter<?> ret) FunctionName used to describe an available function.Method parameters in org.geotools.api.filter with type arguments of type ParameterModifier and TypeMethodDescriptionFilterFactory.functionName
(String name, List<Parameter<?>> args, Parameter<?> ret) FunctionName used to describe an available function.FilterFactory.functionName
(Name name, List<Parameter<?>> args, Parameter<?> ret) FunctionName used to describe an available function. -
Uses of Parameter in org.geotools.api.filter.capability
Methods in org.geotools.api.filter.capability that return ParameterModifier and TypeMethodDescriptionParameter<?>
FunctionName.getReturn()
Return type of the function.Methods in org.geotools.api.filter.capability that return types with arguments of type ParameterModifier and TypeMethodDescriptionFunctionName.getArguments()
Arguments for the function accepts. -
Uses of Parameter in org.geotools.data.wfs.impl
Classes in org.geotools.data.wfs.impl that implement ParameterModifier and TypeClassDescriptionstatic class
ADataAccessFactory.Param
subclass that allows us to provide a default value to the lookUp method. -
Uses of Parameter in org.geotools.filter
Methods in org.geotools.filter that return ParameterModifier and TypeMethodDescription<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 ParameterModifier and TypeMethodDescriptionFilterFactoryImpl.functionName
(String name, List<Parameter<?>> args, Parameter<?> ret) FilterFactoryImpl.functionName
(Name name, List<Parameter<?>> args, Parameter<?> ret) Method parameters in org.geotools.filter with type arguments of type ParameterModifier and TypeMethodDescriptionFilterFactoryImpl.functionName
(String name, List<Parameter<?>> args, Parameter<?> ret) FilterFactoryImpl.functionName
(Name name, List<Parameter<?>> args, Parameter<?> ret) -
Uses of Parameter in org.geotools.filter.capability
Methods in org.geotools.filter.capability that return ParameterModifier and TypeMethodDescriptionParameter<?>
FunctionNameImpl.getReturn()
static <T> Parameter<T>
Named parameter (argument or result).static <T> Parameter<T>
Named parameter (argument or result).static <T> Parameter<T>
Methods in org.geotools.filter.capability that return types with arguments of type ParameterConstructors in org.geotools.filter.capability with parameters of type ParameterModifierConstructorDescriptionFunctionNameImpl
(String name, Class<?> returnType, Parameter<?>... arguments) FunctionNameImpl
(String name, Parameter<?> retern, List<Parameter<?>> arguments) FunctionNameImpl
(String name, Parameter<?> retern, Parameter<?>... arguments) FunctionNameImpl
(Name name, Class<?> returnType, Parameter<?>... arguments) FunctionNameImpl
(Name name, Parameter<?> retern, List<Parameter<?>> arguments) FunctionNameImpl
(Name name, Parameter<?> retern, Parameter<?>... arguments) Constructor parameters in org.geotools.filter.capability with type arguments of type ParameterModifierConstructorDescriptionFunctionNameImpl
(String name, Parameter<?> retern, List<Parameter<?>> arguments) FunctionNameImpl
(Name name, Parameter<?> retern, List<Parameter<?>> arguments) -
Uses of Parameter in org.geotools.filter.function
Fields in org.geotools.filter.function declared as ParameterModifier and TypeFieldDescriptionNorthFix.POINT
NorthFix.RESULT
static final Parameter<CoordinateReferenceSystem>
NorthFix.SOURCE_CRS
static final Parameter<CoordinateReferenceSystem>
NorthFix.TARGET_CRS