Hi Martin,
you just need to write a ProcessParameterIO that can encode objects of type
List into some format of your choice.

The main issue I see is that list is pretty generic, the actual content of
the list is what of needs encoding,
so I'd suggest to create first a ListOfFoo extends List<Foo> type, and then
build a ProcessParameterIO that
can specifically encode ListOfFoo into something (XML, JSON, whatever).

Cheers
Andrea


On Mon, Nov 21, 2016 at 10:49 AM, MARTIN, FANNY <[email protected]>
wrote:

> Dear all,
>
> I would like to have lists as a result of a WPS process. In the
> GeoserverProcess interface implementation, I have described it as the
> following:
>
> @DescribeResults({
>         @DescribeResult(name = *"**output1**"*, description = *"**output
> list 1**"*, type=List.*class*, meta = { *"mimeTypes=text/xml" *}),
>         @DescribeResult(name = *"**output2**"*, description = *"**output
> list 2**"*, type=List.*class*, meta = { *"mimeTypes=text/xml" *})
> })
> *public *Map<String, Object> execute …..
>
> However, I get an error with the output list type : Blacklisting process
> …… as the output …… of type interface java.util.List cannot be handled.
>
> I notice that I get a similar error for a predefined process into
> Geoserver : Blacklisting process ras:RasterZonalStatistics2 as the output
> zonal statistics of type interface java.util.List cannot be handled
>
> After looking on the internet, I don’t find any information about this
> error, then any help welcome.
> I am using Geoserver 2.8.1 Tomcat installation. Is the list output type
> handled by this version ? If so, what is the correct way to define a
> process handling list as outputs ?
> Otherwise, what is the best way to handle lists as output: definition of
> PPIO for java.util.List type ? Custom results type ?
>
> Thanks in advance,
> Fanny
>
>
> Ce message et toutes les pièces jointes (ci-après le "message") sont
> établis à l’intention exclusive des destinataires désignés. Il contient des
> informations confidentielles et pouvant être protégé par le secret
> professionnel. Si vous recevez ce message par erreur, merci d'en avertir
> immédiatement l'expéditeur et de détruire le message. Toute utilisation de
> ce message non conforme à sa destination, toute diffusion ou toute
> publication, totale ou partielle, est interdite, sauf autorisation expresse
> de l’émetteur. L'internet ne garantissant pas l'intégrité de ce message
> lors de son acheminement, Atos (et ses filiales) décline(nt) toute
> responsabilité au titre de son contenu. Bien que ce message ait fait
> l’objet d’un traitement anti-virus lors de son envoi, l’émetteur ne peut
> garantir l’absence totale de logiciels malveillants dans son contenu et ne
> pourrait être tenu pour responsable des dommages engendrés par la
> transmission de l’un d’eux.
>
> This message and any attachments (the "message") are intended solely for
> the addressee(s). It contains confidential information, that may be
> privileged. If you receive this message in error, please notify the sender
> immediately and delete the message. Any use of the message in violation of
> its purpose, any dissemination or disclosure, either wholly or partially is
> strictly prohibited, unless it has been explicitly authorized by the
> sender. As its integrity cannot be secured on the internet, Atos and its
> subsidiaries decline any liability for the content of this message.
> Although the sender endeavors to maintain a computer virus-free network,
> the sender does not warrant that this transmission is virus-free and will
> not be liable for any damages resulting from any virus transmitted.
>
> ------------------------------------------------------------
> ------------------
>
> _______________________________________________
> Geoserver-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>


-- 
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.



The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility  for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

-------------------------------------------------------
------------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to