Uses of Interface
org.geotools.process.Process
Packages that use Process
Package
Description
Define a Process API used to wrap up processes for reuse.
Class to help developers implement additional Processes.
-
Uses of Process in org.geotools.process
Subinterfaces of Process in org.geotools.processModifier and TypeInterfaceDescriptioninterface
An interface to be implemented by processes meant to be integrated as feature collection/grid coverage transformations in a rendering chain.Methods in org.geotools.process that return ProcessModifier and TypeMethodDescriptionCreate a process for execution.static Process
Processors.createProcess
(Name name) Look up an implementation of the named process on the classpath.Methods in org.geotools.process with parameters of type ProcessModifier and TypeMethodDescriptionProcessors.createCallable
(Process process, Map<String, Object> input) Used to wrap a Process up as a Callable for use with an existing ExecutorServiceSubmits a process for execution and returns a Progress representing the pending results of the task.Constructors in org.geotools.process with parameters of type ProcessModifierConstructorDescriptionProgressTask
(Process process, Map<String, Object> input) Creates a ProgressTask that will execute the given Process when run. -
Uses of Process in org.geotools.process.factory
Methods in org.geotools.process.factory that return Process -
Uses of Process in org.geotools.process.feature
Classes in org.geotools.process.feature that implement ProcessModifier and TypeClassDescriptionclass
A Process for feature collections.class
Abstract implementation of Process for feature collections. -
Uses of Process in org.geotools.process.function
Constructors in org.geotools.process.function with parameters of type ProcessModifierConstructorDescriptionProcessFunction
(Name processName, List<Expression> inputExpressions, Map<String, Parameter<?>> parameters, Process process, Literal fallbackValue) -
Uses of Process in org.geotools.process.impl
Classes in org.geotools.process.impl that implement ProcessModifier and TypeClassDescriptionclass
Provide an implementation of the process method to implement your own Process.class
Provide an implementation for a simple process (ie so quick and easy it is not going to need to report progress as it goes).Methods in org.geotools.process.impl that return Process