Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2021 / extensions / org.gvsig.symbology / src / main / java / org / gvsig / symbology / fmap / mapcontext / rendering / legend / styling / AttrInTableLabelingStrategy.java @ 34111

History | View | Annotate | Download (17.4 KB)

# Date Author Comment
34111 11/08/2010 11:15 AM Cesar Ordiñana

Build 2021

33681 10/18/2010 04:38 AM Francisco Díaz Carsí

Persistencia de proyectos con capas vectoriales de archivo y sus correspondientes simbologías.
Persistencia de los hyperenlaces.

33619 09/29/2010 12:55 PM Joaquín del Cerro Murciano

Changes in persistence definitions
Improve mechanism of register persistence definitions, symbols, and legends.

33205 07/23/2010 04:38 AM Cesar Ordiñana

Make Feature extend DynObject, FeatureSet extend DynObjectSet and FeaturePagingHelper extend DynObjectPagingHelper, so the main Feature related data interfaces may be used as DynObjects.

Remove the conflicting and empty DisposableIterator from DAL, as now it is available in tools.

32880 06/24/2010 08:34 AM Joaquín del Cerro Murciano

- Update to org.gvsig.tools 2.1.0
- separate metadata definition from provider parameters definition.
- Use of xml files to define metadata and persistence in DAL.

31513 11/05/2009 10:40 AM Cesar Ordiñana

Update persistence and remove compilation warnings

30287 07/31/2009 06:55 AM Jorge Piera

Adding methods and comment code to compile the project

30116 07/23/2009 09:23 AM Cesar Ordiñana

Add Feature as parameter to the ISymbol.draw method

30112 07/23/2009 08:36 AM Cesar Ordiñana

Replace uses of the generic Feature.get()::Object with the ones for the required type: getString(), getDouble, ...

30010 07/17/2009 06:45 AM Cesar Ordiñana

New Basic symbology extension, extracted from the libFMap_mapcontext project