[Geotools-devel] how to programmatically create circles?

2012-09-11 Thread Matthias Lendholt
Hi, In my uDig/Geotools based application I have to programmatically create circle geometries based on centre + radius. I assume it will only affect geotools + JTS functionalities. I found this: http://docs.codehaus.org/display/GEOTDOC/01+How+to+Create+a+Geometry#id-01HowtoCreateaGeometry-Creat

Re: [Geotools-devel] gt-process planning

2011-07-04 Thread Matthias Lendholt
Am 04.07.2011 16:29, schrieb Andrea Aime: > On Mon, Jul 4, 2011 at 4:20 PM, Matthias Lendholt > <mailto:matthias.lendh...@gfz-potsdam.de>> wrote: > > Interesting. Did you try dropping those processes in a GeoServer? > They might work out of the box in WPS i

Re: [Geotools-devel] gt-process planning

2011-07-04 Thread Matthias Lendholt
Am 04.07.2011 14:00, schrieb Andrea Aime: > On Mon, Jul 4, 2011 at 1:06 PM, Matthias Lendholt > <mailto:matthias.lendh...@gfz-potsdam.de>> wrote: > > Am 03.07.2011 09:57, schrieb Jody Garnett: > > Well with the map layer work sorted out (thanks mbedward and a

Re: [Geotools-devel] gt-process planning

2011-07-04 Thread Matthias Lendholt
Am 03.07.2011 09:57, schrieb Jody Garnett: > Well with the map layer work sorted out (thanks mbedward and aaime) I > can return to what I wanted to work on after docs ... > > With that in mind I am going to break out gt-process with an eye towards > moving it to supported status. From my perspect

Re: [Geotools-devel] volunteer for wps module

2011-02-24 Thread Matthias Lendholt
Am 23.02.2011 18:27, schrieb Andrea Aime: > On Wed, Feb 23, 2011 at 2:01 AM, Matthias Lendholt > btw: after I have committed these patches on trunk, for which "fix > version" do I close them in jira? Is the trunk v2.7.0? > > > Trunk is going to become 2.8.0, t

Re: [Geotools-devel] volunteer for wps module

2011-02-23 Thread Matthias Lendholt
Am 22.02.2011 23:29, schrieb Jody Garnett: > Done; welcome to the project. > > Wow that took weeks; hopefully you still remember where the patches are > that started this journey. Luckily they are all documented in JIRA :-) btw: after I have committed these patches on trunk, for which "fix versio

Re: [Geotools-devel] volunteer for wps module

2011-02-22 Thread Matthias Lendholt
Hi PMC, I've signed the contribution agreement (GeotoolsAssignmentToOSGeo.pdf) and it's on the way via snail mail to OSGeo. my osgeo id = lendholt Cheers, Matthias Am 18.02.2011 22:51, schrieb Justin Deoliveira: > +1 from me. Although hasn't Andrea been poking around in that module? > Might b

[Geotools-devel] patches for GEOT-2978 and GEOT-2717

2011-02-15 Thread Matthias Lendholt
Hi all, there are patches waiting to be applied :-) I know that the wps plugin is unmaintained but maybe someone who is able to commit could just take the patches and bring them on trunk. For GEOT-2978 it's just a simple null-check and for GEOT-2717 two patches are waiting based on former ones

Re: [Geotools-devel] [udig-devel] org.eclipse.emf.ecore version problem (?) in uDig / with net.opengis.wps-2.7-RC1.jar

2011-02-14 Thread Matthias Lendholt
Feb 10, 2011 at 9:09 AM, Andrea Aime > mailto:andrea.a...@geo-solutions.it>> wrote: > > On Thu, Feb 10, 2011 at 4:57 PM, Matthias Lendholt > <mailto:matthias.lendh...@gfz-potsdam.de>> wrote: > > Hopefully. First I have to setup maven/eclipse/svn for a

[Geotools-devel] [jira] Created: (GEOT-3431) compatibility problem with emf

2011-02-14 Thread Matthias Lendholt (JIRA)
: Matthias Lendholt Assignee: Justin Deoliveira Mail thread from geotools-devel: Am 10.02.2011 18:51, schrieb Justin Deoliveira: > Actually now that trunk is free the EMF upgrade is my first geotools > priority when i get a bit of free time. Mostly because i want to > eva

Re: [Geotools-devel] [udig-devel] org.eclipse.emf.ecore version problem (?) in uDig / with net.opengis.wps-2.7-RC1.jar

2011-02-10 Thread Matthias Lendholt
Hopefully. First I have to setup maven/eclipse/svn for a fresh geotools workspace to access trunk. Or have you switched to git? Cheers, Matthias Am 10.02.2011 10:38, schrieb Jody Garnett: > Yeah good thought; Matthias would you be able to check the result? > Jody > > On 10/02/2011, at 5:32 PM, A

[Geotools-devel] org.eclipse.emf.ecore version problem (?) in uDig / with net.opengis.wps-2.7-RC1.jar

2011-02-09 Thread Matthias Lendholt
Dear udig-devel, geotools-devel, (Sorry for crossposting but this affects both uDig and Geotools) Recently we upgraded our project from eclipse 3.5, udig-sdk_1.2RC1 (geotools 2.6.2) to eclipse 3.6, udig_sdk_1.2.1 (with geotools 2.7-RC1). For the integretion / wrapping of WPS processes the appl

[Geotools-devel] [Fwd: [jira] Updated: (GEOT-2978) NPE in org.geotools.data.wps.WPSProcess if WPS Process has no input parameters]

2010-05-19 Thread Matthias Lendholt
org/browse/GEOT-2978 > Project: GeoTools > Issue Type: Bug > Components: new modules >Affects Versions: 2.6.2 > Reporter: Matthias Lendholt >Assignee: Jody Garnett >Priority: Minor > Fix For: 2

[Geotools-devel] org.geotools.xml.impl.ParserHandler xsd registry?

2010-03-15 Thread Matthias Lendholt
The wps plugin is using org.geotools.xml.impl.ParserHandler for parsing the WPS output. Where do I have to store xsd files to avoid flooding my logfile with: Mar 15, 2010 10:42:28 AM org.geotools.xml.impl.ParserHandler startElement INFO: Could not find declaration for: {http://www.dews_online.o

[Geotools-devel] [jira] Created: (GEOT-2978) NPE in org.geotools.data.wps.WPSProcess if WPS Process has no input parameters

2010-03-11 Thread Matthias Lendholt (JIRA)
Issue Type: Bug Components: new modules Affects Versions: 2.6.2 Reporter: Matthias Lendholt Assignee: Jody Garnett Priority: Minor Fix For: 2.6.3 It's a rather rare use case but a WPS Process with no input parameters generates (do

[Geotools-devel] [jira] Reopened: (GEOT-2717) NPE during WPSFactory instantiation if ows:Abstract element is missing/null in DescriptionType

2010-03-11 Thread Matthias Lendholt (JIRA)
[ http://jira.codehaus.org/browse/GEOT-2717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Lendholt reopened GEOT-2717: - Was not fixed so far. New patch will be attached. > NPE during WPSFactory instantiation

[Geotools-devel] [jira] Created: (GEOT-2977) org.geotools.process.impl.SingleProcessFactory#checkName(Name name) returns always true unless name is null

2010-03-11 Thread Matthias Lendholt (JIRA)
/browse/GEOT-2977 Project: GeoTools Issue Type: Bug Affects Versions: 2.6.2 Reporter: Matthias Lendholt Priority: Trivial Fix For: 2.6.3 Bug in equals check in row 73 currently: if(!processName.equals(processName)) but it must be

[Geotools-devel] [jira] Created: (GEOT-2769) WPS execute process ends in org.eclipse.emf.common.util.BasicEList$BasicIndexOutOfBoundsException if return value containes base64 encoded zip file

2009-10-08 Thread Matthias Lendholt (JIRA)
--- Key: GEOT-2769 URL: http://jira.codehaus.org/browse/GEOT-2769 Project: GeoTools Issue Type: Bug Environment: GeoTools Trunk Reporter: Matthias Lendholt WPS execute request ends in

Re: [Geotools-devel] how to set wps:ResponseForm for wps execute request?

2009-10-07 Thread Matthias Lendholt
w up in java for you to work with. > > I agree it may be useful to have more control here - as such we may > need an api change. > > Jody > > On Wed, Oct 7, 2009 at 11:07 PM, Matthias Lendholt > wrote: >> Hi, >> on http://docs.codehaus.org/display/GEOTDOC/WPS+

[Geotools-devel] how to set wps:ResponseForm for wps execute request?

2009-10-07 Thread Matthias Lendholt
Hi, on http://docs.codehaus.org/display/GEOTDOC/WPS+Plugin is described how to generate a WPSFactory and start the execute process with the input parameters. Not described is the possibility to set the wps:ResponseForm in the execute process like for example this one: ... ... input paramet

[Geotools-devel] [jira] Reopened: (GEOT-2717) NPE during WPSFactory instantiation if ows:Abstract element is missing/null in DescriptionType

2009-10-01 Thread Matthias Lendholt (JIRA)
[ http://jira.codehaus.org/browse/GEOT-2717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Lendholt reopened GEOT-2717: - Testing patch for GEOT-2734 I discovered that not only pdt.getAbstract()==null but also

Re: [Geotools-devel] Parsing error on creating WPS factory

2009-09-30 Thread Matthias Lendholt
o review > the change as i know people are doing WPS work these days. > > Jody or Andrea perhaps? > > -Justin > > Matthias Lendholt wrote: >> Hi Justin, >> >> sorry for bothering again but I found another parsing exception >> (http://jira.codehaus.org

Re: [Geotools-devel] How to create complex parameters

2009-09-28 Thread Matthias Lendholt
Jody Garnett schrieb: > >> No - that's not true :-) > > I see then I am confused ... let me check - adding a test method to > ParserTest with the following "naked" configuration. Sorry! My fault. It was a misunderstanding on my side. I mixed up the Encoder in the background creating the WPS re

[Geotools-devel] [jira] Created: (GEOT-2734) Another parsing error on WPS DescribeProcessRequest

2009-09-25 Thread Matthias Lendholt (JIRA)
Reporter: Matthias Lendholt Attachments: describeProcessResponse_aais.xml After GEOT-2727 has been fixed I found another parsing exception with a different WPS. Below the stack trace. I'll attach the DescribeProcess-Response as xml file. WPS was triggered with http://dews-ser

Re: [Geotools-devel] Next WPS question: howto create complex parameters (xml String vs object tree)

2009-09-25 Thread Matthias Lendholt
Jody Garnett schrieb: >>> The default bindings handle things like xs:int and know enough to turn >>> that into an Integer. The default binding for an a complex type (at least >>> for an earlier version of the parser!) would produce a java.util.Map with >>> the keys as the element name and the value

Re: [Geotools-devel] Next WPS question: howto create complex parameters (xml String vs object tree)

2009-09-25 Thread Matthias Lendholt
> >> >> >> >> > tokenSeparator="," /> >> >> >> >> >> 2007-12-12T01:20:00+02,23.032,99.113 -2.7365@@ >> >> >> >> >> >> >> >> 2007-12-12T01:41:00+02 >&g

Re: [Geotools-devel] Next WPS question: howto create complex parameters (xml String vs object tree)

2009-09-25 Thread Matthias Lendholt
Hi Jody, Jody Garnett schrieb: >> I don't understand what you mean with using an java.util.Map to store >> the complex information. > > The default bindings handle things like xs:int and know enough to turn > that into an Integer. The default binding for an a complex type (at > least for an ea

Re: [Geotools-devel] Next WPS question: howto create complex parameters (xml String vs object tree)

2009-09-24 Thread Matthias Lendholt
Hi Jody Jody Garnett schrieb: Hi Matthias: I have just been paying attention to the Parameter definitions in order to make swing dialogs for the demo section. There is no requirement for an object tree (we just take it when we can get it); I would of expected a java.util.Map to hold the comp

[Geotools-devel] Next WPS question: howto create complex parameters (xml String vs object tree)

2009-09-24 Thread Matthias Lendholt
Hi Justin, all, upon your bug fix for the parsing problem I'm stucked with the next problem: The WPS process requires three input parameters. Two of them are literals and I can easily create them with Map parameters = new HashMap(); parameters.put("scenarioScope", "regional"); parameters.put("res

[Geotools-devel] [jira] Created: (GEOT-2727) Parsing error on creating WPS factory at DecribeProcessRequest

2009-09-23 Thread Matthias Lendholt (JIRA)
Components: new modules Affects Versions: 2.6-M2 Reporter: Matthias Lendholt my first mail to geotools-developer public static WPSFactory getWpsFactory(URL wpsUrl, String processName)throws ServiceException, IOException { WebProcessingService wps = new WebProcessingService(wpsUrl

[Geotools-devel] [jira] Created: (GEOT-2717) NPE during WPSFactory instantiation if ows:Abstract element is missing/null in DescriptionType

2009-09-18 Thread Matthias Lendholt (JIRA)
Project: GeoTools Issue Type: Bug Components: new modules Affects Versions: 2.6-M2 Reporter: Matthias Lendholt Priority: Minor I got NullPointerExceptions creating a new WPSFactory. The first one happens in org.geotools.data.wps.WPSFactory

[Geotools-devel] NPE during WPSFactory instantiation if ows:Abstract element is missing/null in DescriptionType

2009-09-16 Thread Matthias Lendholt
, Text.text(odt.getTitle().getValue()), Text.text(odt.getAbstract().getValue()) ); Cheers, Matthias -- Matthias Lendholt [matthias.lendh...@gfz-potsdam.de] tel: +49 331 288 1687; fax: +49 331 288 1703 Deutsches GeoForschungsZentrum (GFZ

Re: [Geotools-devel] Parsing error on creating WPS factory

2009-09-11 Thread Matthias Lendholt
for the specific parse error; we would welcome a contributor such > as yourself to look into the problem and supply a patch. Since the > module is unmaintained could actual adopt the module yourself. > > Jody > > On Thu, Sep 10, 2009 at 11:00 PM, Matthias Lendholt >

[Geotools-devel] Parsing error on creating WPS factory

2009-09-10 Thread Matthias Lendholt
Dear list, I've created a convenience method to create WPSFactory in my project: public static WPSFactory getWpsFactory(URL wpsUrl, String processName)throws ServiceException, IOException { WebProcessingService wps = new WebProcessingService(wpsUrl); DescribeProcessRequest descRequest = wps