Last change
on this file since 8 was
1,
checked in by djay, 15 years ago
|
Initial ZOO SVN Repository Import.
|
File size:
1.7 KB
|
Line | |
---|
1 | [Boundary] |
---|
2 | Title = Compute boundary. |
---|
3 | Abstract = A new geometry object is created and returned containing the boundary of the geometry on which the method is invoked. |
---|
4 | processVersion = 1 |
---|
5 | storeSupported = true |
---|
6 | statusSupported = true |
---|
7 | serviceProvider = ogr_service.zo |
---|
8 | serviceType = C |
---|
9 | <MetaData> |
---|
10 | Test = Demo |
---|
11 | </MetaData> |
---|
12 | <DataInputs> |
---|
13 | [InputPolygon] |
---|
14 | Title = Polygon to be buffered |
---|
15 | Abstract = URI to a set of GML that describes the polygon. |
---|
16 | minOccurs = 1 |
---|
17 | maxOccurs = 1 |
---|
18 | <MetaData lang="en"> |
---|
19 | Test = Mon test |
---|
20 | </MetaData> |
---|
21 | <ComplexData> |
---|
22 | <Default> |
---|
23 | mimeType = text/js |
---|
24 | encoding = UTF-8 |
---|
25 | </Default> |
---|
26 | <Supported> |
---|
27 | mimeType = text/xml |
---|
28 | encoding = base64 |
---|
29 | schema = http://fooa/gml/3.1.0/polygon.xsd |
---|
30 | </Supported> |
---|
31 | </ComplexData> |
---|
32 | [BufferDistance] |
---|
33 | Title = Buffer Distance |
---|
34 | Abstract = Distance to be used to calculate buffer. |
---|
35 | minOccurs = 0 |
---|
36 | maxOccurs = 1 |
---|
37 | <LiteralData> |
---|
38 | DataType = float |
---|
39 | <Default> |
---|
40 | uom = meters |
---|
41 | </Default> |
---|
42 | <Supported> |
---|
43 | uom = feet |
---|
44 | </Supported> |
---|
45 | </LiteralData> |
---|
46 | </DataInputs> |
---|
47 | <DataOutputs> |
---|
48 | [Boundary] |
---|
49 | Title = The geometry created |
---|
50 | Abstract = The geometry containing the boundary of the geometry on which the method is invoked. |
---|
51 | <MetaData lang="en"> |
---|
52 | Test1 = Mon test |
---|
53 | </MetaData> |
---|
54 | <ComplexData> |
---|
55 | <Default> |
---|
56 | mimeType = text/xml |
---|
57 | encoding = UTF-8 |
---|
58 | schema = http://fooa/gml/3.1.0/polygon.xsd |
---|
59 | asReference = true |
---|
60 | </Default> |
---|
61 | <Supported> |
---|
62 | mimeType = text/xml |
---|
63 | encoding = base64 |
---|
64 | schema = http://fooa/gml/3.1.0/polygon.xsd |
---|
65 | </Supported> |
---|
66 | <Supported> |
---|
67 | mimeType = text/js |
---|
68 | encoding = UTF-8 |
---|
69 | </Supported> |
---|
70 | </ComplexData> |
---|
71 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.