worldwind Questions

1

Solved

I'm trying to figure out why the setPitch in the PointPlacemarkAttributes does not seem to work correctly. I believe this JOGL code in PointPlacemark.java is where things are going wrong: Double...
Commanding asked 3/4, 2018 at 19:33

2

Solved

In NASA WorldWind Java, I'm using PointPlacemark to represent an image because it stays the same size regardless of zoom level. The problem is that I want to set the heading on the Point Placemark ...
Iceskate asked 9/2, 2018 at 20:47

1

Solved

I've created an input handler for NASA Worldwind that I'm trying to replicate Google Earth like zooming with. I'm trying to make zoom towards the mouse cursor, instead of the center of the screen...
Violone asked 6/12, 2017 at 16:53

2

Solved

I am trying to "move" renderables around the web worldwind globe on an interval. To illustrate the issue I am having, I made a small example. This works (but is inefficient): var myVar = setInte...
Regazzi asked 16/8, 2017 at 16:9

2

Solved

In NASA WorldWind, one can assign a "direction of travel" speed leader to the Milstd-2525 symbols. However, this speed leader is black, making it very difficult to see against the dark blue ocean b...
Chervil asked 17/4, 2017 at 15:31

2

I'm trying to figure out a way to programmatically get the visual color (not the picking color) of the point where a user clicks on a WorldWind AnalyticSurface. Looking at AnalyticSurface and Pick...
Failure asked 10/4, 2015 at 19:35

2

Solved

I've been tasked with creating an application using the WorldWind API, and to familiarize myself with the API, I tried running the "HelloWorldWind" example app. When I do, I get the following error...
Ridicule asked 4/9, 2013 at 14:6

1

Solved

Worldwind's Point PlaceMark renderable has the feature to drop a line from the Placemark down to the terrain by calling setLineEnabled as in this screenshot: What I'm trying to do is add a line ...
Transvestite asked 18/6, 2016 at 18:55

3

Solved

I'm going through this tutorial Whenever my mouse hovers over the cube created with this code (my version below), the Atmosphere and Stars disappear. This is how it looks normally: This is h...
Ideology asked 18/4, 2016 at 15:52

2

Solved

I'm seeing what appears to be contradictory behavior out of WorldWind's Sphere-Line intersection logic. I create a Sphere and Line and they intersect but then the intersection returns null (scan co...
Lyra asked 14/2, 2016 at 14:24

1

I am having problems into getting the position (lat/lon) when I click on the globe. Everywhere on SO (and other websites) suggests to use the getCurrentPosition method. Unfortunately, this return...
Gilges asked 29/1, 2016 at 15:58

2

Solved

I want to draw a line on the globe with elevation representation, something like this : I know I can use polyline to represent a line, but how can fill the space below the line ?
Ethics asked 28/5, 2015 at 8:15

2

Solved

I am trying to setup a layer using worldwind java and i want to render icons on the map at their specific geo locations. I have that working but i want to be able to zoom to where all the icons are...
Progressionist asked 11/5, 2011 at 19:53

1

I've found this example of how to render line of sight in WorldWind: http://patmurris.blogspot.com/2008/04/ray-casting-and-line-of-sight-for-wwj.html (its a bit old, but it still seems to work). Th...
Briones asked 21/2, 2015 at 21:29

1

Solved

I want to put a WorldWindowGLJPanel into a Pane, and I want to make it resizable, but I can't, even when I call resize or setSize method. Here's what I'm doing : wwd = new WorldWindowGLJPanel(); ...
Filmore asked 29/4, 2015 at 14:49

2

Solved

I'm using Java NASA WorldWind, and I have two objects with different elevations and positions. How can I find the elevation angle between the objects taking into account the curvature of the...
Ineludible asked 24/4, 2015 at 22:24

4

Solved

I a am trying to use World Wind Java into a Maven project. First method would be to take their SDK here and all dependencies in build path. But I want to make it more maven compliant. First depende...
Bilski asked 16/10, 2014 at 19:4

0

Recently I have been struggling with showing worldwind globe on simulator. I have found that on running the app in device it shows exact round globe as expected but on simulator it shows following ...
Phenacaine asked 26/2, 2015 at 6:35

1

Solved

How to give geoserver url for Worldwind in Android? In desktop version I give http://localhost:8090/geoserver/WorldWind/wms?service=WMS and it is working for me, but same url does not work in...
Eastsoutheast asked 25/2, 2015 at 7:24

1

Solved

I know in WorldWind Java you can find out the elevation and a particular location with something like this: public Double getPositionElevationMeters(Double lat, Double lon) { double elevation = ...
Litman asked 25/1, 2015 at 5:58

1

Solved

I am trying to add a mouse listener to my globe using addMouseListener. It does not show any error, I am even able to add a mouseClicked(MouseEvent e), and still no errors. But finally when I am tr...
Joost asked 23/11, 2013 at 8:50

2

Solved

Ok, I'm trying to add the World Wind globe from NASA to a GUI window created by NetBeans GUI builder. My sample code instantiates its own window, and the GUI builder would like me not to edit the a...
Td asked 25/6, 2011 at 23:59

1

Solved

I'm trying to use World Wind, it is really good and very easy to edit. But in my condition, the application is needed to be run offline. So we can run the WorlWind offline ? http://worldwind.ar...
Tellford asked 28/4, 2011 at 10:14

2

Solved

All, Due to a bug in a library I'm using, I need to override the dispose() method on all objects extending a certain class and make it a NO-OP. I know that if I'm making new instances of the class...
Genesa asked 26/5, 2010 at 19:7
1

© 2022 - 2024 — McMap. All rights reserved.