Revision 40596 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.remoteclient/src/main/java/org/gvsig/remoteclient/wfs/WFSStatus.java

View differences:

WFSStatus.java
43 43
import org.gvsig.remoteclient.wfs.filters.operations.WFSGeometryFilterOperation;
44 44
import org.gvsig.remoteclient.wfs.filters.operations.WFSSpatialFilterOperation;
45 45

  
46
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
47
 *
48
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
49
 *
50
 * This program is free software; you can redistribute it and/or
51
 * modify it under the terms of the GNU General Public License
52
 * as published by the Free Software Foundation; either version 2
53
 * of the License, or (at your option) any later version.
54
 *
55
 * This program is distributed in the hope that it will be useful,
56
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
57
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
58
 * GNU General Public License for more details.
59
 *
60
 * You should have received a copy of the GNU General Public License
61
 * along with this program; if not, write to the Free Software
62
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
63
 *
64
 * For more information, contact:
65
 *
66
 *  Generalitat Valenciana
67
 *   Conselleria d'Infraestructures i Transport
68
 *   Av. Blasco Ib??ez, 50
69
 *   46010 VALENCIA
70
 *   SPAIN
71
 *
72
 *      +34 963862235
73
 *   gvsig@gva.es
74
 *      www.gvsig.gva.es
75
 *
76
 *    or
77
 *
78
 *   IVER T.I. S.A
79
 *   Salamanca 50
80
 *   46005 Valencia
81
 *   Spain
82
 *
83
 *   +34 963163400
84
 *   dac@iver.es
85
 */
86
/* CVS MESSAGES:
87
 *
88
 * $Id: WFSStatus.java 34132 2010-11-15 09:27:20Z jpiera $
89
 * $Log$
90
 * Revision 1.7  2007-09-20 09:30:12  jaume
91
 * removed unnecessary imports
92
 *
93
 * Revision 1.6  2007/02/09 14:11:01  jorpiell
94
 * Primer piloto del soporte para WFS 1.1 y para WFS-T
95
 *
96
 * Revision 1.5  2006/12/11 11:02:24  ppiqueras
97
 * Corregido bug -> que se mantenga la frase de filtrado
98
 *
99
 * Revision 1.4  2006/10/10 12:52:28  jorpiell
100
 * Soporte para features complejas.
101
 *
102
 * Revision 1.3  2006/06/14 07:54:18  jorpiell
103
 * Se parsea el online resource que antes se ignoraba
104
 *
105
 * Revision 1.2  2006/05/23 13:23:13  jorpiell
106
 * Se ha cambiado el final del bucle de parseado y se tiene en cuenta el online resource
107
 *
108
 * Revision 1.1  2006/04/19 12:51:35  jorpiell
109
 * A?adidas algunas de las clases del servicio WFS
110
 *
111
 *
112
 */
113 46
/**
114 47
 * The status of the current WFS connection
115 48
 * 
......
650 583
	public void setResultType(int resultType) {
651 584
		this.resultType = resultType;
652 585
	}
653
}
586
}

Also available in: Unified diff