Statistics
| Revision:

root / branches @ 30266

# Date Author Comment
30266 07/31/2009 10:11 AM Juan Lucas Domínguez

Fixed little incompatibility

30240 07/31/2009 09:58 AM Juan Lucas Domínguez

Fixed little incompatibility

30239 07/31/2009 09:29 AM Vicente Caballero

#2403

30236 07/31/2009 09:15 AM Juan Lucas Domínguez

Removed unnecessary (and non-compatible) class

30235 07/31/2009 09:12 AM Juan Lucas Domínguez

Removed unnecessary import

30233 07/30/2009 03:02 PM Vicente Caballero

#2422

30231 07/30/2009 02:58 PM vsanjaime

provider done

30213 07/30/2009 01:32 PM Jose Manuel Vivó Arnal

Fixed urls for java packages

see #2434

30212 07/30/2009 01:30 PM Vicente Caballero

#2424

30209 07/30/2009 01:12 PM Jose Manuel Vivó Arnal

Fixed compilation problem

30208 07/30/2009 01:08 PM Jose Manuel Vivó Arnal
30207 07/30/2009 01:07 PM Jose Manuel Vivó Arnal
30205 07/30/2009 12:42 PM maquerol

Bug #2181

30203 07/30/2009 12:30 PM Vicente Caballero

#2431

30187 07/29/2009 01:55 PM Javier Carrasco

Changed InfoByPoint.getInfo(), now it returns a DynObject Array.
Feature has been modified to extend DynObject.
DynField.setDefaultValue has been changed to setDynDefaultValue.

30186 07/29/2009 12:56 PM maquerol

Bug #2162

30183 07/29/2009 12:16 PM Jose Manuel Vivó Arnal
30181 07/29/2009 10:51 AM Juan Lucas Domínguez

Restored Feature parameter

30180 07/29/2009 10:48 AM Juan Lucas Domínguez

Skipped test until details are solved, now install works.

30179 07/29/2009 10:42 AM Juan Lucas Domínguez

Restored InfoByPoint to return XMLItem[]

30178 07/29/2009 09:55 AM Jose Manuel Vivó Arnal
30174 07/28/2009 02:44 PM Juan Lucas Domínguez

Added new persistence

30173 07/28/2009 02:44 PM Juan Lucas Domínguez

Added new persistence

30170 07/28/2009 01:20 PM Ignacio Brodín

Bug #1809

30161 07/28/2009 09:45 AM Jorge Piera

All the libraries have to inherit of BaseLibrary

30160 07/28/2009 09:36 AM Jorge Piera

All the libraries have to inherit of BaseLibrary

30159 07/28/2009 09:22 AM Ignacio Brodín

Bug #2078

30157 07/28/2009 09:08 AM Cesar Ordiñana

A org.opengis.feature.FeatureCollection was being incorrectly used instead of a FeatureSet from DAL.

30156 07/28/2009 09:03 AM Vicente Caballero

#2413

30154 07/27/2009 03:38 PM Cesar Ordiñana

Replace old set(Object) method with the PersistenceManager.setProperty method

30153 07/27/2009 03:22 PM Cesar Ordiñana
30152 07/27/2009 03:20 PM Cesar Ordiñana

Remove unused variables

30151 07/27/2009 02:59 PM Cesar Ordiñana

Update to the new ISymbol.draw method

30150 07/27/2009 02:53 PM Cesar Ordiñana

This implementation does not work, comment out initialization variable till we create a new working implementation

30149 07/27/2009 02:42 PM Vicente Caballero

#2282

30146 07/27/2009 02:19 PM Jose Manuel Vivó Arnal

Persistence Api changes:
- Removed Object setter of PersistentState.
- Override setters for supported types (Boolean,Integer...)
- Added java.utils.Date to supported types
- Added registerClass with namespace identification
- Created especial exception for catch Creation and TypeNotSuperted...

30144 07/27/2009 02:02 PM Cesar Ordiñana

Comment out Legend Driver code till we rewrite it with the new Legend Reader/Writer API

30143 07/27/2009 12:29 PM Ignacio Brodín

Bug #2396

30139 07/24/2009 01:53 PM Vicente Caballero

bug:#2183

30137 07/24/2009 01:40 PM Ignacio Brodín

Bug #2406

30133 07/24/2009 12:53 PM Ignacio Brodín

Bug #1731

30132 07/24/2009 12:41 PM Jose Manuel Vivó Arnal

Fixed problem when symbol description is null

see #2405

30128 07/24/2009 10:54 AM Vicente Caballero

#1035

30127 07/24/2009 10:49 AM Jose Manuel Vivó Arnal

Fixed uninstaller problem

see #2402

30124 07/24/2009 09:53 AM Cesar Ordiñana

Added needed import

30123 07/24/2009 08:32 AM Ignacio Brodín

Bug #2154

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

Manage the null value assigned symbol case.

30120 07/23/2009 06:31 PM Cesar Ordiñana

Removed reference to non existen class in javadoc and import

30119 07/23/2009 06:30 PM Cesar Ordiñana

Simbology initialization moved to its own extension

30118 07/23/2009 06:27 PM Cesar Ordiñana

Simbology initialization

30117 07/23/2009 06:21 PM Cesar Ordiñana

Add Feature as parameter to the ISymbol.draw method

30116 07/23/2009 03:23 PM Cesar Ordiñana

Add Feature as parameter to the ISymbol.draw method

30115 07/23/2009 03:22 PM Cesar Ordiñana
30114 07/23/2009 02:48 PM Cesar Ordiñana

Print method parameter type correction

30113 07/23/2009 02:48 PM Cesar Ordiñana

Method print implementation based on the old FLyerVect implementation.

30112 07/23/2009 02:36 PM Cesar Ordiñana

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

30107 07/23/2009 12:30 PM Juan Lucas Domínguez

Added method to set print/draw rendering hints. For SE, implementation is the former code. For CDC, empty implementation (Graph2D in CDC does not have these capabilities). This is used in MapContext draw/print methods

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

Add some javadoc comments

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

Organize imports

30094 07/22/2009 11:02 AM Ignacio Brodín

Bug #2392

30080 07/21/2009 03:17 PM Jose Manuel Vivó Arnal

Added check of type

30079 07/21/2009 03:10 PM Jose Manuel Vivó Arnal

Moved types classes to DataTypes.
added persistence supported types.

30078 07/21/2009 03:09 PM Jose Manuel Vivó Arnal

added persistence suported types

30077 07/21/2009 03:05 PM Ignacio Brodín

Bug #2070

30076 07/21/2009 02:59 PM Jose Manuel Vivó Arnal
30074 07/21/2009 02:51 PM Jose Manuel Vivó Arnal

Added utility methods for add fields

30072 07/21/2009 02:29 PM Cesar Ordiñana

Comment out test method

30071 07/21/2009 02:28 PM Cesar Ordiñana

Set default outline line width

30070 07/21/2009 02:28 PM Cesar Ordiñana

While it is not a full extension, change to library pom inheritance

30069 07/21/2009 02:27 PM Cesar Ordiñana

Don't draw the layer if the legend is null

30068 07/21/2009 02:21 PM Jose Manuel Vivó Arnal

Added default DAL implementation Library

30067 07/21/2009 02:20 PM Jose Manuel Vivó Arnal

removed incorrect dal library initialization

30066 07/21/2009 02:19 PM Jose Manuel Vivó Arnal

Added missing initialize geometry operation library

30065 07/21/2009 01:52 PM Jose Manuel Vivó Arnal

Added persistence test

30064 07/21/2009 01:52 PM Jose Manuel Vivó Arnal

Removed persistence of provider.
Fixed null set selection problems.

30062 07/21/2009 01:44 PM Cesar Ordiñana

Small source format

30061 07/21/2009 01:36 PM Jose Manuel Vivó Arnal
30060 07/21/2009 01:33 PM Jose Manuel Vivó Arnal

Persistence implementation

30058 07/21/2009 12:05 PM maquerol

Bug #1412

30056 07/21/2009 11:28 AM Ignacio Brodín

Bug #1800

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

Organize imports

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

Organize imports

30051 07/20/2009 06:59 PM Cesar Ordiñana

Replace the old GraphicLayer API with the new one

30050 07/20/2009 06:50 PM Cesar Ordiñana

Exception not thrown anymore

30049 07/20/2009 06:47 PM Cesar Ordiñana

Exception not thrown anymore

30048 07/20/2009 06:46 PM Cesar Ordiñana

Exception not thrown anymore

30047 07/20/2009 06:45 PM Cesar Ordiñana

New method to get a Symbol by insert position

30043 07/20/2009 11:26 AM Ignacio Brodín

Bug #1731

30038 07/17/2009 02:57 PM Cesar Ordiñana

Add getFeatureStore method to the VectorLayer interface, and remove declared exception never thrown

30036 07/17/2009 02:33 PM Cesar Ordiñana

NOt used anumore

30035 07/17/2009 02:33 PM Cesar Ordiñana

Set as deprecated prior to remove them

30034 07/17/2009 02:32 PM Cesar Ordiñana

Not used anymore

30033 07/17/2009 02:27 PM Cesar Ordiñana

Not used anymore

30032 07/17/2009 02:24 PM Cesar Ordiñana

Add dependency on the new base symbology extension

30031 07/17/2009 02:22 PM Cesar Ordiñana

Add dependency on the new base symbology extension

30030 07/17/2009 02:22 PM Cesar Ordiñana

Add dependency on the new base symbology extension

30029 07/17/2009 02:21 PM Cesar Ordiñana

Remove unused import

30028 07/17/2009 02:20 PM Cesar Ordiñana

Add simple implementation for the MetadataID

30027 07/17/2009 02:15 PM Cesar Ordiñana

Comment out dependency on the appgvSIG extension, at least till it becomes a real extension and the symbology gui code is moved from appgvSIG to this extension

30026 07/17/2009 02:05 PM Cesar Ordiñana

Update parent extension pom names