Re: [Geotools-gt2-users] Java3d renderer

2010-09-13 Thread jv
yap, looks promising! :-) On Mon, Sep 13, 2010 at 7:02 PM, Andrea Aime wrote: > Oliver Gottwald ha scritto: > > > > I'm in the process (last couple weeks) of coding a Java3d renderer for > > geotool layers. I have the base work complete but I still think I'm a > > couple weeks out. When ready

Re: [Geotools-gt2-users] Problem reprojecting data from "WGS 84 / UTM zone 32N" to "WGS 84 / UTM zone 17N"

2010-09-03 Thread jv
I'm newie with geotools and my knowledge about cartography is not really deep but actually you can reproject points from one utm zone to any other one. Just expect a really big distortion that usually makes it of little use. So I guess the problem may be related to the code and not with a mathema

Re: [Geotools-gt2-users] Tomcat 6 lock under concurrent requests

2010-08-19 Thread jv
t you next September in Barcelona. jv On Thu, Aug 19, 2010 at 10:09 AM, jv wrote: > I'll try it today! :) thanks!! > > El 19/08/2010 8:23, "Andrea Aime" escribió: > > jv ha scritto: > > > > > > Hi people, > > > > I'm trying to develo

Re: [Geotools-gt2-users] Tomcat 6 lock under concurrent requests

2010-08-19 Thread jv
I'll try it today! :) thanks!! El 19/08/2010 8:23, "Andrea Aime" escribió: jv ha scritto: > > Hi people, > > I'm trying to develop a little wms server for my new project in order to publish... Make it lock up again and then use jstack to find how the deadlock

[Geotools-gt2-users] Tomcat 6 lock under concurrent requests

2010-08-18 Thread jv
he only shared resource is the DataStore. Any tip will be very well received :-) jv public class WMSGetMap extends HttpServlet { private FileDataStoreFinder store; public void init() { String file = "shape.shp"; this.store = FileDataStoreFinder.getDataStore(file); } protect

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

2009-09-23 Thread jv
intensively. cheers! On Wed, Sep 23, 2009 at 11:39 AM, Michael Bedward wrote: > Hi jv, > > Well, if you are going to be displaying or printing the maps at fine > scale then it makes sense to use polygons - but in that case I guess > you would really like to use polygons that correspond to t

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

2009-09-23 Thread jv
hahaha of course Michael: Our coordinates are not plots but regions of 10km2 so maybe I'm wrong but I think it's more accurate to use a polygon. Umh... Am I actually wrong? ^_^ On Wed, Sep 23, 2009 at 7:17 AM, Michael Bedward wrote: > Hi jv, > > Judging by your code you'

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] 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] How generate a circle polygon

2009-09-21 Thread jv
e (does not work right now but just google for "jai binary downloads java.net"). Hope it helps. jv On Sun, Sep 13, 2009 at 2:15 PM, Rafael Soto wrote: > OK. > > Thank's for all! > > On Sun, Sep 13, 2009 at 2:30 AM, Michael Bedward < > michael.bedw...@gmai

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

2009-09-10 Thread jv
You're the best. I'm currently fighting against a rebellion in the servers that claim there's not javax.media.jai.warpaffine class but once I solve it I'll dive into the links and code you've write. Thanks thanks thanks! jv On Thu, Sep 10, 2009 at 11:54 AM, Jody Garnett

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

2009-09-09 Thread jv
l of this once I feel more comfortable with the library. And of course both Jody and you have as many beers paid as you want if you come to Barcelona ;-) jv On Wed, Sep 9, 2009 at 12:27 PM, Michael Bedward wrote: > Hi jv, > > I just had a look at your code - only very quickly so correct m

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

2009-09-09 Thread jv
You both really rock :-) I don't know if I will be able to find my way around the api but knowing you're so active in the mailing list really makes me think this project has a cool future. I know part of my problem is that I don't have enough background information (for example, I mix the concept

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

2009-09-08 Thread jv
er changes. Again, thanks. jv On Tue, Sep 8, 2009 at 1:40 AM, Jody Garnett wrote: > Have a look at the style layer descriptor specification; if you want to > make up your own shapes you need an external mark; which can be a URL to an > icon file. > Jody > > On 07/09/2009, at 9:35 PM

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

2009-09-07 Thread jv
polygons but I'm just unable to figure out how to add them to the FeatureCollection and how to set their coordinates. I would be really grateful if anybody can write some hints. Thanks! jv ps: btw I need to do it fully programatically, no by using a declarative

[Geotools-gt2-users] Any experience running gt on an Android device?

2009-08-31 Thread jv
I'm specially interested in the rendering proccess... anyone have tryied it? Does it works? Thanks in advance, as always! -- === Javier Moreno www.imaginafoto.com === --

[Geotools-gt2-users] Newbie first steps

2009-08-19 Thread jv
to the wiki with a little tutorial attached. As I said, thanks in advance. jv -- === Javier Moreno www.imaginafoto.com === -- === Javier M