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 / DefaultEditingServiceinfo.java @ 2870

History | View | Annotate | Download (4.32 KB)

# Date Author Comment
2616 06/29/2021 12:33 PM Francisco Díaz Carsí

Added AbstractEditingProviderFactory and support for show previewSymbol in editing tools.

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.

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

Clean up code.

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

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

Added key internal polygon.
Changed variable name.

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.

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[].

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.