World Wind Forums

Go Back   World Wind Forums > WorldWind JAVA forums > iGlobe

iGlobe App for interactive visualization and analysis of geospatial data

Reply
 
Thread Tools Display Modes
Old 12-06-2011, 10:05 PM   #21
jimmiller
World Wind Developer
 
Join Date: Mar 2010
Location: Department of Electrical Engineering & Computer Science; University of Kansas; Lawrence, KS
Posts: 16
jimmiller is on a distinguished road
Default

Great. Let me know if you have further problems.
jimmiller is offline   Reply With Quote
Old 12-12-2011, 05:29 AM   #22
what_nick
Worldwind Developer
 
Join Date: Jan 2006
Location: Hobart, Australia
Posts: 754
what_nick is an unknown quantity at this point
Default

Hi Jim,

Next issue I am having is regarding data below the 0 level i.e. vectors in the ocean. They don't seem to get rendered. The basic code to open and display vectors using the File->Open method is now relatively stable so I am going to check in a sample file with subsea vectors and demonstrate the problem (mackenzie_depth.nc).

Cheers,

whatnick.
__________________
Coding This and That in World Wind and helping new people out, as long as they don't pester too much.
Currently blogging at: http://whatnicklife.blogspot.com
Working at:
Aerometrex - http://aerometrex.com.au/blog/
Impact so far:


what_nick is offline   Reply With Quote
Old 12-15-2011, 03:58 AM   #23
jimmiller
World Wind Developer
 
Join Date: Mar 2010
Location: Department of Electrical Engineering & Computer Science; University of Kansas; Lawrence, KS
Posts: 16
jimmiller is on a distinguished road
Default

I originally wrote all the junk below - which may be an issue - and then I just hit on an idea that may really be the problem. Even if you turn off all the textures, etc., WorldWind is still rendering the globe. Since the vectors are below sea level, the globe itself (even though it's invisible) may be hiding them. I took my original vector field application, displayed a vector field, turned off everything I could (except the vector field), rotated the globe around, and my vector field disappeared behind the invisible globe. See if this might be the problem first. If not, then look at the other stuff I wrote.

*** OTHER STUFF
I have been back over the code and can't see anything that would discriminate against negative height values. There are some related options you may want to look at. They shouldn't affect things, but something is. For example: there is an option to ignore or use the height components of vectors in the vector field. I don't know if your below-the-ocean vectors have a non-zero height component or not. The code does assume the vectors are originally given as (deltaLat, deltaLon, deltaHeightInMeters), but of course you already know that since you have been successfully using it to this point. You might also look at the option "restrictToSubset". If that is set, but an appropriate subset is not in place, then everything could get clipped away. And I guess just make sure the (minHeight, maxHeight) is stored correctly (e.g., not (-1, -100), but rather (-100, -1)). Let me know if none of this helps, and I can look further. I'll try to make a data set whose domain is below sea level and see if I can see it.

Last edited by jimmiller; 12-16-2011 at 03:43 AM.
jimmiller is offline   Reply With Quote
Old 12-15-2011, 04:18 AM   #24
jimmiller
World Wind Developer
 
Join Date: Mar 2010
Location: Department of Electrical Engineering & Computer Science; University of Kansas; Lawrence, KS
Posts: 16
jimmiller is on a distinguished road
Default

Can you tell me where to find the "keep me logged in" button? Maybe I'm blind, but I couldn't spot it.
jimmiller is offline   Reply With Quote
Old 12-22-2011, 05:15 AM   #25
jimmiller
World Wind Developer
 
Join Date: Mar 2010
Location: Department of Electrical Engineering & Computer Science; University of Kansas; Lawrence, KS
Posts: 16
jimmiller is on a distinguished road
Default

Did you figure out the problem? Was it the globe hiding the underwater vectors?
jimmiller is offline   Reply With Quote
Old 02-04-2012, 11:19 AM   #26
what_nick
Worldwind Developer
 
Join Date: Jan 2006
Location: Hobart, Australia
Posts: 754
what_nick is an unknown quantity at this point
Default

The keep me logged in is a little check-box underneath the login dialog. I am back on board and will start working on the vectors below zero. The loader has had some fixes from UR which might make life easier.

Cheers,

whatnick.
__________________
Coding This and That in World Wind and helping new people out, as long as they don't pester too much.
Currently blogging at: http://whatnicklife.blogspot.com
Working at:
Aerometrex - http://aerometrex.com.au/blog/
Impact so far:


what_nick is offline   Reply With Quote
Old 02-09-2012, 06:03 AM   #27
UweRosebrock
Junior Member
 
Join Date: Aug 2011
Location: Australia
Posts: 8
UweRosebrock is on a distinguished road
Default Vector layer delegation

Jim,
I am actually rewriting the test code with the aim to fit into the rest of the UI.
So I am expecting better performance and more flexibility in setting up the presentation of vectors and string lines.
UweRosebrock is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
C# code to convert DD to UTM .. here it is !! Hactic Add-on & Script Development 31 08-15-2011 11:13 AM
Download code discussion Ammianus Developers' Corner 64 01-28-2011 10:06 PM
Code Commit - replacement of unmanaged code block by managed code block dcb Developers' Corner 0 08-23-2008 01:35 PM
Having trouble with plugin code. MouseOnMars Developers' Corner 0 03-11-2008 04:25 PM
Dependency injection instead of static singleton WorldWind stolsvik Feature Discussion 19 08-06-2007 02:57 PM


All times are GMT +1. The time now is 12:23 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.