9 | | ZOO Kernel works with Apache and can communicate with cartographic engines and Web mapping clients. It simply adds the WPS support to your spatial data infrastructure and your Web mapping application ! |
10 | | |
11 | | == Supported Languages == |
12 | | |
13 | | ZOO Kernel supports the following programming languages, and let you use them to create new ZOO Services from new or existing code : |
14 | | |
15 | | || '''Language''' || '''!ServiceProvider''' || '''!DataStructure''' || '''Return''' || |
16 | | || C / C++ || Shared Library || maps* M || integer || |
17 | | || Fortran || Shared Library || CHARACTER*(1024) M(10,30) || integer || |
18 | | || Java || Class File || [http://download.oracle.com/javase/6/docs/api/java/util/HashMap.html HashMap] || integer || |
19 | | || Python || Module File || [http://docs.python.org/tutorial/datastructures.html#dictionaries dictionary] || integer || |
20 | | || PHP || Script File || [http://php.net/manual/language.types.array.php Array] || integer || |
21 | | || Perl || Script File || || integer || |
22 | | || !JavaScript || Script file || [http://www.json.org/ Object] or Array || !Array/Object || |
23 | | |
24 | | == ZOO Kernel is a WPS Espresso Machine == |
25 | | |
26 | | [[Image(http://svn.zoo-project.org/img/zoo_kernel_scheme.png)]] |
27 | | |