Revision 40769 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.remoteclient/src/main/java/org/gvsig/remoteclient/wfs/WFSClient.java

View differences:

WFSClient.java
34 34
import org.gvsig.remoteclient.RemoteClient;
35 35
import org.gvsig.remoteclient.wfs.exceptions.WFSException;
36 36

  
37
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
38
 *
39
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
40
 *
41
 * This program is free software; you can redistribute it and/or
42
 * modify it under the terms of the GNU General Public License
43
 * as published by the Free Software Foundation; either version 2
44
 * of the License, or (at your option) any later version.
45
 *
46
 * This program is distributed in the hope that it will be useful,
47
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
48
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49
 * GNU General Public License for more details.
50
 *
51
 * You should have received a copy of the GNU General Public License
52
 * along with this program; if not, write to the Free Software
53
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
54
 *
55
 * For more information, contact:
56
 *
57
 *  Generalitat Valenciana
58
 *   Conselleria d'Infraestructures i Transport
59
 *   Av. Blasco Ib??ez, 50
60
 *   46010 VALENCIA
61
 *   SPAIN
62
 *
63
 *      +34 963862235
64
 *   gvsig@gva.es
65
 *      www.gvsig.gva.es
66
 *
67
 *    or
68
 *
69
 *   IVER T.I. S.A
70
 *   Salamanca 50
71
 *   46005 Valencia
72
 *   Spain
73
 *
74
 *   +34 963163400
75
 *   dac@iver.es
76
 */
77
/* CVS MESSAGES:
78
 *
79
 * $Id: WFSClient.java 39768 2013-02-20 14:16:29Z jldominguez $
80
 * $Log$
81
 * Revision 1.10  2007-09-20 09:30:12  jaume
82
 * removed unnecessary imports
83
 *
84
 * Revision 1.9  2007/02/09 14:11:01  jorpiell
85
 * Primer piloto del soporte para WFS 1.1 y para WFS-T
86
 *
87
 * Revision 1.8  2006/06/14 08:46:07  jorpiell
88
 * Se tiene en cuanta la opcion para refrescar las capabilities
89
 *
90
 * Revision 1.7  2006/05/25 10:28:25  jorpiell
91
 * Se ha a?adido un atributo al m?todo connect
92
 *
93
 * Revision 1.6  2006/05/23 13:23:22  jorpiell
94
 * Se ha cambiado el final del bucle de parseado y se tiene en cuenta el online resource
95
 *
96
 * Revision 1.4  2006/04/20 16:39:16  jorpiell
97
 * A?adida la operacion de describeFeatureType y el parser correspondiente.
98
 *
99
 * Revision 1.3  2006/04/19 12:51:35  jorpiell
100
 * A?adidas algunas de las clases del servicio WFS
101
 *
102
 *
103
 */
104 37
/**
105 38
 * Represents the class the with the necessary logic to connect to a 
106 39
 * OGCWFS and interpretate the data 

Also available in: Unified diff