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

View differences:

WFSFeature1_0_0.java
38 38
import org.gvsig.remoteclient.wfs.schema.GMLTags;
39 39
import org.gvsig.remoteclient.wfs.schema.XMLNameSpace;
40 40

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

Also available in: Unified diff