Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2022 / libraries / libFMap_mapcontext @ 38629

  • svn:ignore: .classpath .project .settings maven-eclipse.xml target bin hs_err_pid* .externalToolBuilders .settings .classpath .project
# Date Author Comment
34208 11/23/2010 10:54 AM Cesar Ordiñana

Build 2022 alpha1

34149 11/18/2010 11:36 AM Cesar Ordiñana

Update tools lib tests dependence definition, using type:test-jar instead of classifier:tests

34139 11/18/2010 03:59 AM Cesar Ordiñana

Replace boundary function with the envelope one in sql queries, as it is not supported in mysql and in postgis it doesn't support geometrycollections

34112 11/09/2010 06:18 AM Jorge Piera

Adding methods to manage the envelope for the FeatureStore

33739 10/21/2010 08:16 AM Francisco Díaz Carsí

Persistencia de capas postgis

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

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.

33657 10/11/2010 09:01 AM Cesar Ordiñana

Info by Point implementation improvements

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

- Changes in metadata dependencies
- Fix persistence bugs in symbology

33623 10/01/2010 04:40 AM Cristian Martín

Add layer with metadata load functionality

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.

33615 09/29/2010 07:53 AM Cesar Ordiñana

Put correct logger declaration

33613 09/29/2010 04:51 AM Francisco Díaz Carsí

Clonado del ViewPort

33609 09/28/2010 07:53 AM Francisco Díaz Carsí

Deshabilitación de los test

33593 09/24/2010 03:57 AM Jorge Piera

Removing some duplicated methods

33429 09/23/2010 09:28 AM Cesar Ordiñana

Info by point implementation based on the tools.swing.dynobject utilities

33410 09/22/2010 05:00 AM Joaquín del Cerro Murciano

Fix error in persistence

33395 09/21/2010 06:49 AM Cristian Martín

FLayer static variable METADATA_CRS had a mispelled value "SRS" instead of "CRS", which is the attribute name of the datastore metadata field.

33394 09/21/2010 06:41 AM Cristian Martín

Conditional if unnecessary, getDynValue will return null if not found.

33393 09/21/2010 03:25 AM Jorge Piera

Test classes have to implement the DynClass and DynField methods

33391 09/20/2010 11:10 AM Joaquín del Cerro Murciano
33354 09/02/2010 08:37 AM Cesar Ordiñana

Persist x, y, width and height instead of minx, miny, maxx, maxy because of precision errors.

33352 09/02/2010 03:54 AM Cesar Ordiñana

Solve persistence errors

33351 09/02/2010 03:45 AM Cesar Ordiñana

Add persistence registration of the FlayerStatus class

33350 09/02/2010 03:45 AM Cesar Ordiñana

Solve persistence definition error

33349 09/02/2010 03:42 AM Cesar Ordiñana

Solve persistence issues

33348 09/02/2010 03:02 AM Cesar Ordiñana

Solver tests errors by changing factory creation with getting them through the PersistenceManager

33339 09/01/2010 05:15 AM Jorge Piera

Adding the getLegend method to the MapContextManager

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.

33281 08/16/2010 06:15 AM Joaquín del Cerro Murciano

Changes in persistence management.

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.

33197 07/16/2010 08:32 AM Francisco José Peñarrubia

Using envelopeWKT instead of "toString"

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

32736 05/27/2010 07:48 AM Vicente Caballero

cache

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

32267 03/16/2010 11:45 AM Cesar Ordiñana

Ignore eclipse project files

32264 03/16/2010 03:29 AM Cesar Ordiñana

First approach to set gvSIG core dependencies in the org.gvsig.core.maven.dependencies pom file.

32058 01/27/2010 11:18 AM Cesar Ordiñana

Replace site repository id

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)

31686 11/23/2009 02:47 AM Juan Lucas Domínguez

That assignment is not allowed in JME (a Rectangle is not a Rectangle2D)

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

31679 11/20/2009 08:44 AM Cesar Ordiñana

New test units for the ExtentHistory class

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.

31585 11/11/2009 09:47 AM Joaquín del Cerro Murciano
31552 11/10/2009 07:15 AM Joaquín del Cerro Murciano
31551 11/10/2009 07:14 AM Joaquín del Cerro Murciano
31550 11/10/2009 07:14 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

31542 11/09/2009 06:59 AM Jorge Piera

Adding cache support

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.
31493 11/04/2009 07:19 AM Cesar Ordiñana

Maven repository moved to OSOR.
Change all legacy dependencies with the standard ones, or if not available in the standard repositories, set them into their own groupid. For non standard available dependencies with not known version, set version as "unknown" instead of "gvsig"....

31489 11/04/2009 06:23 AM Juan Lucas Domínguez

added cdc dependencies

31347 10/20/2009 06:45 PM Cesar Ordiñana

Add pending imports

31346 10/20/2009 06:22 PM Cesar Ordiñana

Set dependence with libtools tests to test scope

31340 10/20/2009 08:29 AM Joaquín del Cerro Murciano
31333 10/20/2009 04:47 AM Cesar Ordiñana

Update .classpath only on multi jar projects

31330 10/19/2009 10:28 AM Cesar Ordiñana

Ignore eclipse configuration files

31326 10/19/2009 08:57 AM Cesar Ordiñana

Remove eclipse projects configuration. From now on, it will be generated locally with maven.

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.

31280 10/14/2009 03:36 AM Juan Lucas Domínguez

small changes

31279 10/14/2009 03:36 AM Juan Lucas Domínguez

added test dependencies

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

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

Don't catch exception into test methods

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

Persist the projection directly

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

#2403

31157 10/06/2009 07:15 AM Juan Lucas Domínguez

added tests

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

31017 09/29/2009 05:44 AM Jorge Piera

Updating the project path

30976 09/25/2009 03:04 AM Carlos Sánchez Periñán

fixed classpath

30975 09/25/2009 02:55 AM Carlos Sánchez Periñán

deleted IverUtiles dependency. seems work right at least on cdc.

30950 09/23/2009 07:03 AM Jorge Piera

Updating some classpaths with some resources

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

30899 09/21/2009 10:00 AM Jorge Piera

Generating the .project and the classpath from the pom file

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.

30816 09/18/2009 04:42 AM Juan Lucas Domínguez

added test dependency