Last change
on this file since 573 was
491,
checked in by djay, 10 years ago
|
Update ogr base-vector-ops services suite. Fixing issue #100.
|
File size:
1.5 KB
|
Line | |
---|
1 | [Within] |
---|
2 | Title = Within test |
---|
3 | Abstract = This service shall return a true value if and only if the geometry InputEntity1 is spatially within geometry InputEntity2; that is if every point on InputEntity1 is also on InputEntity2. |
---|
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 | [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 = Within result |
---|
49 | Abstract = A value true or false if the geometry1 contains the geometry2. |
---|
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.