Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2021 / extensions / org.gvsig.symbology / src / test / java / org / gvsig / symbology / fmap / mapcontext / rendering / legend / TestAbstractIntervalLegend.java @ 34111

History | View | Annotate | Download (19.3 KB)

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

Build 2021

33718 10/20/2010 11:11 AM Joaquín del Cerro Murciano

Se ha modificado el interface DataStore, cambiando la semantica de este metodo getName y añadiendo el metodo getFullName.

Se ha eliminado el metodo getName de FeatureStoreProvider y
subido al interface padre DataStoreProvider, a la vez que se
cambia la semantica de este....

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.

32811 06/16/2010 06:08 AM Francisco José Peñarrubia

Just to avoid a compilation error with MockupFeatureStore

32737 05/27/2010 07:49 AM Vicente Caballero

cache

31699 11/24/2009 11:04 AM Cesar Ordiñana

Add new clear method to DynObject

31672 11/20/2009 05:54 AM Jorge Piera

Moving some classes of the API from org.gvsig.symbology to mapcontext.

31584 11/11/2009 09:46 AM Joaquín del Cerro Murciano
31284 10/14/2009 08:56 AM Cesar Ordiñana

Make sure all disposable objects are disposed, mainly DAL related ones, like FeatureSet and Iterators.
Create a new DisposableManager to manage a register of Disposable objects being bound and released.

30754 09/09/2009 02:42 AM Cesar Ordiñana

Added new TestCase extended class with automatic library initialization

30580 08/26/2009 03:41 AM Cesar Ordiñana

New automatic Library initialization mechanism and Library API refactoring

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

Adding methods and comment code to compile the project

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

New Basic symbology extension, extracted from the libFMap_mapcontext project