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

View differences:

WFSProtocolHandler.java
41 41
import org.gvsig.remoteclient.wfs.schema.GMLTags;
42 42
import org.kxml2.io.KXmlParser;
43 43

  
44
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
45
 *
46
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
47
 *
48
 * This program is free software; you can redistribute it and/or
49
 * modify it under the terms of the GNU General Public License
50
 * as published by the Free Software Foundation; either version 2
51
 * of the License, or (at your option) any later version.
52
 *
53
 * This program is distributed in the hope that it will be useful,
54
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
55
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56
 * GNU General Public License for more details.
57
 *
58
 * You should have received a copy of the GNU General Public License
59
 * along with this program; if not, write to the Free Software
60
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
61
 *
62
 * For more information, contact:
63
 *
64
 *  Generalitat Valenciana
65
 *   Conselleria d'Infraestructures i Transport
66
 *   Av. Blasco Ib??ez, 50
67
 *   46010 VALENCIA
68
 *   SPAIN
69
 *
70
 *      +34 963862235
71
 *   gvsig@gva.es
72
 *      www.gvsig.gva.es
73
 *
74
 *    or
75
 *
76
 *   IVER T.I. S.A
77
 *   Salamanca 50
78
 *   46005 Valencia
79
 *   Spain
80
 *
81
 *   +34 963163400
82
 *   dac@iver.es
83
 */
84
/* CVS MESSAGES:
85
 *
86
 * $Id: WFSProtocolHandler.java 34402 2011-01-13 16:47:02Z nbrodin $
87
 * $Log$
88
 * Revision 1.11  2007-09-20 09:30:12  jaume
89
 * removed unnecessary imports
90
 *
91
 * Revision 1.10  2007/02/09 14:11:01  jorpiell
92
 * Primer piloto del soporte para WFS 1.1 y para WFS-T
93
 *
94
 * Revision 1.9  2007/01/12 13:09:42  jorpiell
95
 * added searches by area
96
 *
97
 * Revision 1.8  2006/10/10 12:52:28  jorpiell
98
 * Soporte para features complejas.
99
 *
100
 * Revision 1.7  2006/06/21 12:53:03  jorpiell
101
 * Se tienen en cuanta el n?mero de features
102
 *
103
 * Revision 1.6  2006/06/14 08:46:07  jorpiell
104
 * Se tiene en cuanta la opcion para refrescar las capabilities
105
 *
106
 * Revision 1.5  2006/06/14 07:54:18  jorpiell
107
 * Se parsea el online resource que antes se ignoraba
108
 *
109
 * Revision 1.4  2006/05/30 13:58:03  jaume
110
 * cancelable downloads
111
 *
112
 * Revision 1.3  2006/05/23 13:23:13  jorpiell
113
 * Se ha cambiado el final del bucle de parseado y se tiene en cuenta el online resource
114
 *
115
 * Revision 1.2  2006/04/20 16:39:16  jorpiell
116
 * A?adida la operacion de describeFeatureType y el parser correspondiente.
117
 *
118
 * Revision 1.1  2006/04/19 12:51:35  jorpiell
119
 * A?adidas algunas de las clases del servicio WFS
120
 *
121
 *
122
 */
123 44
/**
124 45
 * @author Jorge Piera Llodr? (piera_jor@gva.es)
125 46
 */

Also available in: Unified diff