Changeset 9 for trunk/zoo-services/ogr/base-vect-ops/cgi-env/Boundary.zcfg
- Timestamp:
- Sep 14, 2010, 2:04:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-services/ogr/base-vect-ops/cgi-env/Boundary.zcfg
r1 r9 8 8 serviceType = C 9 9 <MetaData> 10 Test= Demo10 title = Demo 11 11 </MetaData> 12 12 <DataInputs> 13 13 [InputPolygon] 14 Title = Polygon to be buffered14 Title = Polygon to compute boundary 15 15 Abstract = URI to a set of GML that describes the polygon. 16 16 minOccurs = 1 17 17 maxOccurs = 1 18 18 <MetaData lang="en"> 19 Test= Mon test19 title = Mon test 20 20 </MetaData> 21 21 <ComplexData> 22 22 <Default> 23 mimeType = text/ js23 mimeType = text/xml 24 24 encoding = UTF-8 25 schema = http://fooa/gml/3.1.0/polygon.xsd 25 26 </Default> 26 27 <Supported> … … 30 31 </Supported> 31 32 </ComplexData> 32 [BufferDistance]33 Title = Buffer Distance34 Abstract = Distance to be used to calculate buffer.35 minOccurs = 036 maxOccurs = 137 <LiteralData>38 DataType = float39 <Default>40 uom = meters41 </Default>42 <Supported>43 uom = feet44 </Supported>45 </LiteralData>46 33 </DataInputs> 47 34 <DataOutputs> 48 [ Boundary]35 [Result] 49 36 Title = The geometry created 50 37 Abstract = The geometry containing the boundary of the geometry on which the method is invoked. 51 38 <MetaData lang="en"> 52 Test1= Mon test39 title = Mon test 53 40 </MetaData> 54 41 <ComplexData> 55 42 <Default> 56 mimeType = text/xml43 mimeType = application/json 57 44 encoding = UTF-8 58 schema = http://fooa/gml/3.1.0/polygon.xsd45 extension = js 59 46 asReference = true 60 47 </Default> 61 48 <Supported> 62 49 mimeType = text/xml 50 encoding = UTF-8 51 schema = http://fooa/gml/3.1.0/polygon.xsd 52 extension = xml 53 </Supported> 54 <Supported> 55 mimeType = text/xml 63 56 encoding = base64 64 57 schema = http://fooa/gml/3.1.0/polygon.xsd 65 </Supported> 66 <Supported> 67 mimeType = text/js 68 encoding = UTF-8 58 extension = xml 69 59 </Supported> 70 60 </ComplexData>
Note: See TracChangeset
for help on using the changeset viewer.