Last change
on this file since 801 was
491,
checked in by djay, 10 years ago
|
Update ogr base-vector-ops services suite. Fixing issue #100.
|
File size:
939 bytes
|
Line | |
---|
1 | [IsValid] |
---|
2 | Title = IsValid test |
---|
3 | Abstract = This service shall return a TRUE value if and only if the geometry g is valid |
---|
4 | Profile = urn:ogc:wps:1.0.0:union |
---|
5 | processVersion = 2 |
---|
6 | storeSupported = true |
---|
7 | statusSupported = true |
---|
8 | serviceProvider = ogr_service.zo |
---|
9 | serviceType = C |
---|
10 | <DataInputs> |
---|
11 | [InputPolygon] |
---|
12 | Title = the first geometry |
---|
13 | Abstract = the first geometry to compare against. |
---|
14 | minOccurs = 1 |
---|
15 | maxOccurs = 1 |
---|
16 | <ComplexData> |
---|
17 | <Default> |
---|
18 | mimeType = text/xml |
---|
19 | encoding = UTF-8 |
---|
20 | schema = http://fooa/gml/3.1.0/polygon.xsd |
---|
21 | </Default> |
---|
22 | <Supported> |
---|
23 | mimeType = text/xml |
---|
24 | encoding = base64 |
---|
25 | schema = http://fooa/gml/3.1.0/polygon.xsd |
---|
26 | </Supported> |
---|
27 | </ComplexData> |
---|
28 | </DataInputs> |
---|
29 | <DataOutputs> |
---|
30 | [Result] |
---|
31 | Title = Equals result |
---|
32 | Abstract = Should be true if two geometries are equivalent.. |
---|
33 | <LiteralData> |
---|
34 | dataType=boolean |
---|
35 | <Default /> |
---|
36 | </LiteralData> |
---|
37 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.