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
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
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
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