![]() |
|
|||||||
| WorldWind General General WorldWind discussions.
Note: This is not a technical support forum. It is for World Wind topics that don't fit into other categories. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Oct 2011
Posts: 2
![]() |
Hi,
Is there a way to remove/disable the buttons on the the map display (move,rotated,etc) ? I'm searching but must not be using the right keywords because I dont see any posts or documentation related to doing this. thanks HD |
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Oct 2011
Posts: 2
![]() |
Nevermind finally found it.
ViewControlsLayer vlayer = (ViewControlsLayer) this.getWwd().getModel().getLayers().get LayersByClass(ViewControlsLayer.class).g et(0); vlayer.setShowFovControls(false); vlayer.setShowHeadingControls(false); vlayer.setShowLookControls(false); vlayer.setShowPanControls(false); vlayer.setShowPitchControls(false); vlayer.setShowVeControls(false); vlayer.setShowZoomControls(false); |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Change to ScreenImage's interpretation of screen offset | dcollins | Feature Discussion | 0 | 06-23-2011 06:22 PM |
| WWJ Toggle Full Screen | RAM357 | Development Help | 17 | 08-06-2010 08:54 AM |
| Screen Annotation relative to screen | Unregistered | Development Help | 11 | 04-12-2010 02:12 PM |
| Screen annotation position | aurelius | Development Help | 5 | 02-19-2010 09:42 AM |
| Icon info popup bubble on wrong screen??? | James_In_Utah | Developers' Corner | 7 | 10-15-2008 07:39 PM |