Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2021 / extensions / org.gvsig.symbology / src / main @ 34111

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

Build 2021

33652 10/08/2010 06:10 AM Joaquín del Cerro Murciano

- Changes in metadata dependencies
- Fix persistence bugs in symbology

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.

33405 09/22/2010 04:30 AM Francisco Díaz Carsí

Añadidos los tipos de geometrías CIRCLE, ELLIPSE, ARC y ELLIPTICARC al registro de símbolos.

33375 09/09/2010 06:14 AM Cesar Ordiñana

Don't have to clone and persist listeners and observers. When loaded from persistence, other objects who listen or observe a legend will have to register in their loadFromPersistence.

33334 08/27/2010 08:54 AM Joaquín del Cerro Murciano
33331 08/25/2010 08:52 AM Joaquín del Cerro Murciano

- Persistence changes.
- Add persistence factory to AWT Dimension
- Change getType of FeatureAttributeDescriptor to getDataType
to avoid conflict.
- Metadata definition changes.
- Partial remove of HiperLink in fmap and appgvsig.
- Add support in metadata project to MetadataContainers.

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.

33202 07/20/2010 03:37 AM Cesar Ordiñana

Use the view projection if the data doesn't have one

33198 07/16/2010 08:40 AM Cesar Ordiñana

Throw exception if the projection of the data to draw is null

33032 07/06/2010 11:11 AM Joaquín del Cerro Murciano

Add to the libreries declaration of dependency with other libraries.

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.

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

Implemented one method with code from abstractSymbol. FSymbol is still needed in networkAnalysis, at least until an ImageMarkerSymbol is implemented

32793 06/10/2010 06:16 AM Cesar Ordiñana

Add new methods to the GraphicLayer:
- add more parameters to the addGraphic: an Object tag and a priority
- add a getSymbolId

31705 11/25/2009 04:18 AM Vicente Caballero

#2765
Arregladas las lineas con offset tanto para muiltipolilineas como para polígonos con islas y multipolígonos.

31633 11/17/2009 04:27 AM Jorge Piera

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

31632 11/17/2009 04:25 AM Jorge Piera

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

31631 11/17/2009 04:15 AM Jorge Piera

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

31544 11/09/2009 08:57 AM Cesar Ordiñana

Replace Gobernment with Government in the header

31515 11/05/2009 10:53 AM Cesar Ordiñana

Move XMLBuilder to the unique project where it is currently used

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

Update persistence and remove compilation warnings

31491 11/04/2009 06:36 AM Vicente Caballero

cambio a syncronized

31457 11/02/2009 08:12 AM Vicente Caballero

#2684

31206 10/07/2009 07:57 AM Cesar Ordiñana

Check layers is not null everywhere.

31110 10/05/2009 08:15 AM Cesar Ordiñana

Extend and use the FeatureSet through a visitor in the view drawing and the table model

31107 10/05/2009 08:02 AM Cesar Ordiñana

Change one point logic to use a switch clause

31073 10/01/2009 12:23 PM Cesar Ordiñana

Change to work with the IInterval API

31027 09/30/2009 05:20 AM Cesar Ordiñana

Javadoc correction

31025 09/30/2009 04:02 AM Cesar Ordiñana

Remove old persistence usage, not needed anymore

30926 09/22/2009 09:25 AM Jorge Piera

Added a case in the isOneDotOrPixel to draw the Aggregates. Should be possible to add it using an operation?

30921 09/22/2009 06:56 AM Jorge Piera

Added a case in the isOneDotOrPixel to draw the Aggregates. Should be possible to add it using an operation?

30892 09/21/2009 08:02 AM Cesar Ordiñana

Extract SymbolManager methods from the MapContextManager

30843 09/21/2009 04:00 AM Cesar Ordiñana

Replace Java 1.6 API usage with 1.5 compatible code

30838 09/18/2009 09:20 AM Cesar Ordiñana

Symbology and Legends persistence and clone implementation.
New persistence and dynobjects utility methods.

30772 09/14/2009 03:01 AM Vicente Caballero

simbología

30771 09/14/2009 02:58 AM Jorge Piera

Adding the Spline to the multishape symbol

30763 09/10/2009 06:39 AM Cesar Ordiñana

Take into account if we use the CartoGraphic support to calculate the symbol drawing size

30762 09/10/2009 06:27 AM Cesar Ordiñana

Remove attributes already defined in the parent class. This was making that the unit value redefined was hiding the parent's unit attribute value.

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

Added new TestCase extended class with automatic library initialization

30633 09/01/2009 08:00 AM Cesar Ordiñana

Small Library API refactoring

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

New automatic Library initialization mechanism and Library API refactoring

30322 08/06/2009 02:49 AM Jorge Piera

Adding the methods of persistence to compile the project

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

Adding methods and comment code to compile the project

30121 07/24/2009 02:26 AM Cesar Ordiñana

Manage the null value assigned symbol case.

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

Add Feature as parameter to the ISymbol.draw method

30113 07/23/2009 08:48 AM Cesar Ordiñana

Method print implementation based on the old FLyerVect implementation.

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

30103 07/23/2009 02:25 AM Cesar Ordiñana

Add some javadoc comments

30102 07/22/2009 12:05 PM Cesar Ordiñana

Organize imports

30072 07/21/2009 08:29 AM Cesar Ordiñana

Comment out test method

30071 07/21/2009 08:28 AM Cesar Ordiñana

Set default outline line width

30062 07/21/2009 07:44 AM Cesar Ordiñana

Small source format

30053 07/20/2009 01:05 PM Cesar Ordiñana

Organize imports

30052 07/20/2009 01:04 PM Cesar Ordiñana

Organize imports

30036 07/17/2009 08:33 AM Cesar Ordiñana

NOt used anumore

30035 07/17/2009 08:33 AM Cesar Ordiñana

Set as deprecated prior to remove them

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

New Basic symbology extension, extracted from the libFMap_mapcontext project