|
Last change
on this file since 830 was
491,
checked in by djay, 12 years ago
|
|
Update ogr base-vector-ops services suite. Fixing issue #100.
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | [IsSimple] |
|---|
| 2 | Title = IsSimple test |
|---|
| 3 | Abstract = This service shall return a true value if and only if geometry g has no anomalous geometric points, such as self intersection or self tangency. Simple curves intersect themselves only at their endpoints (only if they are also closed, see next function). |
|---|
| 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 = IsSimple result |
|---|
| 32 | Abstract = The boolean result |
|---|
| 33 | <LiteralData> |
|---|
| 34 | dataType=boolean |
|---|
| 35 | <Default /> |
|---|
| 36 | </LiteralData> |
|---|
| 37 | </DataOutputs> |
|---|
Note: See
TracBrowser
for help on using the repository browser.