Last change
on this file since 808 was
491,
checked in by djay, 10 years ago
|
Update ogr base-vector-ops services suite. Fixing issue #100.
|
File size:
1.4 KB
|
Line | |
---|
1 | [Crosses] |
---|
2 | Title = Crosses test |
---|
3 | Abstract = This service shall return a true value if and only if the geometries g1 and g2 share some but neither is containe in the other, and the dimension of the intersection is less than that of both of the geometries. |
---|
4 | processVersion = 2 |
---|
5 | profile = urn:ogc:wps:1.0.0:union |
---|
6 | storeSupported = true |
---|
7 | statusSupported = true |
---|
8 | serviceProvider = ogr_service.zo |
---|
9 | serviceType = C |
---|
10 | <DataInputs> |
---|
11 | [InputEntity1] |
---|
12 | Title = the first geometry |
---|
13 | Abstract = the first geometry. |
---|
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 | [InputEntity2] |
---|
29 | Title = the other geometry |
---|
30 | Abstract = the other geometry. |
---|
31 | minOccurs = 1 |
---|
32 | maxOccurs = 1 |
---|
33 | <ComplexData> |
---|
34 | <Default> |
---|
35 | mimeType = text/xml |
---|
36 | schema = http://fooa/gml/3.1.0/polygon.xsd |
---|
37 | encoding = UTF-8 |
---|
38 | </Default> |
---|
39 | <Supported> |
---|
40 | mimeType = text/xml |
---|
41 | encoding = base64 |
---|
42 | schema = http://fooa/gml/3.1.0/polygon.xsd |
---|
43 | </Supported> |
---|
44 | </ComplexData> |
---|
45 | </DataInputs> |
---|
46 | <DataOutputs> |
---|
47 | [Result] |
---|
48 | Title = Disjoint result |
---|
49 | Abstract = true if disjoint. |
---|
50 | <MetaData> |
---|
51 | title = Mon test |
---|
52 | </MetaData> |
---|
53 | <LiteralData> |
---|
54 | dataType=boolean |
---|
55 | <Default /> |
---|
56 | </LiteralData> |
---|
57 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.