Statistics
| Revision:

gvsig-3d / 2.1 / trunk / org.gvsig.view3d / org.gvsig.view3d.swing / org.gvsig.view3d.swing.impl / src / main / java / org / gvsig / view3d / swing / impl / DefaultMapControl3D.java @ 474

History | View | Annotate | Download (14.2 KB)

# Date Author Comment
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.

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

Change register of View3DPanel for MapControl3D register.

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

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.

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

Moved gvSIG MapContext property to implementation.

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...