Statistics
| Revision:

gvsig-3d / 2.1 / trunk / org.gvsig.view3d / org.gvsig.view3d.swing / org.gvsig.view3d.swing.api / src / main / java / org / gvsig / view3d / swing / api / MapControl3D.java @ 475

History | View | Annotate | Download (7.23 KB)

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

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

Change register of View3DPanel for MapControl3D register.

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

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

Change author name of classes.

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