Statistics
| Revision:

gvsig-3d / 2.1 / trunk / org.gvsig.view3d / org.gvsig.view3d.swing / org.gvsig.view3d.swing.impl @ 473

# Date Author Comment
473 04/02/2015 01:48 PM Lluís Marqués

Fix bug when a mapControl3D war disposed when some retrieval task was still running. refs #15890

When a MapControl3D is disposed, it will wait until all retrieval task stops. It is necessary to avoid problems drawing.

472 04/02/2015 09:47 AM Lluís Marqués

Fix bug when a MapControl3D was disposed when some threads was still drawing. refs #15890

471 04/02/2015 09:40 AM Lluís Marqués

Change register of View3DPanel for MapControl3D register.

470 04/01/2015 04:02 PM Lluís Marqués

Improved visibility of extensions.

Now when some view3d panel is closed, view3d manager is notified to update view3d panel register. That register of view3d panel is used to determinate visibility extensions.

467 03/31/2015 11:16 AM Lluís Marqués

Improved method to generate unique id to create layer caches. refs #15890

466 03/30/2015 05:10 PM Lluís Marqués

Fix problem with labeled layers. refs #15890

465 03/30/2015 03:11 PM Lluís Marqués

Delete log message because if there are several vectorial layers with corrupted sector tiles, viewer looses performance. #refs 15890

464 03/30/2015 02:29 PM Lluís Marqués

Improved log message.

463 03/30/2015 02:15 PM Lluís Marqués

Improve calculation of delta zero level taking into account layer type. refs #15890

462 03/30/2015 02:13 PM Lluís Marqués

Improve comments and log messages. refs #15890

461 03/30/2015 01:29 PM Lluís Marqués

Fix problems with vectorial layer with global extend refs #15890.

Implemented method to fix sector with corrupt values produced by inaccuracies like 180.00000000121 or -90.00000000486.

460 03/30/2015 09:12 AM Lluís Marqués

Fix log messages construction.

459 03/27/2015 01:35 PM Lluís Marqués

Add disposable methods to liberate resources when a 3D viewer is closed. refs #15890

458 03/27/2015 01:34 PM Lluís Marqués

Fix problems with vecotorial on-fly reproyected layers. refs #15890

457 03/27/2015 10:47 AM Lluís Marqués

Add following functionalities refs #15904:

  • Raster layer support
  • Basic rasterized vectorial layer support (only surface layers)
  • OGC service layer support
  • Tiles creation at runtime
456 03/26/2015 02:26 PM Lluís Marqués

Fix try catch clauses. Fix name of log object.

455 03/26/2015 02:24 PM Lluís Marqués

Fix problems with the load of own worldwind configuration file in gvSIG.

453 03/23/2015 12:34 PM Lluís Marqués
452 03/23/2015 12:34 PM Lluís Marqués

Moved gvSIG MapContext property to implementation.

451 03/23/2015 12:14 PM Lluís Marqués

Create final variable to set an unique name of gvSIG MapContext property.

450 03/23/2015 12:06 PM Lluís Marqués

Change creation of tiled layer configuration document. refs #16195

The use of TiledImageProducer to get configuration document has been removed. Now, the configuration document is created directly from gvSIG layer.

448 03/20/2015 12:23 PM Lluís Marqués

Change author name of classes.

446 03/20/2015 11:36 AM Lluís Marqués

Add raster support. refs #15889

Added following classes to support raster layers:

  • DefaultDataRasterReader: reads from gvSIG layer to create GvSIGDataRaster objects.
  • DefaultDataRasterReaderFactory: factory to creates DefaultDataRasterReader instances....
445 03/16/2015 08:17 AM Lluís Marqués

Fix creation flat viewer problem.

443 03/13/2015 01:04 PM Lluís Marqués

Rename name of some classes. Add #synchronizeLayers() and createMapControl3D([..]) to API. Move code of AbstractView3DPanel to MapControl3D. Delete AbstractView3DPanel. Move enum class TYPE to manager. refs #15889

Renamed following classes:
  • View3DManager to View3DSwingManager...
428 02/24/2015 04:18 PM Lluís Marqués

Last changes before leave migration project.

418 02/18/2015 02:17 PM Lluís Marqués

Add status bar to panel and code refactoring. refs #15886

414 02/18/2015 09:13 AM Lluís Marqués

Implement component hide/show methods. refs #15886

413 02/17/2015 01:59 PM Lluís Marqués

Add first version of view 3d. refs #15886

Added necessary dependencies to integrate NASA WW SDK.
Created AbstractView3DPanel that instantiate and configure the WorldWindowGLJPanel.
Implemented some methods to show trivial view.

405 02/12/2015 05:12 PM Lluís Marqués

Create managers, add dependencies and created API. refs #15885

403 02/12/2015 02:46 PM Lluís Marqués

Create project structure refs #15885