Revision 40596 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.editing.app/org.gvsig.editing.app.mainplugin/src/main/java/org/gvsig/editing/gui/cad/tools/split/SplitStrategy.java

View differences:

SplitStrategy.java
22 22
 * at info AT gvsig.com, or visit our website www.gvsig.com.
23 23
 */
24 24

  
25
/* Spatial Operations & Editing Tools for uDig
26
 * 
27
 * Axios Engineering under a funding contract with: 
28
 *      Diputación Foral de Gipuzkoa, Ordenación Territorial 
29
 *
30
 *      http://b5m.gipuzkoa.net
31
 *      http://www.axios.es 
32
 *
33
 * (C) 2006, Diputación Foral de Gipuzkoa, Ordenación Territorial (DFG-OT). 
34
 * DFG-OT agrees to licence under Lesser General Public License (LGPL).
35
 * 
36
 * You can redistribute it and/or modify it under the terms of the 
37
 * GNU Lesser General Public License as published by the Free Software 
38
 * Foundation; version 2.1 of the License.
39
 *
40
 * This library is distributed in the hope that it will be useful,
41
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
42
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
43
 * Lesser General Public License for more details.
44
 */
45 25

  
46

  
47
/*
48
 * Created on 10-abr-2006
49
 *
50
 * gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
51
 *
52
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
53
 *
54
 * This program is free software; you can redistribute it and/or
55
 * modify it under the terms of the GNU General Public License
56
 * as published by the Free Software Foundation; either version 2
57
 * of the License, or (at your option) any later version.
58
 *
59
 * This program is distributed in the hope that it will be useful,
60
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
61
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
62
 * GNU General Public License for more details.
63
 *
64
 * You should have received a copy of the GNU General Public License
65
 * along with this program; if not, write to the Free Software
66
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
67
 *
68
 * For more information, contact:
69
 *
70
 *  Generalitat Valenciana
71
 *   Conselleria d'Infraestructures i Transport
72
 *   Av. Blasco Ib??ez, 50
73
 *   46010 VALENCIA
74
 *   SPAIN
75
 *
76
 *      +34 963862235
77
 *   gvsig@gva.es
78
 *      www.gvsig.gva.es
79
 *
80
 *    or
81
 *
82
 *   IVER T.I. S.A
83
 *   Salamanca 50
84
 *   46005 Valencia
85
 *   Spain
86
 *
87
 *   +34 963163400
88
 *   dac@iver.es
89
 */
90
/* CVS MESSAGES:
91
*
92
* $Id: 
93
* $Log: 
94
*/
95 26
package org.gvsig.editing.gui.cad.tools.split;
96 27

  
97 28
import java.util.ArrayList;

Also available in: Unified diff