[140] | 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 server-side using the Mozilla foundation JavaScript engine, SpiderMonkey. |
---|
| 8 | It uses a Proj4js adaptation for server-side reprojection. It also allows to easily |
---|
| 9 | convert vector formats ( GML, KML, GeoJSON, etc). The API let you orchestrate WPS |
---|
| 10 | services simply and offers the ability to add logic and controls in the WPS chaining. |
---|
| 11 | |
---|
| 12 | Download ZOO API |
---|
| 13 | ---------------- |
---|
| 14 | |
---|
| 15 | * zoo-api.js |
---|
| 16 | * zoo-proj4js.js |
---|
| 17 | |
---|
| 18 | ZOO API MIT/X-11 License |
---|
| 19 | ------------------------ |
---|
| 20 | |
---|
| 21 | :: |
---|
| 22 | |
---|
| 23 | Copyright (c) 2010 3LIZ |
---|
| 24 | |
---|
| 25 | Permission is hereby granted, free of charge, to any person obtaining a copy of this |
---|
| 26 | software and associated documentation files (the "Software"), to deal in the Software |
---|
| 27 | without restriction, including without limitation the rights to use, copy, modify, |
---|
| 28 | merge, publish, distribute, sublicense, and/or sell copies of the Software, and to |
---|
| 29 | permit persons to whom the Software is furnished to do so, subject to the following |
---|
| 30 | conditions: |
---|
| 31 | |
---|
| 32 | The above copyright notice and this permission notice shall be included in all copies |
---|
| 33 | or substantial portions of the Software. |
---|
| 34 | |
---|
| 35 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, |
---|
| 36 | INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR |
---|
| 37 | PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
---|
| 38 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
---|
| 39 | TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE |
---|
| 40 | OR OTHER DEALINGS IN THE SOFTWARE. |
---|
| 41 | |
---|