| Package | Description | 
|---|---|
| org.geotools.coverage.io | |
| org.geotools.coverage.io.impl | |
| org.geotools.data | Defines the DataStoreAPI via which all data is imported or exported. | 
| org.geotools.data.wfs.impl | |
| 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 stores | 
| org.geotools.swing.wizard | Classes to construct wizards for user input | 
| org.geotools.ysld | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Parameter<?>> | CoverageAccess. getAccessParameterInfo(CoverageAccess.AccessType accessType)Describes the required (and optional) parameters that can be used to open a  CoverageSource. | 
| 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 the  CoverageSource.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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CoverageRequest. setAdditionalParameters(Map<String,Parameter<?>> additionalParameters) | 
| Modifier and Type | Field and Description | 
|---|---|
| static Parameter<URL> | DefaultFileDriver. URLParameter "url" used to indicate to a local file or remote resource being accessed as a
 coverage. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Map<String,Parameter<?>> | DefaultCoverageAccess. accessParameters | 
| Constructor and 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) | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | DataAccessFactory.ParamData class used to capture Parameter requirements. | 
| 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 | 
|---|---|
| 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 returned | 
| static 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Parameter<?>> | AnnotationDrivenProcessFactory. getParameterInfo(Name name) | 
| Map<String,Parameter<?>> | AnnotationDrivenProcessFactory. getResultInfo(Name name,
             Map<String,Object> parameters) | 
| Modifier and Type | Field and Description | 
|---|---|
| static Parameter<FeatureCollection> | AbstractFeatureCollectionProcessFactory. FEATURESFeatures for operation | 
| static Parameter<FeatureCollection> | FeatureToFeatureProcessFactory. RESULTResult of the operation is a FeatureCollection. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Parameter<?>> | AbstractFeatureCollectionProcessFactory. getParameterInfo()Adds the  AbstractFeatureCollectionProcessFactory.FEATURESparameter and then delegates toAbstractFeatureCollectionProcessFactory.addParameters(Map). | 
| Map<String,Parameter<?>> | FeatureToFeatureProcessFactory. getResultInfo(Map<String,Object> parameters) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract void | AbstractFeatureCollectionProcessFactory. addParameters(Map<String,Parameter<?>> parameters)Method for subclasses to add parameter descriptors for the process. | 
| Constructor and Description | 
|---|
| ProcessFunction(Name processName,
               List<Expression> inputExpressions,
               Map<String,Parameter<?>> parameters,
               Process process,
               Literal fallbackValue) | 
| Modifier and Type | Method and 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Parameter<?>> | SnapProcess. getResultInfo(Map<String,Object> inputs) | 
| Constructor and 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. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Parameter<?> | ParamField. parameter | 
| Modifier and Type | Method and Description | 
|---|---|
| static ParamField | ParamField. create(Parameter<?> parameter)Factory method creating the appropriate ParamField for the supplied Param. | 
| Constructor and Description | 
|---|
| JDoubleField(Parameter<?> parameter) | 
| JField(Parameter<?> parameter) | 
| JFileField(Parameter<?> parameter) | 
| JGeometryField(Parameter<?> parameter) | 
| JURLField(Parameter<?> parameter) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Map<String,Parameter<?>> | ProcessUtil. loadProcessInfo(Name name) | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | ProcessUtil. hasWMSParams(Map<String,Parameter<?>> processInfo) | 
Copyright © 1996–2019 Geotools. All rights reserved.