Re: [Geotools-gt2-users] How to add an array of JTS Coordinates as a Layer on JMapFrame

2010-01-28 Thread Michael Bedward
> I know you use an animation timer and every x seconds he deletes the drawed > and draw it new! So Michael can you please document your code so that a > "newbie" like me can understand it? > I've added some docs to the example. Michael ---

Re: [Geotools-gt2-users] filter association support

2010-01-28 Thread Michael Bedward
Hello Tim, I stand to be corrected but I don't think this facility is in the library itself. Rather it's something that you'd implement with GeoTools plus one of the spatial databases that it supports. Others here are much better qualified to answer though. Michael

Re: [Geotools-gt2-users] How to get neighbours of a polygon?

2010-01-28 Thread Michael Bedward
Interesting paper - thanks Ian ! Michael -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and mana

Re: [Geotools-gt2-users] Question about scale

2010-01-28 Thread Michael Bedward
Hello, > Question from geotools novice ) Answer from someone who always feels like a novice... > "Min" - lower left coords of the displayed area? The min value of each ordinate - this will usually be the lower left corner but, depending on your CRS, is not guaranteed to be. > And what is "Span

Re: [Geotools-gt2-users] [SPAM] Re: bug in JMapPane?

2010-01-28 Thread Michael Bedward
I wonder if it's a platform-specific problem ? I'm working on OSX and can't seem to provoke the problem no matter how many times I resize the frame. I also wonder if it's the result of a recent change that I made... I would have expected more complaints if it has been a long-standing problem. I'

[Geotools-gt2-users] Question about scale

2010-01-28 Thread Michael geotools
Hi, Question from geotools novice ) Could someone pls tell me meanings of the numbers on the JMapFrame status bar, after coords of the current mouse position (Min, Span)? "Min" - lower left coords of the displayed area? But why without "Max"? :) And what is "Span"? It's something like scale? In

[Geotools-gt2-users] [SPAM] Question about scale

2010-01-28 Thread geotools
Hi, Question from geotools novice ) Could someone pls tell me meanings of the numbers on the JMapFrame status bar, after coords of the current mouse position (Min, Span)? "Min" - lower left coords of the displayed area? But why without "Max"? :) And what is "Span"? It's something like scale? In w

Re: [Geotools-gt2-users] [SPAM] Re: bug in JMapPane?

2010-01-28 Thread Ian Turton
On Thu, Jan 28, 2010 at 2:39 PM, wrote: >> I haven't noticed this problem but that could be for any number of >> reasons of course - perhaps I just haven't been whipping it hard >> enough :-) > >> A test case that provokes the problem or any clues as to where it's >> getting stuck would be much a

[Geotools-gt2-users] [SPAM] Re: bug in JMapPane?

2010-01-28 Thread geotools
> I haven't noticed this problem but that could be for any number of > reasons of course - perhaps I just haven't been whipping it hard > enough :-) > A test case that provokes the problem or any clues as to where it's > getting stuck would be much appreciated. This bug is very stable. I see it a

Re: [Geotools-gt2-users] How to get neighbours of a polygon?

2010-01-28 Thread Ian Turton
On Thu, Jan 28, 2010 at 5:43 AM, vurfem wrote: > > Hi list; > > I am working with shapefiles. I have a polygon file. I want to get the > neighbours of a polygon. For example; for a parcel sahpefile, I want to get > the neighbours of the parcel, 160. Input will be parcel number and output > will be

[Geotools-gt2-users] How to get neighbours of a polygon?

2010-01-28 Thread vurfem
Hi list; I am working with shapefiles. I have a polygon file. I want to get the neighbours of a polygon. For example; for a parcel sahpefile, I want to get the neighbours of the parcel, 160. Input will be parcel number and output will be the neighbours. I have search for the filters and I find th

[Geotools-gt2-users] filter association support

2010-01-28 Thread tim . benke
Hello @all, I'm new to geotools and I have a possibly very basic question: Do geotools expressions/filters support traversing relations between different features? I've been using hibernate Criteria and it allows you to specify "joins". All the examples I've seen where based on a single "table