Statistics
| Revision:

gvsig-3d / 2.1 @ 484

# Date Author Comment
484 04/09/2015 08:59 AM Lluís Marqués

Add API to change view and application properties.
Add properties panel mockups of view properties and application properties. refs #16053

483 04/08/2015 02:59 PM Lluís Marqués

Move elevation properties to LayerProperties3D.
Remove ElevationProperties3D interface.

482 04/08/2015 01:39 PM Lluís Marqués

Add get methods to know if visual components like minimap, north indicator... is visible or not.

481 04/08/2015 12:23 PM Lluís Marqués

Add short description about how to synchronize dirty layers. refs #15902

480 04/08/2015 10:16 AM Lluís Marqués

Update API to set 3D layer properties. refs #15900

479 04/08/2015 08:52 AM Lluís Marqués

Add technical design that describes how to add new properties page to layer. Add two mockups of panels. refs #15900

478 04/07/2015 01:11 PM Lluís Marqués

Fix image rute and revise spelling. refs #15900

477 04/07/2015 12:58 PM Lluís Marqués

Delete "Fase 1" folder and move files to documentation root folder. refs #15900

476 04/07/2015 12:08 PM Lluís Marqués

Update functional analysis, technical design and UML diagrams of project. refs #15882

475 04/07/2015 09:15 AM Lluís Marqués

Add Javadoc. refs #15882

474 04/02/2015 05:48 PM Lluís Marqués

Add Javadoc of swing api and impl. refs #15882

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.

469 04/01/2015 12:05 PM Lluís Marqués

Fix translation key name erros.

468 04/01/2015 12:01 PM Lluís Marqués

Add extensions and icons to create 3D views.

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.

454 03/25/2015 02:46 PM Lluís Marqués

Change open jdk for java home.

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.

449 03/20/2015 01:25 PM Lluís Marqués

Change way to pass gdal folder.

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

Change author name of classes.

447 03/20/2015 11:37 AM Lluís Marqués

Changed default projection to EPSG:4326.

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.

444 03/13/2015 01:50 PM Lluís Marqués

Add API module with manager, library and locator. refs #15889

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...
442 03/13/2015 10:49 AM Lluís Marqués

Fix bad location of some methods refs #15928

441 03/13/2015 08:50 AM Lluís Marqués

Fix note sintaxis

440 03/13/2015 08:49 AM Lluís Marqués

Add lib api module and move properties classes to it.

439 03/13/2015 08:40 AM Lluís Marqués

Update technical design.

Removed implementations of DataRaster. Now there is one generic DataRaster that uses Flayer#draw(...) method to draw required raster information.
Added synchornizeLayer method to synchronize only modified layers.
Added method to create instances of MapControl3D.

438 03/12/2015 04:10 PM Lluís Marqués

Format reStructuredText technical design file

437 03/12/2015 03:11 PM Lluís Marqués

Update class diagram with agreed changes at technical design meeting refs #16185

436 03/11/2015 04:49 PM Lluís Marqués

Add more information about DataRasters refs #15907

435 03/11/2015 04:22 PM Lluís Marqués

Add elevation raster layer support refs #15901

434 03/11/2015 09:24 AM Lluís Marqués

Add rasterized vectorial support to technical design refs #15929

433 03/11/2015 09:22 AM Lluís Marqués

Add rasterized vectorial support to class diagram refs #15929

432 03/10/2015 05:38 PM Lluís Marqués

Update class diagram refs #15928

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

Add raster support design. refs #15928

430 03/06/2015 12:18 PM Lluís Marqués

Update what functionalities will be done in which phase

429 02/25/2015 05:57 PM Lluís Marqués

Add technical design about raster support. Update class diagram and sequence diagram refs #15928

428 02/24/2015 04:18 PM Lluís Marqués

Last changes before leave migration project.

427 02/24/2015 01:43 PM Lluís Marqués

Add last functional changes. Added new features: full-screen and autosynchronize viewports. refs #15855

426 02/24/2015 10:57 AM Lluís Marqués

Add new technical design information. refs #15883

425 02/23/2015 12:30 PM Lluís Marqués

Add new functional information to solve dudes commented at refs #15855

424 02/23/2015 11:18 AM Lluís Marqués

Move world wind diagram to image common folder.

423 02/23/2015 10:06 AM Lluís Marqués

Revise functional analysis. Added view 3D mockup. Added more information about layer load mode and described project phases. refs #15855

422 02/19/2015 09:40 AM Lluís Marqués

Delete duplicated dependencies.

421 02/18/2015 04:58 PM Lluís Marqués

Add default layers to be loaded when view 3D is created. refs #15886

420 02/18/2015 04:44 PM Lluís Marqués

Add and load WorldWind configuration files. refs #15886

419 02/18/2015 02:27 PM Lluís Marqués

Fix components layout. refs #15886

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

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

417 02/18/2015 02:14 PM Lluís Marqués

Change integers for constant keys.

416 02/18/2015 12:11 PM Lluís Marqués

Add and configure each plugin. refs #15886

There are five plugins:

  • org.gvsig.view3d.common
  • org.gvsig.view3d.lin.x86_64
  • org.gvsig.view3d.lin.x86
  • org.gvsig.view3d.win.x86_64
  • org.gvsig.view3d.win.x86

Each plugin has its own native configuration to create a specific plugin for each architecture.

415 02/18/2015 09:26 AM Lluís Marqués

Change name of mainplugin for common. 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.

412 02/17/2015 11:37 AM Lluís Marqués

Increase width of mainFrame. refs #15887

411 02/17/2015 11:29 AM Lluís Marqués

Add KML and KMZ support to main application refs #15887

410 02/17/2015 09:56 AM Lluís Marqués

Add gdal provider generic filter to filter shown files when user tries to add raster layer to main application. refs #15887

409 02/17/2015 09:16 AM Lluís Marqués

Add remove layer action to main application. refs #15887

408 02/16/2015 05:54 PM Lluís Marqués

Add simple TOC to main application.

Added a simple TOC to open layer 3D properties to allow user to set layer load mode.
refs #15887

407 02/16/2015 02:31 PM Lluís Marqués

Add raster support at main application.

Created two scripts to add Gdal natives to LD_LIBRARY_PATH.
Fixed some errors when raster layer was created.
refs #15887

406 02/16/2015 08:34 AM Lluís Marqués

Add main application to test library.

Create toolbar buttons and menus.
Add vectorial layer load support.
Add dependencies to run main application.
refs #15887

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

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

404 02/12/2015 04:37 PM Lluís Marqués

Fix design errors refs #15883

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

Create project structure refs #15885

402 02/12/2015 01:45 PM Lluís Marqués

Create project folder refs #15885

401 02/12/2015 09:55 AM Lluís Marqués

Add World Wide library integration design refs #15884

400 02/11/2015 06:01 PM Lluís Marqués

Modify RF02. Flat 3D view will not copy projection of 2D view becouse it already has its own projection refs #15854

399 02/11/2015 05:03 PM Lluís Marqués

Remove View3DModel from class model. Move View3DModel methods to View3DPanel. refs #15883

398 02/11/2015 12:35 PM Lluís Marqués

Add technical design. Modify class diagram and refresh view3D sequence diagram refs #15883

397 02/10/2015 02:30 PM Lluís Marqués

Add class diagram and sequence diagrams of plugin refs #15883

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

Reorganize folders

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

Add first version of functional analysis refs #15855

394 02/04/2015 06:05 PM Lluís Marqués

Delete old requeriment analysis. refs #15854

393 02/04/2015 06:04 PM Lluís Marqués

Update requeriment analysis. refs #15854

392 02/03/2015 11:22 AM Lluís Marqués

Add requeriment analysis refs #15854

391 02/03/2015 11:17 AM Lluís Marqués

Create new project folder.

390 02/03/2015 11:16 AM Lluís Marqués

Delete old migration project to start the new project based on NASA WW SDK.

389 02/03/2015 11:14 AM Lluís Marqués

Tagging migration project before start the new 3D document based on NASA WW Document.

388 02/03/2015 11:10 AM Lluís Marqués

Last changes before leave migration project.

387 09/09/2014 05:13 PM Lluís Marqués

Fixed errors related with the load of digital model raster.

386 09/03/2014 02:19 PM Lluís Marqués

refs #14435 Added jogl and gluegen-rt libraries to package.

385 09/02/2014 02:07 PM Lluís Marqués

First commit. Migration of gvSIG 3D plugin.

Pom files have been updated.
Deleted assembly files.
Created gvsig-plugin-package.xml.
Created new project that includes only 32bit linux natives libraries.