Statistics
| Revision:

gvsig-vectorediting / org.gvsig.vectorediting / trunk / org.gvsig.vectorediting / org.gvsig.vectorediting.lib / org.gvsig.vectorediting.lib.impl / src / main / java / org / gvsig / vectorediting / lib / impl / DefaultEditingProviderServices.java @ 875

History | View | Annotate | Download (22.1 KB)

# Date Author Comment
875 06/23/2016 08:18 AM Daniel Martinez

refs #4226 Se modifica la edición vectorial para que el borrado se realice sobre el featureSet en lugar del featureStore, y se modifica la featureSeleccion para que los iteradores implementen sus propios métodos de borrado

844 06/04/2016 07:20 PM Joaquín del Cerro Murciano

Update to changes in API of EditingNotification

575 10/13/2015 01:49 PM Francisco Díaz Carsí

Arreglos en la edición vectorial para adaptarla a la nueva librería de geometrías

379 01/29/2015 04:24 PM Lluís Marqués

Deleted useless methods.

272 12/12/2014 02:27 PM Francisco Díaz Carsí

Fixed EllipseEditingProvider and added FilledEllipseEditingProvider

262 12/10/2014 04:59 PM Lluís Marqués

Changed return type to line.

253 12/10/2014 10:00 AM Lluís Marqués

Implemented deleteFeatureFromFeatureStore.
Fixed fixme comments.

247 12/09/2014 02:00 PM Lluís Marqués

Implemented createCircle from three points.

241 12/04/2014 05:12 PM Lluís Marqués

Added method that creates console message provider with a pretex and options at EditingProviderServices

238 12/04/2014 10:37 AM Lluís Marqués

Fixed use of method shouldValidateTheFeature.

227 12/02/2014 09:54 AM Lluís Marqués

Clean up code.

207 11/27/2014 01:12 PM Lluís Marqués

Added new service: createSpline.

202 11/27/2014 10:04 AM Lluís Marqués

Added createLine(Point p1, Point p2) method to EditingProviderServices.
Code refactor to use new method.

188 11/24/2014 10:01 AM Lluís Marqués

Implemented ellipse provider.

178 11/18/2014 08:38 AM Lluís Marqués

Changed API. Before feature store received as parameters was been used to get subtype. Now, methods has subtype parameter instead of feature store.

Moved protected methods of polyline to EditingProvider due to they can be useful to other providers.

169 11/17/2014 07:52 AM Lluís Marqués

Fixed error at getSubType. If it can not get subtype of feature store it should return SUBTYPE.UNKNOWN.

159 11/14/2014 02:44 AM Lluís Marqués

Changed all class headers.
Source formatting.

130 11/04/2014 03:36 AM Lluís Marqués

Corregidos mensajes de error.
Añadidos mensajes de error.
Cambiado el logging de error a info.

78 10/06/2014 05:18 AM Francisco Díaz Carsí

Añadido EditingCompoundBehavior que permita entrar en modo selección cuando un servicio lo requiera.

74 10/03/2014 06:24 AM Lluís Marqués

Removed unused methods to create geometries.

68 10/02/2014 06:11 AM Francisco Díaz Carsí

Movido el método getFeatureCopyWithoutPK al DefaultEditingProviderServices

63 10/01/2014 11:56 AM Francisco Díaz Carsí

Symmetry extension

57 10/01/2014 03:50 AM Lluís Marqués

Implemented polyline provider.

55 09/26/2014 05:15 AM Francisco Díaz Carsí

- Movidos los métodos de utilidad a EditingService.
- Creado DrawindStatus.

48 09/25/2014 03:14 AM Lluís Marqués

Moved refreshMenus to extension from manager.
Changed castor validation exception for an Exception of Java.
Deleted all references to DefaultViewPanel in DefaultEditingBehavior and DefaultEditingSwingManager.

46 09/24/2014 11:21 AM Francisco Díaz Carsí

Creación de circulos en capas de lineas y de polígonos

36 09/23/2014 05:56 AM Lluís Marqués

Changed layer parameter for featureStore.

22 09/18/2014 07:24 AM Lluís Marqués

Commented main module to test plugin in gvSIG.
Added app.mainplugin dependency to app.mainpluign and lib.api.
Create common operations on BaseEditingServiceExtension. This operations can be used for each extension.
Added beginEdition to EditingManager (API) and implemented (IMPL)...

4 09/11/2014 07:25 AM Lluís Marqués

First commit.