[JPP-Devel] Stefan's interesting plugin and possibility of "topographic profile plugin"

2008-12-12 Thread Giuseppe Aruta
Hi Stefan and all, I found your Chart plugin (which you add on the plugin page) very interesting. I wonder if it can be the base for a plugin which draw topographic profiles (intersection between a line, the section, with a SHP isolines layer) Basically, accorrding to an old Arcview script, a such

[JPP-Devel] R: Stefan's interesting plugin and possibility of"topographic profile plugin"

2008-12-12 Thread P . Rizzi Ag . Mobilità Ambiente
The distance of the point from the origin of the line sounds like a job for JTS linear referencing capabilities. See class: LengthIndexedLine method: double indexOf(Coordinate pt) Computes the minimum index for a point on the line. or double project(Coordinate p

Re: [JPP-Devel] R: Stefan's interesting plugin and possibility of"topographic profile plugin"

2008-12-12 Thread Stefan Steiniger
oh.. thats is a good hint. However, not sure if I am able to do something like this in the near future. But of course - I understand the value for your geologic work. lets see Stefan P.Rizzi Ag.Mobilità Ambiente wrote: > The distance of the point from the origin of the line sounds like > a job

Re: [JPP-Devel] R: Stefan's interesting plugin and possibility of"topographic profile plugin"

2008-12-12 Thread Stefan Steiniger
well.. I mean: i need a reminder on such things stefan Stefan Steiniger wrote: > oh.. thats is a good hint. > However, not sure if I am able to do something like this in the near > future. But of course - I understand the value for your geologic work. > > lets see > > Stefan > > P.Rizzi Ag.Mo