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

Name Size Revision Age Author Comment
AbstractEditingProvider.java 1.37 KB 159 over 9 years Lluís Marqués Changed all class headers. Source formatting.
DefaultDrawingStatus.java 1.96 KB 159 over 9 years Lluís Marqués Changed all class headers. Source formatting.
DefaultEditingServiceParameter.java 3.39 KB 191 over 9 years Lluís Marqués Implemented contextual menus.
DefaultEditingServiceinfo.java 4.21 KB 170 over 9 years Lluís Marqués Changed constructor of DefaultEditingServiceInf...
EditingProvider.java 4.9 KB 159 over 9 years Lluís Marqués Changed all class headers. Source formatting.
EditingProviderFactory.java 1.93 KB 173 over 9 years Lluís Marqués Deleted getServiceParameterInfo from API of Edi...
EditingProviderLibrary.java 1.94 KB 159 over 9 years Lluís Marqués Changed all class headers. Source formatting.
EditingProviderLocator.java 2.77 KB 159 over 9 years Lluís Marqués Changed all class headers. Source formatting.
EditingProviderManager.java 2.32 KB 159 over 9 years Lluís Marqués Changed all class headers. Source formatting.
EditingProviderServices.java 10.8 KB 202 over 9 years Lluís Marqués Added createLine(Point p1, Point p2) method to ...

Latest revisions

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

View revisions

Also available in: Atom