Revision 963 org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/org.gvsig.geoprocess.algorithm/org.gvsig.geoprocess.algorithm.dispersepoints/src/main/resources/help/DispersePointsAlgorithm_en.xml

View differences:

DispersePointsAlgorithm_en.xml
26 26

  
27 27
-->
28 28
	<help>
29
		<element name="DESCRIPTION" text="Este geoproceso, permite dispersar los puntos de una capa que se superponen alrededor de un punto central. Dada una capa de puntos, una distancia de concordancia y un radio de dispersi?n, este algoritmo se recorre la capa de origen buscando grupos de puntos cuya distancia sea menor o igual a la distancia de concordancia y los dispersa alrededor del centro de dicho grupo, generando una nueva capa de puntos con el resultado." description="Descripci&#243;n" type="0">
29
		<element name="DESCRIPTION" text="This geoprocess allows to scatter around a central point the points of a layer that are overlapped. From a point layer, a match distance and a scatter radius, this algorithm acts on the input layer looking for groups of points whose distance is less than or equal to the match distance. It scatters them, according to the scatter radius, around the centre of that group, creating a new point layer with the results." description="Description" type="0">
30 30
			<!-- <image description="" file="spatialjoindesc.png">
31 31
			</image> -->
32 32
		</element>
33
		<element name="ADDITIONAL_INFO" text="" description="Informaci&#243;n adicional" type="0">
33
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
34 34
		</element>
35
		<element name="EXTENSION_AUTHOR" text="Francisco D?az" description="Algoritmo creado por" type="0">
35
		<element name="EXTENSION_AUTHOR" text="Francisco D?az" description="Developed by" type="0">
36 36
		</element>
37
		<element name="HELP_AUTHOR" text="" description="Ayuda creada por" type="0">
37
		<element name="HELP_AUTHOR" text="Francisco D?az" description="Help author" type="0">
38 38
		</element>
39 39
		<element name="USER_NOTES" text="" description="Notas de usuario" type="0">
40 40
		</element>
41
		<element name="LAYER" text="" description="Capa de entrada" type="3">
41
		<element name="LAYER" text="" description="Input layer" type="3">
42 42
		</element>
43
		<element name="SELECTED_GEOM" text="" description="Geometrias seleccionadas" type="3">
43
		<element name="SELECTED_GEOM" text="" description="Selected Geometries" type="3">
44 44
		</element>
45
		<element name="SCATTER_RADIUS" text="" description="Radio de dispersi&#243;n" type="3">
45
		<element name="SCATTER_RADIUS" text="" description="scatter radius" type="3">
46 46
		</element>
47
		<element name="MATCH_DISTANCE" text="" description="Distancia de concordancia" type="3">
47
		<element name="MATCH_DISTANCE" text="" description="Macth distance" type="3">
48 48
		</element>
49
		<element name="OUTPUT_DESCRIPTION" text="" description="Descripci&#243;n" type="2">
49
		<element name="OUTPUT_DESCRIPTION" text="" description="Output description" type="2">
50 50
		</element>
51 51
		<element name="RESULT" text="" description="Disperse Points" type="2">
52 52
		</element>

Also available in: Unified diff