Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2010 / libraries / libFMap_mapcontext / src @ 33839

# Date Author Comment
33137 07/08/2010 11:13 AM Cesar Ordiñana

gvSIG 2.0.0 build 2010 for developers

33053 07/07/2010 06:03 AM Cesar Ordiñana

Evaluator getCQL method replaced with getSQL, as this is the real type of the expressions returned

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

Add to the libreries declaration of dependency with other libraries.

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

Fix bug when load a layer and has problems creating the legend.

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

Fix bug when load a layer and has problems creating the legend.

32923 07/02/2010 12:17 PM Joaquín del Cerro Murciano

Add to MapContextManager methods to create layers and deprecate this in LayerFactory

32907 06/28/2010 11:40 AM Cesar Ordiñana

Correct import

32906 06/28/2010 09:59 AM Cesar Ordiñana

Use new DataManager utility method

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.

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

32711 05/24/2010 10:40 AM Cesar Martinez Izquierdo

Fixed cloneViewport method (was commented out since the migration to the new persistence model)

32346 04/06/2010 08:01 AM Jorge Piera

It is necessary to set the attribute that uses the graphics layer legend to select the symbol used for drawing

31708 11/25/2009 04:32 AM Juan Lucas Domínguez

fixed persistence

31707 11/25/2009 04:31 AM Juan Lucas Domínguez

fixed typo inToc/visible

31706 11/25/2009 04:30 AM Juan Lucas Domínguez

persistence details

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

Add new clear method to DynObject

31698 11/24/2009 11:03 AM Cesar Ordiñana

Check if there are any added Rectangles before returning the last one

31697 11/24/2009 10:45 AM Cesar Ordiñana

Update javadoc

31691 11/24/2009 04:58 AM Juan Lucas Domínguez

fixed vp persistence

31687 11/23/2009 09:27 AM Juan Lucas Domínguez

constructor is new Rectangle2D.Double(minx,miny,w,h)

31681 11/20/2009 08:56 AM Juan Lucas Domínguez

using direct rectangle2d persistence

31680 11/20/2009 08:55 AM Juan Lucas Domínguez

fixed typo

31678 11/20/2009 08:24 AM Cesar Ordiñana

Revert to previous array based implementation, updating also the persistence

31677 11/20/2009 08:18 AM Cesar Ordiñana

Register the Rectangle2D persistence factory

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

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

31552 11/10/2009 07:15 AM Joaquín del Cerro Murciano
31549 11/10/2009 07:11 AM Joaquín del Cerro Murciano
31548 11/10/2009 07:10 AM Joaquín del Cerro Murciano
31544 11/09/2009 08:57 AM Cesar Ordiñana

Replace Gobernment with Government in the header

31496 11/04/2009 07:53 AM Joaquín del Cerro Murciano
  • Changes in project and documents model.
  • Add support to project persistence (in course).
  • Rename AppGvSigManager/Locator/Libray to ApplicationManager/Locator/Library.
  • Add new methods to ApplicationManager.
31347 10/20/2009 06:45 PM Cesar Ordiñana

Add pending imports

31340 10/20/2009 08:29 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.

31223 10/08/2009 03:03 AM Juan Lucas Domínguez

avoid getting manager (possibly not initialized) in static section

31222 10/08/2009 03:03 AM Juan Lucas Domínguez

removed system out

31214 10/07/2009 10:24 AM Cesar Ordiñana

Persist the projection directly

31172 10/06/2009 10:51 AM Vicente Caballero

#2403

31154 10/06/2009 07:03 AM Juan Lucas Domínguez

small changes related to persistence

31074 10/01/2009 12:24 PM Cesar Ordiñana

Make sure FeatureSet.dispose() and DisposableIterator.dispose() are called each time they aren't needed anymore, even when a cancel is performed or an exception is thrown

31047 10/01/2009 10:46 AM Juan Lucas Domínguez

removed system out

30932 09/23/2009 01:49 AM Jorge Piera

The GeometryManager cannot be static because this class can be used when the GeometryManager has not been registered

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

Extract SymbolManager methods from the MapContextManager

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

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

30813 09/17/2009 04:27 AM Javier Carrasco

Solved code failure. Patch provided by aromeu

30779 09/14/2009 07:08 AM Cesar Ordiñana

New persistence factories for java.awt.Font and java.awt.Point2D objects

30770 09/11/2009 08:31 AM Cesar Ordiñana

new Persistence factory for java.awt.Color objects

30755 09/09/2009 03:01 AM Jorge Piera

Commented the AFTER_FINISH_EDITION in the update(Observable) method. It is necessary to use the GraphicsLayer.

30748 09/07/2009 12:50 PM Jorge Piera

Adding the GraphicsLayer

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

Small Library API refactoring

30598 08/26/2009 08:08 AM Juan Lucas Domínguez

removed unused import

30596 08/26/2009 07:32 AM Juan Lucas Domínguez

removed dummy classes from src folder

30594 08/26/2009 07:30 AM Juan Lucas Domínguez

removed registerPersistent for dummy class

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

New automatic Library initialization mechanism and Library API refactoring

30574 08/25/2009 08:16 AM Juan Lucas Domínguez

Updated dummy classes

30509 08/13/2009 06:33 AM Vicente Caballero

#2476

30352 08/07/2009 05:07 AM Jorge Piera

Updated the FLyrVect.update method

30342 08/06/2009 03:17 AM Juan Lucas Domínguez

removed unnecessary nonn compatible classes

30325 08/06/2009 02:51 AM Jorge Piera

The snappers are not on the map context

30304 07/31/2009 09:25 AM Jose Manuel Vivó Arnal

Fixed a refresh problem.

see #2138

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

Fixed little incompatibility

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

Removed unnecessary (and non-compatible) class

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

Removed unnecessary import

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

Fixed compilation problem

30187 07/29/2009 07:55 AM 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.

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

Restored Feature parameter

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

Restored InfoByPoint to return XMLItem[]

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

Added new persistence

30173 07/28/2009 08:44 AM Juan Lucas Domínguez

Added new persistence

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

Add Feature as parameter to the ISymbol.draw method

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

Print method parameter type correction

30069 07/21/2009 08:27 AM Cesar Ordiñana

Don't draw the layer if the legend is null

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

New method to get a Symbol by insert position

30038 07/17/2009 08:57 AM Cesar Ordiñana

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

30034 07/17/2009 08:32 AM Cesar Ordiñana

Not used anymore

30033 07/17/2009 08:27 AM Cesar Ordiñana

Not used anymore

30011 07/17/2009 07:07 AM Cesar Ordiñana

Separate the simbology, legend and labeling API from the implementation in MapContext and move the implementation to a new extension.
Create the api for the GraphicsLayer and a new implementation based on DAL.

29973 07/15/2009 03:14 AM Juan Lucas Domínguez

Changes to make it CDC-compatible. Replaced call to GeneralPathX constructor and append.

29970 07/14/2009 09:37 AM Vicente Caballero

Arreglados problemas con la escala:
bug:2211
bug:847

29956 07/14/2009 03:58 AM Jose Manuel Vivó Arnal

New API persistence version

29871 07/10/2009 04:09 AM Vicente Caballero

bug

29820 07/08/2009 08:36 AM Vicente Caballero
29811 07/08/2009 05:17 AM Vicente Caballero

#2300

29801 07/07/2009 02:33 AM Vicente Caballero

cambio similar al de la 1.9

29799 07/06/2009 10:55 AM Jorge Piera

Adding the getOperationCode to the GeometryManager

29726 07/03/2009 03:27 AM Vicente Caballero

#1506

29631 06/29/2009 12:56 PM Jorge Piera

Refactoring of packages

29570 06/26/2009 03:56 AM Carlos Sánchez Periñán

take out ImageIcon from mapcontext

29519 06/23/2009 05:38 AM Jordi Torres

Triying to solve encoding problems

29506 06/22/2009 07:33 AM Jordi Torres

dummy change

29503 06/22/2009 07:11 AM Jorge Piera

Updating some method names

29467 06/18/2009 06:02 AM Vicente Caballero

#2217

29380 06/12/2009 07:24 AM Jose Manuel Vivó Arnal

Fixed attribute name field used in item

see #2188

29312 06/09/2009 11:50 AM Juan Lucas Domínguez

Reemplazado PrintAttributes en todos

29281 06/08/2009 01:49 PM Juan Lucas Domínguez

Evitra translate de Graphics2D (ver https://gvsig.org/web/production/proyectos/mobile-pda/docs/papers-and-drafts/compat_nucleo_se_cdc/compat_mapcontext_se_cdc/compat_graphics_translate )

29280 06/08/2009 01:44 PM Juan Lucas Domínguez

Se obtiene DPI por libCompat

29279 06/08/2009 01:41 PM Juan Lucas Domínguez

Evita casting implicito Point/Point2D, no permitido en CDC

29277 06/08/2009 01:23 PM Juan Lucas Domínguez

Se evita uso no compatible de Rectangle, point y Dimension (ver https://gvsig.org/web/production/proyectos/mobile-pda/docs/papers-and-drafts/compat_nucleo_se_cdc/compat_mapcontext_se_cdc/compat_rectanhle_point_dimension )

29276 06/08/2009 01:18 PM Juan Lucas Domínguez

Se evita uso de StringBuilder (reemplazado por StringBuffer)