Uses of Class
org.geotools.api.data.Parameter
Packages that use Parameter
Package
Description
Defines the DataStore API via which all data is imported or exported.
Define a Process API used to wrap up processes for reuse.
Class to help developers implement additional Processes.
Vector processing support for the GeoTools library.
Dialog and wizard classes to get user input for data stores
Classes to construct wizards for user input
-
Uses of Parameter in org.geotools.api.data
Subclasses of Parameter in org.geotools.api.dataModifier and TypeClassDescriptionstatic class
Data class used to capture Parameter requirements. -
Uses of Parameter in org.geotools.coverage.io
Methods in org.geotools.coverage.io that return types with arguments of type ParameterModifier and TypeMethodDescriptionCoverageAccess.getAccessParameterInfo
(CoverageAccess.AccessType accessType) Describes the required (and optional) parameters that can be used to open aCoverageSource
.CoverageRequest.getAdditionalParameters()
Driver.getParameterInfo
(Driver.DriverCapabilities operation) CoverageSource.getReadParameterInfo()
Describes the required (and optional) parameters that can be passed to theCoverageSource.read(CoverageReadRequest, ProgressListener)
method.CoverageStore.getUpdateParameterInfo()
Describes the required (and optional) parameters that can be passed to the#update(CoverageReadRequest, ProgressListener)
method.Method parameters in org.geotools.coverage.io with type arguments of type ParameterModifier and TypeMethodDescriptionvoid
CoverageRequest.setAdditionalParameters
(Map<String, Parameter<?>> additionalParameters) -
Uses of Parameter in org.geotools.coverage.io.impl
Fields in org.geotools.coverage.io.impl declared as ParameterModifier and TypeFieldDescriptionDefaultFileDriver.URL
Parameter "url" used to indicate to a local file or remote resource being accessed as a coverage.Fields in org.geotools.coverage.io.impl with type parameters of type ParameterMethods in org.geotools.coverage.io.impl that return types with arguments of type ParameterModifier and TypeMethodDescriptionDefaultDriver.defineConnectParameterInfo()
DefaultFileDriver.defineConnectParameterInfo()
DefaultDriver.defineCreateParameterInfo()
DefaultFileDriver.defineCreateParameterInfo()
DefaultDriver.defineDeleteParameterInfo()
DefaultFileDriver.defineDeleteParameterInfo()
DefaultCoverageAccess.getAccessParameterInfo
(CoverageAccess.AccessType accessType) DefaultDriver.getConnectParameterInfo()
DefaultDriver.getCreateParameterInfo()
DefaultDriver.getDeleteParameterInfo()
DefaultDriver.getParameterInfo
(Driver.DriverCapabilities operation) DefaultCoverageSource.getReadParameterInfo()
Constructor parameters in org.geotools.coverage.io.impl with type arguments of type ParameterModifierConstructorDescriptionDefaultCoverageAccess
(Driver driver, EnumSet<CoverageAccess.AccessType> allowedAccessTypes, Map<String, Parameter<?>> accessParams, Map<String, Serializable> connectionParameters) DefaultFileCoverageAccess
(Driver driver, EnumSet<CoverageAccess.AccessType> allowedAccessTypes, Map<String, Parameter<?>> accessParams, URL source, Map<String, Serializable> connectionParameters) -
Uses of Parameter in org.geotools.data.wfs.impl
Subclasses of Parameter in org.geotools.data.wfs.implModifier 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.function
Fields in org.geotools.filter.function declared as Parameter -
Uses of Parameter in org.geotools.process
Methods in org.geotools.process that return types with arguments of type ParameterModifier and TypeMethodDescriptionProcessFactory.getParameterInfo
(Name name) Description of the Map parameter to use when executing.Processors.getParameterInfo
(Name name) Look up an implementation of the named process on the classpath and describe the input parameter required.ProcessFactory.getResultInfo
(Name name, Map<String, Object> parameters) Description of the results returnedProcessors.getResultInfo
(Name name, Map<String, Object> parameters) Look up an implementation of the named process on the classpath and describe the expected results. -
Uses of Parameter in org.geotools.process.factory
Methods in org.geotools.process.factory that return types with arguments of type Parameter -
Uses of Parameter in org.geotools.process.feature
Fields in org.geotools.process.feature declared as ParameterModifier and TypeFieldDescriptionstatic final Parameter<FeatureCollection>
AbstractFeatureCollectionProcessFactory.FEATURES
Features for operationstatic final Parameter<FeatureCollection>
FeatureToFeatureProcessFactory.RESULT
Result of the operation is a FeatureCollection.Methods in org.geotools.process.feature that return types with arguments of type ParameterModifier and TypeMethodDescriptionAbstractFeatureCollectionProcessFactory.getParameterInfo()
Adds theAbstractFeatureCollectionProcessFactory.FEATURES
parameter and then delegates toAbstractFeatureCollectionProcessFactory.addParameters(Map)
.FeatureToFeatureProcessFactory.getResultInfo
(Map<String, Object> parameters) Method parameters in org.geotools.process.feature with type arguments of type ParameterModifier and TypeMethodDescriptionprotected 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 ParameterModifierConstructorDescriptionProcessFunction
(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 ParameterModifier and TypeMethodDescriptionSingleProcessFactory.getParameterInfo()
SingleProcessFactory.getParameterInfo
(Name name) SingleProcessFactory.getResultInfo
(Map<String, Object> parameters) SingleProcessFactory.getResultInfo
(Name name, Map<String, Object> parameters) -
Uses of Parameter in org.geotools.process.vector
Methods in org.geotools.process.vector that return types with arguments of type Parameter -
Uses of Parameter in org.geotools.swing.data
Constructor parameters in org.geotools.swing.data with type arguments of type ParameterModifierConstructorDescriptionJParameterListPage
(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 ParameterMethods in org.geotools.swing.wizard with parameters of type ParameterModifier and TypeMethodDescriptionstatic ParamField
Factory method creating the appropriate ParamField for the supplied Param.Constructors in org.geotools.swing.wizard with parameters of type ParameterModifierConstructorDescriptionJDoubleField
(Parameter<?> parameter) JFileField
(Parameter<?> parameter) JGeometryField
(Parameter<?> parameter) -
Uses of Parameter in org.geotools.ysld
Methods in org.geotools.ysld that return types with arguments of type ParameterMethod parameters in org.geotools.ysld with type arguments of type ParameterModifier and TypeMethodDescriptionstatic boolean
ProcessUtil.hasWMSParams
(Map<String, Parameter<?>> processInfo)