Statistics
| Revision:

root / tags / v2_0_0_Build_2047 / extensions / extEditing / src @ 38269

# Date Author Comment
38269 05/30/2012 11:11 AM Juan Lucas Domínguez

gvSIG 2.0.0 build 2047

38096 04/10/2012 12:22 PM Joaquín del Cerro Murciano

Se han eliminado las dependencias con la implementacion de la libreria de geometrias y corregido unos errores en las herramientas EditVertextCADTool y ExploitCADTool ya que estas estaban mezclando referencias a geometrias de jts con las de gvsig.

38032 02/21/2012 12:34 PM Jorge Piera

The SelectRowPanel has to use the feature type of the selected features

37855 02/06/2012 02:06 PM Jorge Piera

Error exporting shapefile with holes [gvsig-desktop #249]. I've also fixed a bug with the tool to create holes

37853 02/06/2012 10:15 AM Jorge Piera

Now is possible to create an internal polygon in a multisurface layer [gvsig-desktop #248]

37852 02/06/2012 10:09 AM Jorge Piera

Formating the code before a commit [gvsig-desktop #248]

37776 01/16/2012 08:33 AM Jorge Piera

Split doesn't work in multigeometries [gvsig-desktop #178]

37534 12/26/2011 02:10 PM Jorge Piera

Casting exception opening the stack [gvsig-desktop #121]

37518 11/29/2011 07:23 PM Jorge Piera

Adding code removed by error

37517 11/29/2011 07:20 PM Jorge Piera

Remove not-used code

37514 11/29/2011 06:46 PM Jorge Piera

fixing a bug with the complex selection by circle [gvsig-desktop #16028]. I've also fixed a small bug with the ToWKT operation that has to use the toJTS operation

37504 11/29/2011 03:51 PM Jorge Piera

Adding geometries in a reprojected layer [gvsig-desktop #16012]

37495 11/25/2011 01:51 PM Jorge Piera

If the layer is reprojected, before to add a geometry, it has to be reprojected to the original SRS [gvsig-desktop #16012]

37494 11/25/2011 01:51 PM Jorge Piera

If the layer is reprojected, the handlers have to be reprojected before the drawing process [gvsig-desktop #16012]

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

37148 10/27/2011 09:13 AM fdiaz

Eliminado codigo antiguo comentarizado.

37144 10/26/2011 03:39 PM fdiaz

gvsig-desktop#15593 Fixed wrong behavior editing dwg file

37138 10/25/2011 06:18 PM Cesar Ordiñana

Format according to the gvSIG developer's coding guidelines

36762 10/20/2011 10:14 AM Cesar Ordiñana

Solve small bug when selecting geometries

36750 10/19/2011 02:08 PM fdiaz

Arreglada la visualización en la herramienta de edición de vértices.

36749 10/19/2011 02:01 PM Cesar Ordiñana

Solve bug gvsig-desktop#15874: Selecting overlapped elements (editing)

36724 10/14/2011 04:18 PM Cesar Ordiñana

Review generated logs to use always SLF4J and change verbosity.
Solved bug gvsig-desktop#15882 gvSIG log too verbose.

36723 10/14/2011 04:08 PM Cesar Ordiñana

Format according to the gvSIG developer's coding guidelines

36721 10/14/2011 09:18 AM fdiaz

gvsig-desktop#15391 Create a database layer using the dynamic forms
gvsig-desktop#15844 gvSIG can't editing Postgis layer.
gvsig-desktop#15560 New postgis window are empty

36669 09/30/2011 11:20 AM Jorge Piera

The split geometry tool is not enabled [gvsig-desktop #15843]

36668 09/30/2011 11:14 AM Jorge Piera

Formating the code before a commit

36480 09/21/2011 09:25 AM Cesar Ordiñana

Remove unneeded manual table selection update and use its own logger into each cat tool which needs it.

36443 09/19/2011 10:36 AM Cesar Ordiñana

Move the table document support to its own project (org.gvsig.app.document.table.app)

36370 09/06/2011 02:34 PM Cesar Ordiñana

Format according to the gvSIG developer's coding guidelines

36220 08/25/2011 02:19 PM fdiaz
36005 08/08/2011 01:15 PM Jorge Piera

The edition preferences are not applied [gvsig-desktop #15641]

36002 08/08/2011 08:31 AM Jorge Piera

Formatting the code before a commit [gvsig-desktop #15641]

35954 07/26/2011 11:26 AM Jorge Piera

Now is possible to select a geometry and edit the handlers [gvsig-desktop #15453]

35952 07/26/2011 11:23 AM Jorge Piera

Formating the code before the commit [gvsig-desktop #15453]

35941 07/25/2011 02:53 PM Jorge Piera

Fixing several bugs in the complex selection tool [gvsig-desktop #15453]

35940 07/25/2011 02:51 PM Jorge Piera

Formating the code before the commit [gvsig-desktop #15453]

35761 07/15/2011 01:13 PM Jorge Piera

Selecttion tools in edition don't work fine because they select the geometries that are CONTAINED in an area. Now, they select the geometries that INTERSECT with this area [gvsig-desktop #15453].

35735 07/11/2011 11:31 AM Jorge Piera

Join geometries tool (editing) doesn't work [gvsig-desktop #15555]

35732 07/11/2011 10:05 AM Jorge Piera

Join geometries tool (editing) doesn't work [gvsig-desktop #15555]

35620 07/01/2011 09:29 AM Jorge Piera

Problem with the internal polygons [gvsig-desktop #15554]

35619 06/30/2011 01:44 PM Jorge Piera

Fixing several errors with the shape edition [gvsig-desktop #15414]

35615 06/29/2011 10:51 AM Jorge Piera

Fixing a bug when an Arc or a Spline are added to a edition layer [gvsig-desktop #15547]

35614 06/29/2011 10:24 AM Jorge Piera

Fixing a bug with the snapping tools. It was a problem with the dialog to configure them and the persisntece. I've fix also a bug with the IntersectionPointSnappingTool [gvsig-desktop #15451]

35346 05/31/2011 04:34 PM Jorge Piera

The Geometry interface inherits of the awt.Shape interface and this inheritance is going to be deleted in a future. This commit adds a new method getShape that returns an awt.Shape and replace all the usage of the Shape interface by an invocation of the getShape method. The idea is to have a control of the usage of this method and remove it in a future [gvsig-desktop #15383]

35173 05/18/2011 11:09 AM Jorge Piera

The "add spline tool" has to close the spline if the layer is a surface layer [gvsig-desktop #15332]

34985 05/04/2011 04:19 PM Jorge Piera

Deleting the "Export" extensions. They have been replaced by the org.gvsig.exportto project [gvsig-desktop #15298]

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.

34908 04/12/2011 10:27 AM fdiaz

Adaptación de addLayer al nuevo control de liberación de disposables
gvsig-desktop#15128

34884 04/04/2011 12:27 PM Jorge Piera

The DXF file set the GEOMETRY.SUBTYPE inn its default feature type. This ticket has been used to remove the inherited value GEOMETRY.TYPE.TEXT. This kind of geometry can not exist in new geometry model, because the the TEXT is not a geometry: the TEXT is a type of legend....

34696 03/10/2011 08:39 AM Cesar Ordiñana

Replace log4j usage with slf4j and organize imports

34145 11/18/2010 12:24 PM Jorge Piera

Fixed a small bug with the table edition.

33717 10/20/2010 05:00 PM 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....

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.

33205 07/23/2010 10: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.

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.

32730 05/27/2010 12:18 AM Francisco José Peñarrubia

The entered point should be the mapAdjustedPoint in mapControl

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

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

31496 11/04/2009 01:53 PM 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.
31404 10/27/2009 12:09 PM Vicente Caballero

#2675

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.

31074 10/01/2009 06: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

31071 10/01/2009 06:15 PM Cesar Ordiñana

Use symbology API instead of the implementation

30892 09/21/2009 02:02 PM Cesar Ordiñana

Extract SymbolManager methods from the MapContextManager

30788 09/15/2009 12:26 PM Jorge Piera

Updating the edition tools to use the MapControlDrawer

30551 08/24/2009 08:54 AM Jose Manuel Vivó Arnal

To set default Value of a FeatureAttribute must to use setDefaultValue, not setDefaultDynValue

30372 08/11/2009 08:59 AM Jorge Piera

The edition panels are resizable

30349 08/07/2009 09:14 AM Jorge Piera

Created the PrimitivesDrawerClass

30335 08/06/2009 08:58 AM Jorge Piera

Adding the MapControlDrawer

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

#2422

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.

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

Update to the new ISymbol.draw method

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

#2282

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

Exception not thrown anymore

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.

29992 07/15/2009 02:49 PM Vicente Caballero

#1841

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

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

29773 07/06/2009 01:03 PM Jorge Piera

Refactoring of packages

29772 07/06/2009 01:02 PM Jorge Piera

Refactoring of packages

29759 07/06/2009 12:58 PM Jorge Piera

Refactoring of packages

29758 07/06/2009 12:56 PM Jorge Piera

Refactoring of packages

29757 07/06/2009 12:55 PM Jorge Piera

Refactoring of packages

29756 07/06/2009 12:53 PM Jorge Piera

Refactoring of packages

29755 07/06/2009 12:53 PM Jorge Piera

Refactoring of packages

29724 07/03/2009 08:35 AM Vicente Caballero

#1315

29685 06/29/2009 10:54 PM Jorge Piera

Refactoring of packages

29624 06/29/2009 06:46 PM Jorge Piera

Refactoring of packages

29623 06/29/2009 06:46 PM Jorge Piera

Refactoring of packages

29622 06/29/2009 06:46 PM Jorge Piera

Refactoring of packages

29621 06/29/2009 06:46 PM Jorge Piera

Refactoring of packages

29620 06/29/2009 06:46 PM Jorge Piera

Refactoring of packages

29619 06/29/2009 06:45 PM Jorge Piera

Refactoring of packages

29618 06/29/2009 06:43 PM Jorge Piera

Refactoring of packages

29617 06/29/2009 06:42 PM Jorge Piera

Refactoring of packages

29616 06/29/2009 06:40 PM Jorge Piera

Refactoring of packages

29585 06/29/2009 01:38 PM Vicente Caballero

#2282

29130 06/02/2009 11:56 AM Vicente Caballero

acabar polilinea con doble clic

29097 05/29/2009 03:06 PM Jorge Piera

The geometry type uses the construtor with a Geometrytype to create a Geometry

29075 05/29/2009 12:03 PM Vicente Caballero

#2165

28988 05/26/2009 01:16 PM Jorge Piera

Use Geometry.types instead of FShape.Types