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 / DefaultEditingService.java @ 875

History | View | Annotate | Download (2.88 KB)

# Date Author Comment
251 12/10/2014 09:57 AM Lluís Marqués

Added InvalidEntryException exception to start method.
Changed test try catch.
Added message when service finalizes.

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

Clean up code.

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

Changed all class headers.
Source formatting.

97 10/13/2014 03:12 AM Francisco Díaz Carsí

Cambiado el nombre al método draw por getDrawingStatus

87 10/07/2014 08:39 AM Francisco Díaz Carsí

Cambiado nombre del método value por setValue

80 10/06/2014 11:55 AM Lluís Marqués

Implemented Internal polygon provider.

71 10/03/2014 02:51 AM Francisco Díaz Carsí

Added StopServiceException

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

Symmetry extension

62 10/01/2014 11:39 AM Lluís Marqués

Deleted InvalidOption and Invalidvalue. Now there is a common exception.
Fixed bug when user insert points by console.

61 10/01/2014 10:58 AM Lluís Marqués

Changed how exceptions are thrown and captured.
Generated message errors with a logger.

59 10/01/2014 06:28 AM Lluís Marqués

Implemented polyline extension.

58 10/01/2014 06:26 AM Lluís Marqués

Code refactor. Deleted useless comments and changed provide name polyline.

56 10/01/2014 03:49 AM Lluís Marqués

Changed return type of draw operation.
Code refactor.

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

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

38 09/23/2014 07:19 AM Lluís Marqués

Refactored names of some operations.
Changed how to insert providers stores values.
Implemented getParameters of providers.

37 09/23/2014 06:49 AM Lluís Marqués

Changed the use of java.awt.geom.point2d for org.gvsig.fmap.geom.primitive.Point.

35 09/23/2014 05:46 AM Lluís Marqués

Implemented set last tool selected when active layer changes.

28 09/22/2014 06:19 AM Lluís Marqués

Changed version of org.gvsig.desktop to 2.0.58.
Added dependency management of prov.circle2p project.
Added prov.circle2p dependency to projects.
Added project to plugin package.
Changed structure of extensions. Now BaseEditingServiceExtension is abstract and each editingextension extends this class....

27 09/19/2014 05:01 AM Lluís Marqués

Removed isValidValue from interfaces and services. This method should be called in an internal way.
Removed getName() at InsertPoint provider because name is static.

19 09/17/2014 03:19 AM Lluís Marqués

Refactoring and formating code. Added start method to service that permits us to reset values of service.
Added incomplete new abstract class to extract common functionality of providers.
Added new functionality to Main.

17 09/16/2014 05:26 AM Lluís Marqués
  • Changed parameter "InsertPoint" to name variable.
  • Implemented getService to obtain default editing service linked with appropriate provider.
  • Implemented activeTool that obtain editingBehavior and call activateTool.
  • Override createProvider
  • Delegated service functionality to provider...
16 09/15/2014 06:37 AM Lluís Marqués
  • Deleted concrete impl of service. There is one generic service that delegates all functionality to providers.