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 @ 2870

# Date Author Comment
2870 11/16/2021 01:01 PM Francisco Díaz Carsí

Added restart & initDefaultValues method to EditingProvider and fix console message in parameters with options.

2748 08/31/2021 09:11 PM Francisco Díaz Carsí

Improved parameters with type OPTION

2723 08/19/2021 01:02 PM Francisco Díaz Carsí

Improved parameters with type OPTION

2616 06/29/2021 12:33 PM Francisco Díaz Carsí

Added AbstractEditingProviderFactory and support for show previewSymbol in editing tools.

2612 06/14/2021 02:14 PM Francisco Díaz Carsí

Fixed copy features without unique index attributes

2611 06/10/2021 11:47 AM Joaquín del Cerro Murciano

- Unificado el terminar edicion del menu en uno solo que llama a una u otra cosa en funcion de si se esta terminando edicion de mas de una capa.
- Añadido el panel que muestra las opciones de edicion de la herramienta de edicion activa.

2608 06/04/2021 10:49 AM Francisco Díaz Carsí

refs #5660 Added support for copy alphanumeric attributes en PastFromClipboard

2444 02/05/2021 01:18 PM Francisco Díaz Carsí

Added PasteFromClipboardEditingProvider and many more.

2204 09/24/2020 01:35 PM Francisco Díaz Carsí

Added setValue(parameter, value) method in all editing providers

2141 09/03/2020 12:25 PM Francisco Díaz Carsí

Added ArcThreePointEditingProvider

2125 08/24/2020 12:43 PM Francisco Díaz Carsí

Added insert arc by center provider.

2109 08/17/2020 08:49 AM Francisco Díaz Carsí

Added Circle and Circumference by Tan Tan Radius editing providers

2102 08/07/2020 03:27 PM Francisco Díaz Carsí

Added circle and circunference from 2 tangent and a point editing provider.

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

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

Deleted useless methods.

377 01/29/2015 02:51 PM Francisco Díaz Carsí

Arreglado para que el DefaultEditingProviderManager lleve un registro de valores por defecto y pueda "recordar" el último valor introducido por el usuario en la sesion actual de gvSIG y lo utilice posteriormente como valor por defecto.

365 01/21/2015 04:32 PM Lluís Marqués

Added default values to some parameters of regular polygon provider.
Changed console message.

322 01/13/2015 11:25 AM Lluís Marqués

Added MapContext parameter to getEditingService because it could be necessary for some editing provider.
Modify all provider factory classes.

319 01/09/2015 09:23 AM Francisco Díaz Carsí

- Añadido registro de symbolos para edición

307 12/19/2014 02:19 PM Francisco Díaz Carsí

Primera aproximación al stretchEditingProvider

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.

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.

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

Implemented createCircle from three points.

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

Revised and updated Javadoc.

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

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.

191 11/26/2014 02:52 AM Lluís Marqués

Implemented contextual menus.

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.

173 11/17/2014 09:56 AM Lluís Marqués

Deleted getServiceParameterInfo from API of EditingProviderFactory.
To get information about some parameter, you should get EditingServiceInfo first an then call getParameterInfo(String parameterName).

170 11/17/2014 09:45 AM Lluís Marqués

Changed constructor of DefaultEditingServiceInfo.
Implemented getParameterInfo :: EditingServiceParameter.

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

Changed all class headers.
Source formatting.

157 11/13/2014 11:48 AM Lluís Marqués

Implementado de sistema de activación/desactivacón de extensiones dependiendo de la capa o a la geometría solicitada por otro proveedor.
Las extensiones le preguntan al contexto si son compatibles o bien con la capa activa o bien con la geometría que necesita otro proveedor....

156 11/11/2014 08:15 AM Lluís Marqués

Cambiado el tipo de colección en EditingServiceAParameter a Set ya que no se pueden repetir.

111 10/30/2014 11:20 AM Lluís Marqués

Añadido método de utilidad usado por los proveedores para registar sus iconos.

101 10/13/2014 03:56 AM Lluís Marqués

Added key internal polygon.
Changed variable name.

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

Cambiado el nombre al método draw por getDrawingStatus

92 10/08/2014 09:53 AM Lluís Marqués

Corregido error en la activación de la extensiones con capas dxf.

91 10/08/2014 08:21 AM Lluís Marqués

Implemented isCompatibleWith method at EditingServiceInfo.
Deleted useless methods at BaseEditingExtension due to now extension ask to serviceInfo if it is compatible with the featureStore of active layer.

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

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

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.

53 09/25/2014 09:04 AM Francisco Díaz Carsí

Parámetros multitipo.

52 09/25/2014 07:35 AM Francisco Díaz Carsí
49 09/25/2014 03:42 AM Francisco Díaz Carsí

Cambio nombre al proyecto circle2p por cirlecr

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

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

45 09/24/2014 06:54 AM Lluís Marqués

Changed layer parameter for featureStore.
Changed provider name. Now action-command and provider name is the same.

44 09/24/2014 06:23 AM Lluís Marqués

Changed types constant for class enum.

39 09/23/2014 07:33 AM Lluís Marqués

Changed equals method to override equals method of Object.
Deleted attribute console message to simplify EditingServiceParameter class.
Changed name and description of provider params because console message was deleted.

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.

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

Changed layer parameter for featureStore.

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

Implemented set last tool selected when active layer changes.

29 09/22/2014 08:01 AM Lluís Marqués

Implemented getServiceInfo.
Implemented common operations at BaseEditingExtension to set if each extension is enable or not.
Changed return type of getSupportedPrimitiveGeometryTypes operation to int[].

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.

25 09/18/2014 11:43 AM Lluís Marqués

Implemented method to get points by console.
Added message console parameter in EditingServiceParameter.

23 09/18/2014 07:27 AM Lluís Marqués

Implemented EditingExtension and InsertPointExtension.
Provisional config to test.
Fix: InserPointProvider now creates Point2d not java.awt.Point.
Changed featureSotre parameter field at InsertPointProvider to layer field.

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)...

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
10 09/12/2014 02:59 AM Lluís Marqués
  • Moved types of ServiceParamerts to interface
  • Added mouse events in EditingBehavior
  • Changed DefaultEditingManager constructor
  • Added postInitialize in EditingProviderLibrary
4 09/11/2014 07:25 AM Lluís Marqués

First commit.