If I have a bunch of DEM points and breaklines how do I generate the
Triangles from them using the SoC library?
Paul
Christopher wrote:
From: Sunburned Surveyor <[EMAIL PROTECTED]>
I must say that Chris took an interesting approach to the
design of
JTin, and one that was a lot different from t
> From: Sunburned Surveyor <[EMAIL PROTECTED]>
> I must say that Chris took an interesting approach to the
> design of
> JTin, and one that was a lot different from the approach I
> would have
> taken. However, I think Chris' design will be much
> quicker and more
> memory efficient. His profession
--- On Thu, 7/10/08, Martin Davis <[EMAIL PROTECTED]> wrote:
> STRtree is general at least twice as fast as Quadtree.
> Perhaps that's
> why it was chosen?
>
Yep. The only downside to STRtree is that it is read only, and since I was
designing the TIN class as immutable, it seemed the best f
STRtree is general at least twice as fast as Quadtree. Perhaps that's
why it was chosen?
Sunburned Surveyor wrote:
> I just completed my first code review of the JTin SoC project that
> Chris Demars has been working on. I wanted to include the mailing list
> on my comments to Chris, as I know the
I just completed my first code review of the JTin SoC project that
Chris Demars has been working on. I wanted to include the mailing list
on my comments to Chris, as I know there are more experienced
programmers listening that can offer Chris there own suggestions on
his design.
I must say that Ch