Statistics
| Revision:

gvsig-vectorediting / org.gvsig.vectorediting / trunk / org.gvsig.vectorediting / org.gvsig.vectorediting.lib / org.gvsig.vectorediting.lib.spi / src / main / java / org / gvsig / vectorediting / lib / spi / EditingProvider.java @ 2109

History | View | Annotate | Download (5.3 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.

244 12/05/2014 01:44 PM Lluís Marqués

Revised and updated Javadoc.

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

89 10/08/2014 05:55 AM Lluís Marqués

Implemented EditingContext.
Added ServiceInformationException to be thrown when somebody tries to get information of service.

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.

73 10/03/2014 06:23 AM Lluís Marqués

Created JavaDoc.

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.

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.

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...
14 09/15/2014 04:18 AM Lluís Marqués
  • Changed type of getParametersMethod to Set.
  • Added method getParameterInfo at EditingServiceInfo
  • Added equals method in order to compare parameters at Maps.
  • Added attributes at InserPointService
  • Added isValidvalue method to validate values
4 09/11/2014 07:25 AM Lluís Marqués

First commit.