Last change
on this file since 499 was
491,
checked in by djay, 10 years ago
|
Update ogr base-vector-ops services suite. Fixing issue #100.
|
File size:
1.9 KB
|
Rev | Line | |
---|
[1] | 1 | [Difference] |
---|
| 2 | Title = Compute difference. . |
---|
[491] | 3 | Abstract = This function SHALL return a bag of geometry values representing the closure of the set difference between the two geometries InputEntity1 and InputEntity2. The difference is the set of all points which lie on InputEntity1 but not on InputEntity2. |
---|
[1] | 4 | Profile = urn:ogc:wps:1.0.0:difference |
---|
| 5 | processVersion = 2 |
---|
| 6 | storeSupported = true |
---|
| 7 | statusSupported = true |
---|
| 8 | serviceProvider = ogr_service.zo |
---|
| 9 | serviceType = C |
---|
| 10 | <MetaData> |
---|
[9] | 11 | title = Demo |
---|
[1] | 12 | </MetaData> |
---|
| 13 | <DataInputs> |
---|
| 14 | [InputEntity1] |
---|
| 15 | Title = the first geometry |
---|
| 16 | Abstract = the first geometry to compare against. |
---|
| 17 | minOccurs = 1 |
---|
| 18 | maxOccurs = 1 |
---|
[80] | 19 | <MetaData> |
---|
[9] | 20 | title = Mon test |
---|
[1] | 21 | </MetaData> |
---|
| 22 | <ComplexData> |
---|
| 23 | <Default> |
---|
| 24 | mimeType = text/xml |
---|
| 25 | encoding = UTF-8 |
---|
| 26 | schema = http://fooa/gml/3.1.0/polygon.xsd |
---|
| 27 | </Default> |
---|
| 28 | <Supported> |
---|
| 29 | mimeType = text/xml |
---|
| 30 | encoding = base64 |
---|
| 31 | schema = http://fooa/gml/3.1.0/polygon.xsd |
---|
| 32 | </Supported> |
---|
| 33 | </ComplexData> |
---|
| 34 | [InputEntity2] |
---|
| 35 | Title = the other geometry |
---|
| 36 | Abstract = the other geometry to compare against. |
---|
| 37 | minOccurs = 1 |
---|
| 38 | maxOccurs = 1 |
---|
[80] | 39 | <MetaData> |
---|
[9] | 40 | title = Mon test |
---|
[1] | 41 | </MetaData> |
---|
| 42 | <ComplexData> |
---|
| 43 | <Default> |
---|
| 44 | mimeType = text/xml |
---|
[19] | 45 | encoding = UTF-8 |
---|
[1] | 46 | schema = http://fooa/gml/3.1.0/polygon.xsd |
---|
| 47 | </Default> |
---|
| 48 | <Supported> |
---|
| 49 | mimeType = text/xml |
---|
| 50 | encoding = base64 |
---|
| 51 | schema = http://fooa/gml/3.1.0/polygon.xsd |
---|
| 52 | </Supported> |
---|
| 53 | </ComplexData> |
---|
| 54 | </DataInputs> |
---|
| 55 | <DataOutputs> |
---|
[9] | 56 | [Result] |
---|
| 57 | Title = The difference between two geometries |
---|
| 58 | Abstract = The difference between the two geometries. |
---|
[80] | 59 | <MetaData> |
---|
[9] | 60 | title = Mon test |
---|
[1] | 61 | </MetaData> |
---|
| 62 | <ComplexData> |
---|
| 63 | <Default> |
---|
| 64 | mimeType = text/xml |
---|
[19] | 65 | encoding = UTF-8 |
---|
[1] | 66 | schema = http://fooa/gml/3.1.0/polygon.xsd |
---|
[9] | 67 | extension = xml |
---|
[106] | 68 | </Default> |
---|
| 69 | <Supported> |
---|
| 70 | mimeType = application/json |
---|
| 71 | encoding = UTF-8 |
---|
| 72 | extension = js |
---|
[1] | 73 | </Supported> |
---|
| 74 | </ComplexData> |
---|
| 75 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.