Re: [Geotools-gt2-users] extract data from a wms layer

2009-09-21 Thread jv
WMS has three type of queries (capabilities, maps, features). The first one gives you the list of avalaible maps. The second one, a *raster* image. And the third one can be used to obtain additional information. As you can see, the underalying protocol defines this way of interaction. jv On Mon,

Re: [Geotools-gt2-users] ArcSDE and Commandline

2009-09-21 Thread Gabriel Roldan
Hi, so I created the issue for you: I think I can give it a kick over the week. Cheers, Gabriel Gabriel Roldan wrote: > Hi Jared, > > it certainly looks like a bug in not finishing the ExecutorService when > a connection is destroyed... Calling DataS

Re: [Geotools-gt2-users] Should I use a Polygon or a Mark?

2009-09-21 Thread jv
Hi! This is the code I've been working for some time in order to create an UTM map with a series of areas marked with a circle, a cross or a square. Without the fantastic help provided by Jody and Michael I would be unable to achieve it, so many thanks dudes! Next phase will include adding actual

Re: [Geotools-gt2-users] Error with CQL, result point is out of the street

2009-09-21 Thread Mauricio Pazos
On Thursday 17 September 2009 04:34:34 pm Ezequiel Coronel wrote: > Hi, > I have a problem when I realize the querys with CQL. The result point > is a little bit out of the street. > > I put the code that do it the job, the rest of the method are not so > important. I' am doing something like t

Re: [Geotools-gt2-users] Problem getting started with GeoTools 2.6 M2

2009-09-21 Thread Andy Turner
Just to let you know, the quickstart (http://www.geotools.org/quickstart.html) instructions only work for me if I keep the dependency for junit as per in the original example pom.xml. That is, there may be an issue in changing: junit junit 3.8.1 test To:

Re: [Geotools-gt2-users] How generate a circle polygon

2009-09-21 Thread jv
Hi, I think this is just a technical problem. I've been fighting it for a week until I realized it's just a lack of jars in the jdk install. For some reason there're versions of the development kit that doesn't come with the jai jar. It's weird because it's an standard extension already available f