Statistics
| Revision:

root / tags / v2_0_0_Build_2049 / libraries / libFMap_mapcontext / src / org / gvsig / fmap / mapcontext / layers / vectorial / FLyrVect.java @ 38488

History | View | Annotate | Download (51.2 KB)

# Date Author Comment
38488 06/25/2012 12:58 PM Juan Lucas Domínguez

gvSIG 2.0.0 build 2049 (alpha6)

38210 05/09/2012 06:18 PM Cesar Ordiñana

Change drawing cache and drawing version management so all changes affect the mapcontext version. Also the GraphicLayer is included into the MapContextDrawer so it is included in the drawing cache management logic.
Fixes #596.

37835 02/01/2012 09:26 AM Jorge Piera

Adding the temporal filter to the legend to apply it before a drawing process [gvsig-desktop #227]

37491 11/25/2011 09:51 AM Jorge Piera

Adding the getLabelingStrategy method to the MapContextManager that is used to retrieve the ILabelStrategy from a DataStore [gvsig-desktop #15640].

37328 11/14/2011 05:39 PM Cesar Ordiñana

Change geometry type management from shape type id to GeometryType object.
Solves bug #15866: To edit a polygon shape layer by adding a polygon using points

37298 11/14/2011 09:09 AM Jorge Piera

Merging the time support to DAL [gvsig-desktop #15968]

36248 08/31/2011 10:04 AM fdiaz

Añadido codigo, que de momento hemos comentarizado, para arreglar problema de transformaciones.

36231 08/26/2011 03:03 PM fdiaz

Añadida la comprobación de que el fullExtend de una capa nueva no sea Empty para poder pedirle las coordenadas.

36219 08/25/2011 12:49 PM fdiaz

Modificados los parámetros del cálculo del fullExtend por defecto para que no reviente cuando la capa está en coordenadas geodésicas, antes intentaba poner como coordenada máxima (100,100) ahora le ponemos (90,90).

35763 07/15/2011 02:42 PM fdiaz

gvsig-desktop#15567
Fixed "Error message loading project whose layer is removed from the directory"

35753 07/15/2011 10:01 AM Jorge Piera

Select by rectangle tool doesn't work fine [gvsig-desktop #15393]. I've update the FLyrVect.queryByEnvelope method. Now it uses the IntersectsEvaluator instead of the ContainsEvaluator. This method is only used in the SelectionByRectangle tool. I've also update the JavaDoc.

35638 07/06/2011 03:40 PM Nadal Francisco

(jjdc)
Fixed that when a reload is done it will not destroy the transforms or other changes made to the Store of the layer.
Now a new store is not created every time that a layer is reloaded, just a refresh of it.

Arreglado el que cuando se haga un reload no se destruye las transformaciones u otros cambios que se hayan realizado en el Store de la capa....

35627 07/04/2011 02:36 PM fdiaz

gvsig-desktop#15435

35485 06/21/2011 04:02 PM Joaquín del Cerro Murciano

Add support to registry renderers for the info by point tool.

35198 05/23/2011 02:01 PM Jorge Piera

Adding the AddFilter method to the FeatureQuery and updating the IVectorlegend.draw method to use an evaluator [gvsig-desktop #15366]

35184 05/18/2011 05:14 PM Jorge Piera

When a tranformation is applied to a table that has an opened layer, the layer tries to reload it. If there is any error, the layer status is updated to unavailable [gvsig-desktop #15334]

35183 05/18/2011 04:41 PM Cesar Ordiñana

Correct how the disposal of database layers and stores is done.
One of the corrections for ticket: gvsig-desktop#14886 "Can't open tables from DataBase"

34978 05/04/2011 02:19 PM fdiaz

gvsig-desktop##12750
Arreglados problemas en:
- creación de nuevas capas DXF
- edición de capas DXF
- Leyenda de capas DXF
- Relacionado con lo anterior, arreglado también el panel de la leyenda de valores unicos.

34515 02/14/2011 01:00 PM Cesar Ordiñana

Correct encoding

34488 02/09/2011 03:15 PM Cristian Martín

Added functionality to register metadata and get it's correct MetadataName.

34303 12/21/2010 03:44 PM fdiaz

Fix shape type of legend for multipoint, multicurve and multisurface vectorial layers.

33739 10/21/2010 02:16 PM fdiaz

Persistencia de capas postgis

33657 10/11/2010 03:01 PM Cesar Ordiñana

Info by Point implementation improvements

33619 09/29/2010 06:55 PM Joaquín del Cerro Murciano

Changes in persistence definitions
Improve mechanism of register persistence definitions, symbols, and legends.

33429 09/23/2010 03:28 PM Cesar Ordiñana

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

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

Adding the getLegend method to the MapContextManager

33331 08/25/2010 02:52 PM 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.

33031 07/06/2010 05:08 PM Joaquín del Cerro Murciano

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

32880 06/24/2010 02:34 PM 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.

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

persistence details

31284 10/14/2009 02:56 PM 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.

31154 10/06/2009 01:03 PM Juan Lucas Domínguez

small changes related to persistence

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

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

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

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

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

Updated the FLyrVect.update method

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

Fixed little incompatibility

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

Fixed compilation problem

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.

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

Restored InfoByPoint to return XMLItem[]

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

Added new persistence

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

Don't draw the layer if the legend is null

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

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

30011 07/17/2009 01:07 PM 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.

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

New API persistence version

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

cambio similar al de la 1.9

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

Refactoring of packages

29281 06/08/2009 07: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 )

29274 06/08/2009 07:14 PM Juan Lucas Domínguez

Se evita uso de constructor de BufferedImage (ahora con libCompat). No se han reemplazado los casos relacionados con simbología (ver https://gvsig.org/web/production/proyectos/mobile-pda/docs/papers-and-drafts/compat_nucleo_se_cdc/compat_mapcontext_se_cdc/compat_buffered_image )

29272 06/08/2009 07:04 PM Juan Lucas Domínguez

Evita uso de PrintRequestAttributeSet y PrintQuality. No se ha hecho el cambio en las clases que implementan IPrintable porque son de simbología y está por ver qué ocurre con todo lo relacionado con simbologia.

28981 05/26/2009 10:14 AM Jose Manuel Vivó Arnal

Fixed names of dynMethods for legend and labeling

28954 05/22/2009 11:59 AM Vicente Caballero

bug:#1520

28762 05/13/2009 04:13 PM Vicente Caballero

#2075

28545 05/08/2009 02:07 PM Vicente Caballero

bug:#1520

28418 05/05/2009 04:37 PM Vicente Caballero

#2032

28112 04/22/2009 12:31 PM Vicente Caballero

#1700

28091 04/21/2009 05:39 PM Vicente Caballero

Mostrar el tipo de shape

28076 04/21/2009 02:39 PM Cesar Martinez Izquierdo

Update new Persistence API and adapt the projects that were already using the first (proof-of-concept) version

28028 04/16/2009 01:53 PM Vicente Caballero

ShapeType

27988 04/16/2009 09:35 AM Jose Manuel Vivó Arnal

Fixed getTypeVectorLayer()

27974 04/15/2009 01:47 PM Jose Manuel Vivó Arnal

Simplified getter of geometry type name

27723 04/01/2009 03:36 PM Jose Manuel Vivó Arnal
27622 03/27/2009 01:51 PM Vicente Caballero

#1788

27620 03/27/2009 01:44 PM Vicente Caballero

#1089

27525 03/24/2009 06:04 PM Jose Manuel Vivó Arnal

Changed FeatureSet.fast/iterator() to return DisposableIterator

27438 03/17/2009 02:27 PM Jose Manuel Vivó Arnal

Fixed problen with NullGeometry

27414 03/16/2009 04:06 PM Jorge Piera

Adding a new exception in the geometries creation

27329 03/12/2009 10:37 AM Jose Manuel Vivó Arnal

Renamed InEnvelopeEvaluator to ContainsEnvelopeEvaluator

27328 03/12/2009 10:34 AM Jose Manuel Vivó Arnal

Added IntersectsEnvelopeEvaluator.
FLyrVect.draw now uses IntersetsEvelopeEvaluator.

27267 03/10/2009 02:25 PM Vicente Caballero
27263 03/10/2009 02:12 PM Jose Manuel Vivó Arnal

Catch ConcurrentModificationDataException and cancel draw

see #1632

27242 03/10/2009 09:16 AM Vicente Caballero
27028 03/03/2009 12:44 PM Jorge Piera

The Geometries project has been separated in two jars: one with the interfaces and other with the implementation

27024 03/03/2009 11:52 AM Jorge Piera

The project has to use the GeometryManager to create new geometries

27019 03/03/2009 09:29 AM Jorge Piera

Refactoring the Envelope

26909 02/24/2009 12:22 PM Jorge Piera

The Geometry.Types.Z constant has been deleted

26904 02/24/2009 10:27 AM Jorge Piera

The GeometryManager.getGeometryFactory is deprecated

26820 02/17/2009 04:10 PM Jose Manuel Vivó Arnal

Metada --> DynObject in DataStoreProvider

26783 02/16/2009 02:50 PM Jose Manuel Vivó Arnal
26778 02/16/2009 02:06 PM Jose Manuel Vivó Arnal
26438 02/10/2009 08:56 AM Vicente Caballero
26417 02/06/2009 01:04 PM Jose Manuel Vivó Arnal

Fixed reprojected layer draw bug

26415 02/06/2009 11:48 AM fdiaz

Resueltos unos cuantos bug tanto en el GUI como en el dibujado
de capas vectoriales con leyenda de valores unicos y niveles de dibujado.

26370 02/05/2009 10:48 AM Jose Manuel Vivó Arnal
26333 02/03/2009 11:54 AM Jorge Piera

The Locator pattern is used to get the GeometryManager

26313 02/02/2009 09:20 AM Vicente Caballero
26252 01/28/2009 02:29 PM Jose Manuel Vivó Arnal
26232 01/27/2009 06:50 PM Vicente Caballero
26225 01/27/2009 12:06 PM Jose Manuel Vivó Arnal

Migrated MapcontextDrawer from trunk

26215 01/26/2009 04:32 PM Jose Manuel Vivó Arnal
26014 01/14/2009 05:07 PM Cesar Ordiñana

Eliminar las dependencias de DriverException, que estaban ya sólo a nivel de Javadoc e imports.

25931 01/07/2009 11:37 AM Jose Manuel Vivó Arnal
25920 01/05/2009 10:17 AM Jose Manuel Vivó Arnal
25861 12/22/2008 12:00 PM Vicente Caballero
25795 12/16/2008 05:26 PM Jose Manuel Vivó Arnal
25754 12/12/2008 01:26 PM Vicente Caballero
25543 11/25/2008 06:54 PM Vicente Caballero

quitar dependencias log4j

25469 11/21/2008 12:19 PM Jose Manuel Vivó Arnal
25242 11/18/2008 09:20 AM Jose Manuel Vivó Arnal
25233 11/17/2008 05:50 PM Jose Manuel Vivó Arnal
25218 11/17/2008 01:35 PM Jose Manuel Vivó Arnal