|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Process | |
---|---|
org.geotools.data.wps | package with WPS specs and utils. |
org.geotools.process | Define a Process API used to wrap up processes for reuse. |
org.geotools.process.feature | |
org.geotools.process.impl | Class to help developers implement additional Processes. |
org.geotools.process.literal | Process examples making use of literal data structures such as Geometry and String. |
org.geotools.process.raster | Process examples making use of raster data structures such as GridCoverage and PlanarImage. |
Uses of Process in org.geotools.data.wps |
---|
Classes in org.geotools.data.wps that implement Process | |
---|---|
class |
WPSProcess
This is a representation of a process built from the WPSFactory class. |
Methods in org.geotools.data.wps that return Process | |
---|---|
Process |
WPSFactory.create()
Create a representation of a process |
Uses of Process in org.geotools.process |
---|
Methods in org.geotools.process that return Process | |
---|---|
Process |
ProcessFactory.create(org.opengis.feature.type.Name name)
Create a process for execution. |
static Process |
Processors.createProcess(org.opengis.feature.type.Name name)
Look up an implementation of the named process on the classpath. |
Methods in org.geotools.process with parameters of type Process | |
---|---|
static java.util.concurrent.Callable<java.util.Map<java.lang.String,java.lang.Object>> |
Processors.createCallable(Process process,
java.util.Map<java.lang.String,java.lang.Object> input)
Used to wrap a Process up as a Callable for use with an existing ExecutorService |
Progress |
ThreadPoolProcessExecutor.submit(Process task,
java.util.Map<java.lang.String,java.lang.Object> input)
|
Progress |
ProcessExecutor.submit(Process task,
java.util.Map<java.lang.String,java.lang.Object> input)
Submits a process for execution and returns a Progress representing the pending results of the task. |
Constructors in org.geotools.process with parameters of type Process | |
---|---|
ProgressTask(Process process,
java.util.Map<java.lang.String,java.lang.Object> input)
Creates a ProgressTask that will execute the given Process when run. |
Uses of Process in org.geotools.process.feature |
---|
Classes in org.geotools.process.feature that implement Process | |
---|---|
class |
AbstractFeatureCollectionProcess
A Process for feature collections. |
class |
BufferFeatureCollectionProcess
Process which buffers an entire feature collection. |
class |
FeatureToFeatureProcess
Abstract implementation of Process for feature collections. |
Uses of Process in org.geotools.process.impl |
---|
Classes in org.geotools.process.impl that implement Process | |
---|---|
class |
AbstractProcess
Provide an implementation of the process method to implement your own Process. |
class |
SimpleProcess
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 | |
---|---|
protected abstract Process |
SingleProcessFactory.create()
|
Process |
SingleProcessFactory.create(org.opengis.feature.type.Name name)
|
Uses of Process in org.geotools.process.literal |
---|
Classes in org.geotools.process.literal that implement Process | |
---|---|
class |
FeatureBufferProcess
XXX Untested Buffer a Feature and return the result |
Methods in org.geotools.process.literal that return Process | |
---|---|
Process |
FeatureBufferFactory.create()
|
Process |
IntersectionFactory.create()
|
Process |
UnionFactory.create()
|
Process |
BufferFactory.create()
|
Process |
DoubleAdditionFactory.create()
|
Process |
FeatureBufferFactory.create(java.util.Map<java.lang.String,java.lang.Object> parameters)
|
Process |
BufferFactory.create(java.util.Map<java.lang.String,java.lang.Object> parameters)
|
Process |
DoubleAdditionFactory.create(java.util.Map<java.lang.String,java.lang.Object> parameters)
|
Uses of Process in org.geotools.process.raster |
---|
Classes in org.geotools.process.raster that implement Process | |
---|---|
class |
RasterToVectorProcess
Vectorizes discrete regions of uniform value in the specified band of a GridCoverage2D object. |
class |
VectorToRasterProcess
A Process to rasterize vector features in an input FeatureCollection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |