Statistics
| Revision:

root / branches / gvSIG_19_ext3D_osgVP_2_2_0 / libraries / lib3DMap / src / org / gvsig / gvsig3d / simbology3D / Polygon3DFeature.java @ 31580

History | View | Annotate | Download (2.19 KB)

# Date Author Comment
31519 11/06/2009 12:35 PM Jordi Torres

Adapting 3D symbology framework to gvSIG, first try of polygon borders

31394 10/26/2009 01:10 PM María Ten

Replaced osgvpplanets library by osgvpterrain library in 3D extension.

31057 10/01/2009 05:46 PM Jordi Torres

Apating to osg2.8.2 and osgvp 2.2.0

30827 09/18/2009 12:40 PM Jordi Torres

New branch to work in gvSIG 1.9 and ext3D with osgVP 2.2.0

24841 11/07/2008 02:42 PM afraile

Extrusion functions.

24836 11/07/2008 09:52 AM jcampos

Classes Upgrade.

24830 11/06/2008 05:39 PM jcampos

upgrade classes to draw the new extrusion symbol. It is necessary to implement generateSymbol function for points and lines. Because there are not any function in the Feature factory to extrude lines and points.

21940 06/30/2008 02:35 PM jcampos

Upgrade classes import.

21938 06/30/2008 02:19 PM jcampos

Moved remotely.
Refactoring.

20892 05/26/2008 04:37 PM jcampos

Classes change to make compatible this project with osgVP-2.1.1-SNAPSHOT.

18219 01/18/2008 01:08 PM María Ten

Upgraded jar libraries.

18103 01/16/2008 03:46 PM jcampos

New 3D features, geometry and symbol are fixed in the 3D core library.

this new part wraps the 2D symbology using the design patterns adapter over 2D part.

16453 11/21/2007 09:53 AM jcampos

new feature implement. now we can use point 3D representation, this new feature is for test and there are a lot of thing that not run correctly.

15591 10/29/2007 01:27 PM jcampos

Refactor clases.

15508 10/25/2007 05:50 PM jcampos

New package to manage the 3D simbology.
- I3DFeature is the common interface for all classes.
- Line3DFeature is to manage polylines 3D. It generates the josg node using the symbol and the geometry.
- Point3DFeature is to manage points 3D. It generates the josg node using the symbol and the geometry....