-
Notifications
You must be signed in to change notification settings - Fork 0
/
wps.xml
47 lines (47 loc) · 1.72 KB
/
wps.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0"?>
<wps>
<id>WPSInfoImpl--6b136ac:14d99e67450:-7ffd</id>
<enabled>true</enabled>
<name>WPS</name>
<title>Prototype GeoServer WPS</title>
<versions>
<org.geotools.util.Version>
<version>1.0.0</version>
</org.geotools.util.Version>
</versions>
<citeCompliant>false</citeCompliant>
<schemaBaseURL>http://schemas.opengis.net</schemaBaseURL>
<verbose>false</verbose>
<connectionTimeout>30.0</connectionTimeout>
<resourceExpirationTimeout>86400</resourceExpirationTimeout>
<maxSynchronousProcesses>1</maxSynchronousProcesses>
<maxAsynchronousProcesses>1</maxAsynchronousProcesses>
<processGroups>
<processGroup>
<factoryClass>org.geoserver.wps.DeprecatedProcessFactory</factoryClass>
<enabled>false</enabled>
</processGroup>
<processGroup>
<factoryClass>org.geoserver.wps.jts.SpringBeanProcessFactory</factoryClass>
<enabled>true</enabled>
</processGroup>
<processGroup>
<factoryClass>org.geotools.process.geometry.GeometryProcessFactory</factoryClass>
<enabled>false</enabled>
</processGroup>
<processGroup>
<factoryClass>org.geotools.process.raster.RasterProcessFactory</factoryClass>
<enabled>false</enabled>
</processGroup>
<processGroup>
<factoryClass>org.geotools.process.vector.VectorProcessFactory</factoryClass>
<enabled>false</enabled>
</processGroup>
</processGroups>
<catalogMode>HIDE</catalogMode>
<maxComplexInputSize>0</maxComplexInputSize>
<maxSynchronousExecutionTime>0</maxSynchronousExecutionTime>
<maxSynchronousTotalTime>0</maxSynchronousTotalTime>
<maxAsynchronousExecutionTime>600</maxAsynchronousExecutionTime>
<maxAsynchronousTotalTime>0</maxAsynchronousTotalTime>
</wps>