Statistics
| Revision:

gvsig-lrs / org.gvsig.lrs / trunk / org.gvsig.lrs / org.gvsig.lrs.lib / org.gvsig.lrs.lib.impl / src / main / java / org / gvsig / lrs / lib / impl / LrsAlgorithmUtils.java @ 89

History | View | Annotate | Download (19.9 KB)

# Date Author Comment
89 09/09/2016 11:23 AM Francisco Díaz Carsí

Arreglado un bug por el que al generar una segmentación dinámica de puntos, si un pk coincide con un vértice interno de la ruta generaba dos puntos idénticos, uno como punto final de un segmento y otro como punto inicial del segmento siguiente.

50 10/16/2015 11:15 AM Francisco Díaz Carsí
49 10/16/2015 11:14 AM Daniel Martinez

Refactorization methods

48 10/16/2015 10:55 AM Francisco Díaz Carsí

Extract (and fixed) commons methods from LrsCreateRouteAlgorithm to LrsAlgorithmUtils

35 10/13/2015 09:44 AM Daniel Martinez

Changes done to calibrate route to work properly

28 10/05/2015 08:49 AM Daniel Martinez

Some common methods are extracted from CreateRoute to Utils.

26 10/01/2015 09:05 AM Francisco Díaz Carsí

Generate dynamic segmentation algorithm.

17 09/23/2015 05:23 PM Daniel Martinez

Changes in create route y edit route to adapt to M-geometries and development of the algorithms.

16 09/17/2015 04:25 PM Daniel Martinez

Extracted validation methods, and others common methods, to utilities classes. Begins Calibration Route Algorithm.