Statistics
| Revision:

root / tags / v2_0_0_Build_2047 / libraries / org.gvsig.symbology / org.gvsig.symbology.lib / org.gvsig.symbology.lib.impl / src / main / java / org / gvsig / symbology / fmap / mapcontext / rendering / legend / impl / AbstractVectorialLegend.java @ 38311

History | View | Annotate | Download (33.2 KB)

  • svn:mime-type: text/plain
# Date Author Comment
38311 05/30/2012 11:12 AM Juan Lucas Domínguez

gvSIG 2.0.0 build 2047

38221 05/15/2012 09:42 AM Cesar Ordiñana

Capture more exceptions related to the concurrent modification of a store.
Refs #596.

38207 05/09/2012 06:08 PM Cesar Ordiñana

If while drawing a ConcurrentModificationException is thrown, retry for 3 times.
Refs #596.

37421 11/23/2011 09:52 AM Jorge Piera

The filter to print a geometry has to be an IntersectsGeometryEvaluator. If is a ContainsGeometryEvaluator, not all the gemetries are printed [gvsig-desktop #12738]

36250 08/31/2011 10:05 AM fdiaz

Evitado error en la conversion de un envelope vacío.

35472 06/14/2011 12:23 PM Jorge Piera

The GeneralPathX uses point's instead of array of doubles. [gvsig-desktop #15384]

35329 05/27/2011 09:33 AM Jorge Piera

Adding a FeatureQuery parameter in the draw method, [gvsig-desktop #15366]

35198 05/23/2011 02:01 PM Jorge Piera

Adding the AddFilter method to the FeatureQuery and updating the IVectorlegend.draw method to use an evaluator [gvsig-desktop #15366]

35174 05/18/2011 11:12 AM Jorge Piera

Adding an operation to convert a geometry to the map coordinates. It has been necessary because the spline was not drawn before [gvsig-desktop #15332]

34978 05/04/2011 02:19 PM fdiaz

gvsig-desktop##12750
Arreglados problemas en:
- creación de nuevas capas DXF
- edición de capas DXF
- Leyenda de capas DXF
- Relacionado con lo anterior, arreglado también el panel de la leyenda de valores unicos.

34935 04/22/2011 04:34 PM Joaquín del Cerro Murciano

Add use of TaskStatus in render of legend

34689 03/08/2011 04:39 PM Cesar Ordiñana

Organize imports

34294 12/21/2010 10:49 AM fdiaz

Symbology project refactoring