1 | .. _api-description: |
---|
2 | |
---|
3 | Description |
---|
4 | =========== |
---|
5 | |
---|
6 | ZOO API is a Javascript library designed to make the WPS Process creation and chaining |
---|
7 | easier. It works on the server-side using the Mozilla foundation `JavaScript <https://developer.mozilla.org/en/JavaScript>`__ |
---|
8 | engine, `SpiderMonkey <https://developer.mozilla.org/en/SpiderMonkey>`__. |
---|
9 | It uses a `Proj4js <http://proj4js.org/>`__ adaptation for server-side reprojection. It also allows to easily |
---|
10 | convert vector formats (such as `GML <http://www.opengeospatial.org/standards/gml>`__, `KML <http://www.opengeospatial.org/standards/kml>`__, |
---|
11 | `GeoJSON <http://geojson.org/geojson-spec.html>`__, etc). The API lets you orchestrate WPS |
---|
12 | services simply and offers the ability to add logic and controls in the WPS chaining. |
---|
13 | |
---|
14 | Download ZOO API |
---|
15 | ---------------- |
---|
16 | |
---|
17 | * `zoo-api.js <http://zoo-project.org/trac/export/1/trunk/zoo-api/js/ZOO-api.js>`__ |
---|
18 | * `zoo-proj4js.js <http://zoo-project.org/trac/export/1/trunk/zoo-api/js/ZOO-proj4js.js>`__ |
---|
19 | |
---|
20 | ZOO API MIT/X-11 License |
---|
21 | ------------------------ |
---|
22 | |
---|
23 | :: |
---|
24 | |
---|
25 | Copyright (c) 2011 3LIZ |
---|
26 | |
---|
27 | Permission is hereby granted, free of charge, to any person obtaining a copy of this |
---|
28 | software and associated documentation files (the "Software"), to deal in the Software |
---|
29 | without restriction, including without limitation the rights to use, copy, modify, |
---|
30 | merge, publish, distribute, sublicense, and/or sell copies of the Software, and to |
---|
31 | permit persons to whom the Software is furnished to do so, subject to the following |
---|
32 | conditions: |
---|
33 | |
---|
34 | The above copyright notice and this permission notice shall be included in all copies |
---|
35 | or substantial portions of the Software. |
---|
36 | |
---|
37 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, |
---|
38 | INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR |
---|
39 | PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
---|
40 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
---|
41 | TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE |
---|
42 | OR OTHER DEALINGS IN THE SOFTWARE. |
---|
43 | |
---|