World Wind Forums

Go Back   World Wind Forums > WorldWind JAVA forums > WWJ Release Announcements

WWJ Release Announcements WWJava release announcements thread, no other topics please.

Reply
 
Thread Tools Display Modes
Old 12-04-2007, 09:29 PM   #1
patmurris
WWJ Consultant
 
patmurris's Avatar
 
Join Date: Jun 2005
Location: Saint-Paul de Vence, Alpes Maritimes, France
Posts: 3,412
patmurris is an unknown quantity at this point
Lightbulb WWJ SDK Alpha 4 - 0.4.0 available

The World Wind Java SDK alpha 4 - version 0.4.0 is available.
Download WWJ SDK 0.4 (Zip 6.5M) or try the java web start demo 0.4 from NASA Learning Technologies site.

Here is a list of changes from the release package readme.txt:

WWJ changes from 0.3.0 to 0.4.0
  • Annotations
  • Ability of app to interpose on mouse events (See examples.LineBuilder)
  • Network and host monitoring and status
  • Faster WMS capabilities parsing
  • Layer transparency fixed
  • Transparency added to SurfaceImage
  • ShutDown event
  • KeyPollTimer's timer cancelled at call to shutdown.
  • FlatGlobe promoted to main source (yet still partially implemented)
  • BMNGOneImage included in default layer list
  • Level 0 BMNG tiles removed from worldwind.jar
  • Use of new faster JOGL text renderer
  • View fixes
  • Internal refactorings to support various features
  • Many more, but these are the major highlights
Also check WorldWind Java SDK home pages at NASA Learning Technologies and WorldWind Central.
__________________
My World Wind Java Blog & WW.net Plugins page
patmurris is offline   Reply With Quote
Old 12-05-2007, 03:31 PM   #2
remleduff
Senior Member
 
Join Date: Jun 2007
Posts: 218
remleduff is on a distinguished road
Default

I love the FlatWorld example, that's something I've actually been trying to do in my spare time!
remleduff is offline   Reply With Quote
Old 12-05-2007, 07:04 PM   #3
jdorny
Member
 
Join Date: Jun 2007
Posts: 50
jdorny is on a distinguished road
Talking Awesome You guys rock

Thanks once again for the wonderful SDK. Your new examples help me directly on several of my current projects.
jdorny is offline   Reply With Quote
Old 12-06-2007, 04:29 PM   #4
zecoyote007
WorldWind enthusiast
 
zecoyote007's Avatar
 
Join Date: Oct 2007
Location: Toulouse Area
Posts: 11
zecoyote007 is on a distinguished road
Default Switching between FLAT WORLD & ELLIPSOIDAL WORLD?

I'm trying without success to switch from EllipsoidalGlobe to FlatGlobe on the fly... Is there a simple way to do that?

I created 2 globes:

private EllipsoidalGlobe ellipsoidalGlobe=null;
private FlatGlobe flatGlobe=null;

when I want to switch, I create a flat globe instance and I apply it to my wwd.

Configuration.setValue(AVKey.GLOBE_CLASS _NAME, EarthFlat.class.getName());
Configuration.setValue(AVKey.VIEW_CLASS_ NAME, FlatOrbitView.class.getName());

this.flatGlobe = new FlatGlobe(wwd.getModel().getGlobe()
.getEquatorialRadius(), wwd.getModel().getGlobe()
.getPolarRadius(), wwd.getModel().getGlobe()
.getEccentricitySquared(), wwd.getModel().getGlobe()
.getElevationModel());

this.flatGlobe.setProjection(FlatGlobe.P ROJECTION_LAT_LON);
wwd.getModel().setGlobe(this.flatGlobe);
wwd.redraw();

Result is very strange.... some layers seem to cause problems (stars, atmosphere, sky gradient..) some layers stay in 3D...
Switching from flat to 3D is also problematic... my vector layers remain flat, etc...
zecoyote007 is offline   Reply With Quote
Old 12-06-2007, 04:59 PM
zecoyote007
This message has been deleted by zecoyote007. Reason: double post
Old 12-06-2007, 05:00 PM
zecoyote007
This message has been deleted by zecoyote007.
Old 12-06-2007, 06:15 PM   #5
tag
WWJ Technical Manager
 
Join Date: May 2007
Location: Seattle
Posts: 1,031
tag is on a distinguished road
Default

Flat globes are still in progress, only partially implemented. Patrick may be able to give you some advice on this, however.
tag is offline   Reply With Quote
Old 12-06-2007, 09:14 PM   #6
patmurris
WWJ Consultant
 
patmurris's Avatar
 
Join Date: Jun 2005
Location: Saint-Paul de Vence, Alpes Maritimes, France
Posts: 3,412
patmurris is an unknown quantity at this point
Default

You are ahead of us zecoyote! As tag says, flat world are not ready yet and i dint even try to switch between flat and ellipsoid globes.

However, this should be possible but not the way you do it. Changing the configuration values does only affect WW when it is instantiated so changing them after that has no effect - i believe.

I think you are missing a replacement for the orbit view too - flat worlds use a 'special' version of orbit view that is not compatible with ellipsoidal globes.

Let us know - maybe in another thread, what happens with your experiments. I will be listening.
__________________
My World Wind Java Blog & WW.net Plugins page
patmurris is offline   Reply With Quote
Old 11-15-2008, 09:44 PM   #7
caete
Junior Member
 
Join Date: Nov 2008
Location: Caeté
Posts: 1
caete is on a distinguished road
Default

Thanks once again for the wonderful SDK.
caete is offline   Reply With Quote
Old 11-15-2008, 10:01 PM   #8
patmurris
WWJ Consultant
 
patmurris's Avatar
 
Join Date: Jun 2005
Location: Saint-Paul de Vence, Alpes Maritimes, France
Posts: 3,412
patmurris is an unknown quantity at this point
Default

Thanks caete. Note that the World Wind Java current version is 0.5 - and you may expect 0.6 before the end of the year...
__________________
My World Wind Java Blog & WW.net Plugins page
patmurris is offline   Reply With Quote
Old 11-18-2008, 11:56 PM   #9
baellwe
weekend warrior
 
Join Date: May 2008
Posts: 95
baellwe is on a distinguished road
Default

can we hold you to that?
baellwe is offline   Reply With Quote
Old 07-19-2009, 02:50 AM   #10
Ciplaf
Junior Member
 
Ciplaf's Avatar
 
Join Date: Jul 2009
Location: Australia
Posts: 1
Ciplaf is on a distinguished road
Default WWJ SDK Alpha 4 0 4 0 available

i thought suburban has enough left...

still waitin for the second release. any dates or even samples available yet?
Ciplaf is offline   Reply With Quote
Reply

Tags
None


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

Posting Rules
You may not 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
WWJ SDK Alpha 3 - 0.3.0 available patmurris WWJ Release Announcements 35 12-03-2007 08:56 PM
HELP needed to get started in WWJ! Thanks! emaronchi Development Help 3 10-18-2007 10:01 PM
WWJ Early Access Release 0.2.0 now available tag WWJ Release Announcements 48 09-19-2007 09:52 PM
A idea to inject any image in the wwj cache dlian Development Help 0 07-30-2007 03:56 PM
1.3.2 alpha 2 released Jessi Developers' Corner 28 02-02-2006 07:27 PM


All times are GMT +1. The time now is 04:38 PM.


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