World Wind Forums

Go Back   World Wind Forums > Search Forums

Showing results 1 to 25 of 34
Search took 0.01 seconds.
Search: Posts Made By: mertk
Forum: Development Help 04-19-2010, 08:04 AM
Replies: 18
Views: 4,523
Posted By mertk
Hi, Can anyone know why the latest version of...

Hi,

Can anyone know why the latest version of FengGUI not working with wwj?

Thanks..
Forum: Development Help 10-15-2009, 08:13 AM
Replies: 2
Views: 725
Posted By mertk
Layer visibility

I am using more than one wms layers for my project which retrieved via the web service. Think about two wms layers. First one is visible for a specific country boundaries and the second one is...
Forum: Development Help 08-03-2009, 10:10 AM
Replies: 14
Views: 2,877
Posted By mertk
how to get current extent of the view in geographic coordinates?

Hi all,

I've surveyed all of the postings of this issue but i cannot find what i want exactly. I need a method that get current view of the canvas. I don't mean frustum coordinates. I mean...
Forum: Development Help 06-14-2009, 10:27 AM
Replies: 7
Views: 2,571
Posted By mertk
http://forum.worldwindcentral.com/showthread.php?t...

http://forum.worldwindcentral.com/showthread.php?t=15222&highlight=model
Forum: Development Help 04-18-2009, 09:34 AM
Replies: 1
Views: 1,057
Posted By mertk
Ellipse Airspace

Hi all,

I have observed airspaces example. There are so successful geometries in there. However, I cannot see any ellipse airspace example. I decided to write my own class. Since I have known how to...
Forum: Development Help 04-16-2009, 04:44 AM
Replies: 6
Views: 2,138
Posted By mertk
I also wonder how to be set the visibility of a...

I also wonder how to be set the visibility of a polyline. As far as I have seen, it implements renderable class but there is no visibility check.
Forum: Development Help 04-09-2009, 08:25 AM
Replies: 1
Views: 1,213
Posted By mertk
java heap space exception

Hi everybody;

I have a elevation data, This data comes me through a Web Map Service. To render it, I use related classes in wwj 0.5. However a few minutes after flying-through over data, I get some...
Forum: Development Help 03-11-2009, 12:28 PM
Replies: 77
Views: 28,854
Posted By mertk
Said that there is a collision detection example....

Said that there is a collision detection example. I cannot see anything about it. Where is it in the source?

Thanks..
Forum: Development Help 01-22-2009, 09:04 AM
Replies: 0
Views: 579
Posted By mertk
dted importer

I read last comments for the next release. I know you have still little time to come out it. However, I needed to import my local elevation file(especially dted) to WWJ immediately. I posted threads...
Forum: Development Help 12-23-2008, 11:31 PM
Replies: 6
Views: 814
Posted By mertk
You can survey the ApplicationTemplate class...

You can survey the ApplicationTemplate class stands on the gov.nasa.worldwind.examples package. Related implementation for creation of World Wind canvas and setting a model for it:


...
Forum: Development Help 12-23-2008, 11:06 PM
Replies: 4
Views: 1,098
Posted By mertk
package gov.nasa.worldwind.examples; import...

package gov.nasa.worldwind.examples;

import gov.nasa.worldwind.geom.Position;

import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;

public class ClickedPosition extends...
Forum: Development Help 12-22-2008, 05:40 PM
Replies: 2
Views: 869
Posted By mertk
LayerList list = wwd.getModel().getLayers(); In...

LayerList list = wwd.getModel().getLayers();

In here, "list" instance returns collection of the layers rendered on default. You can render your layer by adding it to the end of this list like...
Forum: Development Help 12-20-2008, 10:54 AM
Replies: 2
Views: 879
Posted By mertk
You can render points by using PointRenderer...

You can render points by using PointRenderer class below. You can also set a color and a size for your point. I benefit from "lots of points" implementation
which exits on this...
Forum: Development Help 12-19-2008, 09:55 PM
Replies: 3
Views: 786
Posted By mertk
If you know how to build circular polygon shapes...

If you know how to build circular polygon shapes in WWJ (It can be performed by using SurfaceCircle class), you will add your some mouse events for building polygon action.
Forum: Development Help 12-19-2008, 09:39 PM
Replies: 2
Views: 830
Posted By mertk
It is very very simple in WWJ. I put a test class...

It is very very simple in WWJ. I put a test class below. Surely you can change the lat/lon, radius, intervals. Also you can add interior and border color to constructor for your circle. I hope it can...
Forum: Development Help 12-16-2008, 09:07 AM
Replies: 3
Views: 2,102
Posted By mertk
http://forum.worldwindcentral.com/showthread.php?t...

http://forum.worldwindcentral.com/showthread.php?t=20650&highlight=zoom+extent
I think it might be usable for you. This thread mentions about how to zoom to a specific extent. You can imagine extent...
Forum: Development Help 12-16-2008, 08:52 AM
Replies: 5
Views: 1,166
Posted By mertk
The other possibilities: In...

The other possibilities:

In initialization:
Configuration.setValue(AVKey.OFFLINE_MODE, true);

Anywhere in implementation:
WorldWind.getNetworkStatus().setOfflineMode(true);
Forum: Development Help 12-15-2008, 01:50 PM
Replies: 3
Views: 781
Posted By mertk
How do you add your SelectListener into...

How do you add your SelectListener into WorldWindowGLCanvas? WorldMapLayer is used for ClickAndGoSelectListener class in examples and this listener is added to WW like...
Forum: Development Help 12-12-2008, 12:51 PM
Replies: 4
Views: 1,596
Posted By mertk
Well, thanks for your reply. I see the website...

Well, thanks for your reply. I see the website http://applet-launcher.dev.java.net/ Its first sentece is like that: "The JNLPAppletLauncher is a general purpose JNLP-based applet launcher class for...
Forum: Development Help 12-12-2008, 09:05 AM
Replies: 4
Views: 1,596
Posted By mertk
native library location

Hi everybody;

I am a user of WWJ. My operating system is Linux and my development environment is Eclipse. I know setup instructions well but I have a problem in that point. I don't want to show...
Forum: Development Help 12-12-2008, 07:51 AM
Replies: 9
Views: 1,371
Posted By mertk
Deleting cached files as soon as rendering tiles...

Deleting cached files as soon as rendering tiles is not effective solution because deleted files are cached again if we zoom in/out on the same levels and also it is an extra effort for my...
Forum: Development Help 12-11-2008, 12:45 PM
Replies: 6
Views: 1,216
Posted By mertk
"MBR" means "Minumum Bounding Rectangle". It has...

"MBR" means "Minumum Bounding Rectangle". It has four parameters; minumum latitude, minimum longitude, maximum latitude, maximum longitude. It is similar with "Sector" in WWJ. I mean "Extent" the...
Forum: Development Help 12-11-2008, 10:00 AM
Replies: 6
Views: 1,216
Posted By mertk
How to get current extent of globe?

Hi everybody;

I have a question about globe extent. I want to get current extent or MBR of the WorldWind globe (not viewport i mean ellipsoidal globe). I have tried some functions like...
Forum: Development Help 12-04-2008, 04:14 PM
Replies: 9
Views: 1,371
Posted By mertk
Caching mechanism

Hi everybody;

I have a question about tile caching of WWJ. I have a WMS(Web Map Service). I can render maps using this service in WWJ. In addition, it has own caching mechanism. It caches all of the...
Forum: Development Help 10-21-2008, 10:00 AM
Replies: 1
Views: 482
Posted By mertk
Textured Layer without sector

Hi everybody;

I have seen the codes before about textured layer which can be elevated. Suppose that's Patrick Murris implementation. It's perfect code, I use it sometimes. As far as I understand...
Showing results 1 to 25 of 34

 
Forum Jump

All times are GMT +1. The time now is 10:50 AM.


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