-
Notifications
You must be signed in to change notification settings - Fork 0
/
wps.xml
47 lines (47 loc) · 1.71 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
<wps>
<id>WPSInfoImpl--38ae7926:16b074fab63:-7fff</id>
<enabled>false</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>300</resourceExpirationTimeout>
<maxSynchronousProcesses>16</maxSynchronousProcesses>
<maxAsynchronousProcesses>16</maxAsynchronousProcesses>
<processGroups>
<processGroup>
<factoryClass>org.geoserver.wps.DeprecatedProcessFactory</factoryClass>
<enabled>true</enabled>
</processGroup>
<processGroup>
<factoryClass>org.geoserver.wps.jts.SpringBeanProcessFactory</factoryClass>
<enabled>true</enabled>
</processGroup>
<processGroup>
<factoryClass>org.geotools.process.geometry.GeometryProcessFactory</factoryClass>
<enabled>true</enabled>
</processGroup>
<processGroup>
<factoryClass>org.geotools.process.geometry.PolygonLabelProcess</factoryClass>
<enabled>true</enabled>
</processGroup>
<processGroup>
<factoryClass>org.geotools.process.raster.RasterProcessFactory</factoryClass>
<enabled>true</enabled>
</processGroup>
<processGroup>
<factoryClass>org.geotools.process.vector.VectorProcessFactory</factoryClass>
<enabled>true</enabled>
</processGroup>
</processGroups>
<maxComplexInputSize>0</maxComplexInputSize>
<maxSynchronousExecutionTime>0</maxSynchronousExecutionTime>
<maxAsynchronousExecutionTime>0</maxAsynchronousExecutionTime>
</wps>