Changes between Version 4 and Version 5 of Datasource_Manager
- Timestamp:
- Sep 14, 2009, 3:29:27 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Datasource_Manager
v4 v5 12 12 * !CreateLayers 13 13 * !DeleteLayers 14 * ! addLayerField15 * ! delLayerField14 * !AddLayerField 15 * !DelLayerField 16 16 * !GetFeatures 17 17 * !AddFeature … … 46 46 This process returns a message or only http status ? 47 47 48 == ! addLayerField ==48 == !AddLayerField == 49 49 This process provide the capability to add a layer field 50 50 … … 60 60 The output format could be XML or JSON. 61 61 62 == ! delLayerField ==62 == !DelLayerField == 63 63 This process provide the capability to del a layer field 64 64 … … 70 70 This process returns the layer description.[[BR]] 71 71 The output format could be XML or JSON. 72 73 == !GetFeatures == 74 This process is like the WFS GetFeature request, but with our own parameters ;-) 75 76 === Inputs === 77 || id || string || M || layer id || 78 || filter || string || O || a string or XML filter description || 79 || length || integer || O || features max length || 80 || startIndex || string || O || a feature id to start with || 81 82 === Output === 83 This process returns the feature collection.[[BR]] 84 The output format could be XML, GML, KML or GeoJSON. 85 86 == !AddFeature == 87 This process gives the possibility to create Feature. 88 89 === Inputs === 90 || feature || string || M || a feature or just a geometry in WKT, GML, KML or GeoJSON || 91 92 === Output === 93 This process returns the feature.[[BR]] 94 The output could be XML, GML, KML or GeoJSON.