Uses of Class
org.geotools.api.data.Parameter
-
Packages that use Parameter Package Description org.geotools.api.data Defines the DataStore API via which all data is imported or exported.org.geotools.coverage.io org.geotools.coverage.io.impl org.geotools.data.wfs.impl org.geotools.filter.function 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.process.vector Vector processing support for the GeoTools library.org.geotools.swing.data Dialog and wizard classes to get user input for data storesorg.geotools.swing.wizard Classes to construct wizards for user inputorg.geotools.ysld -
-
Uses of Parameter in org.geotools.api.data
Subclasses of Parameter in org.geotools.api.data Modifier and Type Class Description static class
DataAccessFactory.Param
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 Parameter Modifier and Type Method Description Map<String,Parameter<?>>
CoverageAccess. getAccessParameterInfo(CoverageAccess.AccessType accessType)
Describes the required (and optional) parameters that can be used to open aCoverageSource
.Map<String,Parameter<?>>
CoverageRequest. getAdditionalParameters()
Map<String,Parameter<?>>
Driver. getParameterInfo(Driver.DriverCapabilities operation)
Map<String,Parameter<?>>
CoverageSource. getReadParameterInfo()
Describes the required (and optional) parameters that can be passed to theCoverageSource.read(CoverageReadRequest, ProgressListener)
method.Map<String,Parameter<?>>
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 Parameter Modifier and Type Method Description void
CoverageRequest. setAdditionalParameters(Map<String,Parameter<?>> additionalParameters)
-
Uses of Parameter in org.geotools.coverage.io.impl
Fields in org.geotools.coverage.io.impl declared as Parameter Modifier and Type Field Description static Parameter<URL>
DefaultFileDriver. 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 Parameter Modifier and Type Field Description protected Map<String,Parameter<?>>
DefaultCoverageAccess. accessParameters
Constructor parameters in org.geotools.coverage.io.impl with type arguments of type Parameter Constructor Description DefaultCoverageAccess(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.impl Modifier and Type Class Description static class
WFSDataAccessFactory.WFSFactoryParam<T>
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 Modifier and Type Field Description static Parameter<Double>
NorthFix. ANGLE
-
Uses of Parameter in org.geotools.process
Methods in org.geotools.process that return types with arguments of type Parameter Modifier and Type Method Description Map<String,Parameter<?>>
ProcessFactory. getParameterInfo(Name name)
Description of the Map parameter to use when executing.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. getResultInfo(Name name, Map<String,Object> parameters)
Description of the results returnedstatic 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. -
Uses of Parameter in org.geotools.process.factory
Methods in org.geotools.process.factory that return types with arguments of type Parameter Modifier and Type Method Description 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 Modifier and Type Field Description static Parameter<FeatureCollection>
AbstractFeatureCollectionProcessFactory. FEATURES
Features for operationstatic 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 Modifier and Type Method Description Map<String,Parameter<?>>
AbstractFeatureCollectionProcessFactory. getParameterInfo()
Adds theAbstractFeatureCollectionProcessFactory.FEATURES
parameter and then delegates toAbstractFeatureCollectionProcessFactory.addParameters(Map)
.Map<String,Parameter<?>>
FeatureToFeatureProcessFactory. getResultInfo(Map<String,Object> parameters)
Method parameters in org.geotools.process.feature with type arguments of type Parameter Modifier and Type Method Description 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 Constructor Description ProcessFunction(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 Modifier and Type Method Description 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.process.vector
Methods in org.geotools.process.vector that return types with arguments of type Parameter Modifier and Type Method Description Map<String,Parameter<?>>
SnapProcess. getResultInfo(Map<String,Object> inputs)
-
Uses of Parameter in org.geotools.swing.data
Constructor parameters in org.geotools.swing.data with type arguments of type Parameter Constructor Description 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 Modifier and Type Field Description protected Parameter<?>
ParamField. parameter
Methods in org.geotools.swing.wizard with parameters of type Parameter Modifier and Type Method Description 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 Constructor Description JDoubleField(Parameter<?> parameter)
JField(Parameter<?> parameter)
JFileField(Parameter<?> parameter)
JGeometryField(Parameter<?> parameter)
JURLField(Parameter<?> parameter)
-
Uses of Parameter in org.geotools.ysld
Methods in org.geotools.ysld that return types with arguments of type Parameter Modifier and Type Method Description static Map<String,Parameter<?>>
ProcessUtil. loadProcessInfo(Name name)
Method parameters in org.geotools.ysld with type arguments of type Parameter Modifier and Type Method Description static boolean
ProcessUtil. hasWMSParams(Map<String,Parameter<?>> processInfo)
-