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 / EditingProviderFactory.java @ 2109

History | View | Annotate | Download (2.12 KB)

# Date Author Comment
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.

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.

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

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

Changed all class headers.
Source formatting.

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

Created JavaDoc.

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.

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.

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.

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

First commit.