Is is possible to chain processes to build up RenderingTransformations by nesting RT process calls in the Transformation element?
If not, is there any way of doing this that is simpler than writing a new RT process invoking the chained processes directly?
–
Martin Davis
OpenGeo - http://opengeo.org
Expert service straight from the developers.
On Tue, Apr 3, 2012 at 7:40 PM, Martin Davis <mdavis@anonymised.com> wrote:
Is is possible to chain processes to build up RenderingTransformations by nesting RT process calls in the Transformation element?
If not, is there any way of doing this that is simpler than writing a new RT process invoking the chained processes directly?
Rendering transformations are actually filter functions (that can wrap a wps process, but that’s not a requirement).
There is no architectural limitation preventing one filter function from calling another, so what you are
looking for is theoretically possible… but I have never tried it out, so can’t confirm whether it works or not
Cheers
Andrea
–
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 962313
mob: +39 339 8844549
http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf
What I was hoping to hear… If and when I get a chance to try it out I’ll report back.
On Tue, Apr 3, 2012 at 10:55 PM, Andrea Aime <andrea.aime@anonymised.com> wrote:
On Tue, Apr 3, 2012 at 7:40 PM, Martin Davis <mdavis@anonymised.com> wrote:
Is is possible to chain processes to build up RenderingTransformations by nesting RT process calls in the Transformation element?
If not, is there any way of doing this that is simpler than writing a new RT process invoking the chained processes directly?
Rendering transformations are actually filter functions (that can wrap a wps process, but that’s not a requirement).
There is no architectural limitation preventing one filter function from calling another, so what you are
looking for is theoretically possible… but I have never tried it out, so can’t confirm whether it works or not
–
Martin Davis
OpenGeo - http://opengeo.org
Expert service straight from the developers.