Venka,<br><br>Thanks a lot for the information. Unfortunately, I'm not based in Beijing. I'm in California, U.S.<br><br>Thanks<br><br><div class="gmail_quote">On Wed, Nov 10, 2010 at 5:37 PM, Venkatesh Raghavan <span dir="ltr"><<a href="mailto:raghavan@media.osaka-cu.ac.jp">raghavan@media.osaka-cu.ac.jp</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi All,<br>
<br>
Some very brief examples have been posted at<br>
<a href="http://zoo-project.org/trac/wiki/ZooWebSite/ZOOAPI/Examples" target="_blank">http://zoo-project.org/trac/wiki/ZooWebSite/ZOOAPI/Examples</a><br>
<br>
Also, the Drift-X implementation by Nick and others effectively<br>
implements service chaining using the ZOO-API. The Drift-X paper<br>
presented at FOSS4G2010 is available at<br>
<a href="http://2010.foss4g.org/papers/3631.pdf" target="_blank">http://2010.foss4g.org/papers/3631.pdf</a><br>
<br>
Perhaps a more detailed description will be available if/when the<br>
Drift-X paper is published in journal.<br>
<br>
Tang, BTW, there is a likelyhood of organizing a ZOO Workshop in<br>
Beijing sometimes between 19-23 Nov 2010. So, if you are based<br>
in Beijing, maybe we have a chance to meet.<br>
<br>
Best<br>
<br>
Venka<br>
<br>
<br>
rldhont wrote:<br>
> Le 10/11/2010 09:49, Markus Neteler a écrit :<br>
>> On Wed, Nov 10, 2010 at 1:15 AM, Yingqi Tang<<a href="mailto:anakintang@gmail.com">anakintang@gmail.com</a>>  wrote:<br>
>>> Hi all,<br>
>>> I am just wondering if there is any documentation or examples regarding how<br>
>>> to use Zoo API? The FOSS4G pdf tutorial actually has a lot of good<br>
>>> information and helps me successfully set up a running instance of Zoo<br>
>>> kernel, there is very few information about using Zoo API to chain WPS<br>
>>> together.<br>
>> I wanted to suggest<br>
>> <a href="http://zoo-project.org/trac/wiki/ZooWebSite/ZOOAPI/Examples" target="_blank">http://zoo-project.org/trac/wiki/ZooWebSite/ZOOAPI/Examples</a><br>
>><br>
>> but unfortunately it is yet TBD. So I hope that some capable list members<br>
>> can offer some material.<br>
>><br>
>> Best<br>
>> Markus<br>
>><br>
><br>
> Hi,<br>
><br>
> You can look at the ZOO-api.js file.<br>
><br>
> If you use the svn trunk you don't have to copy the content of<br>
> ZOO-api.js and ZOO-proj4js.js in your JavaScript Service file else copy<br>
> the content in the head of your file.<br>
><br>
> In the API you have classes :<br>
> ZOO.Bounds<br>
> ZOO.Projection<br>
> ZOO.Format<br>
> ZOO.Format.WKT<br>
> ZOO.Format.JSON<br>
> ZOO.Format.GeoJSON<br>
> ZOO.Format.KML<br>
> ZOO.Format.GML<br>
> ZOO.Feature<br>
> ZOO.Geometry<br>
> ZOO.Geometry.Point<br>
> ZOO.Geometry.Surface<br>
> ZOO.Geometry.MultiPoint<br>
> ZOO.Geometry.Curve<br>
> ZOO.Geometry.LineString<br>
> ZOO.Geometry.LinearRing<br>
> ZOO.Geometry.MultiLineString<br>
> ZOO.Geometry.MultiPolygon<br>
> ZOO.Process<br>
><br>
> ZOO.Process is a way to query a WPS' process. you can use it like that :<br>
> //ZOO.Process is initialize with an url and a process identifier<br>
> var p = new ZOO.Process('<a href="http://localhost/cgi/zoo" target="_blank">http://localhost/cgi/zoo</a>','hello');<br>
> // inputs in Execute is an object where attributes name are inputs name<br>
> // if input is literal corresponding attribute is the value<br>
> // if input is complex or reference attribute is an object with type and<br>
> value attribute<br>
> // the other attribute represent complement information about the data<br>
> var r = p.Execute({test:'hello'});<br>
> // the result is the XML response of WPS Execute<br>
><br>
> Cheers<br>
><br>
> René-Luc D'Hont<br>
> JavaScript ZOO API editor<br>
><br>
> _______________________________________________<br>
> Zoo-discuss mailing list<br>
> <a href="mailto:Zoo-discuss@gisws.media.osaka-cu.ac.jp">Zoo-discuss@gisws.media.osaka-cu.ac.jp</a><br>
> <a href="http://gisws.media.osaka-cu.ac.jp/mailman/listinfo/zoo-discuss" target="_blank">http://gisws.media.osaka-cu.ac.jp/mailman/listinfo/zoo-discuss</a><br>
><br>
><br>
<br>
_______________________________________________<br>
Zoo-discuss mailing list<br>
<a href="mailto:Zoo-discuss@gisws.media.osaka-cu.ac.jp">Zoo-discuss@gisws.media.osaka-cu.ac.jp</a><br>
<a href="http://gisws.media.osaka-cu.ac.jp/mailman/listinfo/zoo-discuss" target="_blank">http://gisws.media.osaka-cu.ac.jp/mailman/listinfo/zoo-discuss</a><br>
</blockquote></div><br>