<span class="gmail_quote"></span>Hi John,<br>just an idea. If you have geographical data which you want to visualize with vtk<br>than try the combination of the gis grass and paraview. There are many options<br>in grass to get your x,y,z ascii data into it. You can process the data
<br>there and export it with the grass module r.out.vtk into the vtk format to visualize<br>the data with paraview, visit or mayavi.<br><br>Or you can build in java a poly dataset with x,y,z point coordinates connected with triangles to
<br>each other and store the resistivity values in an point data double array. If you have <br>an ordered point set the triangulation should be no problem.<br>AFAIC you have to import the data with your own program. There is no
<br>x,y,z,value import module in vtk. But im not sure.<br><br>Best regards<br>soeren<br><br>Link to grass:<br><a href="http://grass.itc.it" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">grass.itc.it
</a><br><br>Link to some grass/vtk modules and related stuff:<br><a href="http://www-pool.math.tu-berlin.de/%7Esoeren/grass/modules" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
www-pool.math.tu-berlin.de/~soeren/grass/modules</a><br><br><div><span class="gmail_quote">2007/10/11, John Ownsoul <<a href="mailto:mongwarrior@yahoo.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
mongwarrior@yahoo.com</a>>:</span><div><span class="e" id="q_1158dfe675d55037_1"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>Dear Fellows;<br><br>I have some data about a geographical surface, and i want to show an image<br>in VTK (with Java).<br>But i am a beginner, so i don't know the syntax very well. I practice with<br>VTK, but i don't know the file operations. Could you help me to construct
<br>the file and show the image in vtk??<br><br>I use these datas at the below:<br><br>x(m)   y(m)   z(m)    resistivity value(ohm.m)<br> 2        1    -1,406           204,934<br> 3        1    -1,406           108,021<br>

 4        1    -1,406             62,275<br> 5        1    -1,406             47,608<br>                    ...<br><br><br>Thanks for everything...<br><br>--<br>View this message in context: <a href="http://www.nabble.com/About-constructing-a-3D-geographical-surface-tf4605431.html#a13150408" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://www.nabble.com/About-constructing-a-3D-geographical-surface-tf4605431.html#a13150408</a><br>Sent from the VTK - Dev mailing list archive at <a href="http://Nabble.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
Nabble.com</a>.<br><br>_______________________________________________
<br>vtk-developers mailing list<br><a href="mailto:vtk-developers@vtk.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">vtk-developers@vtk.org</a><br><a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
</blockquote></span></div></div><br>