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/WFSProtocolHandler1_0_0.java

View differences:

WFSProtocolHandler1_0_0.java
51 51
import org.gvsig.remoteclient.wfs.wfs_1_0_0.request.WFSTLockFeatureRequest1_0_0;
52 52
import org.gvsig.remoteclient.wfs.wfs_1_0_0.request.WFSTransactionRequest1_0_0;
53 53

  
54
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
55
 *
56
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
57
 *
58
 * This program is free software; you can redistribute it and/or
59
 * modify it under the terms of the GNU General Public License
60
 * as published by the Free Software Foundation; either version 2
61
 * of the License, or (at your option) any later version.
62
 *
63
 * This program is distributed in the hope that it will be useful,
64
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
65
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
66
 * GNU General Public License for more details.
67
 *
68
 * You should have received a copy of the GNU General Public License
69
 * along with this program; if not, write to the Free Software
70
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
71
 *
72
 * For more information, contact:
73
 *
74
 *  Generalitat Valenciana
75
 *   Conselleria d'Infraestructures i Transport
76
 *   Av. Blasco Ib??ez, 50
77
 *   46010 VALENCIA
78
 *   SPAIN
79
 *
80
 *      +34 963862235
81
 *   gvsig@gva.es
82
 *      www.gvsig.gva.es
83
 *
84
 *    or
85
 *
86
 *   IVER T.I. S.A
87
 *   Salamanca 50
88
 *   46005 Valencia
89
 *   Spain
90
 *
91
 *   +34 963163400
92
 *   dac@iver.es
93
 */
94
/* CVS MESSAGES:
95
 *
96
 * $Id: WFSProtocolHandler1_0_0.java 34133 2010-11-15 11:32:55Z jpiera $
97
 * $Log$
98
 * Revision 1.12  2007-02-19 11:43:10  jorpiell
99
 * Añadidos los filtros por área
100
 *
101
 * Revision 1.11  2007/02/09 14:11:01  jorpiell
102
 * Primer piloto del soporte para WFS 1.1 y para WFS-T
103
 *
104
 * Revision 1.10  2007/01/16 08:30:22  csanchez
105
 * Sistema de Warnings y Excepciones adaptado a BasicException
106
 *
107
 * Revision 1.9  2006/12/22 11:31:01  jorpiell
108
 * Cambio del parser 2.x
109
 *
110
 * Revision 1.8  2006/10/31 09:36:51  jorpiell
111
 * Se devuelve el tipo de la entidad completo, y no sus hijos
112
 *
113
 * Revision 1.7  2006/10/10 12:52:28  jorpiell
114
 * Soporte para features complejas.
115
 *
116
 * Revision 1.6  2006/06/14 07:54:18  jorpiell
117
 * Se parsea el online resource que antes se ignoraba
118
 *
119
 * Revision 1.5  2006/05/25 10:20:57  jorpiell
120
 * Se ha cambiado el nombre de la clase WFSField por la clase WFSAttribute, porque resultaba confuso
121
 *
122
 * Revision 1.4  2006/05/23 13:23:22  jorpiell
123
 * Se ha cambiado el final del bucle de parseado y se tiene en cuenta el online resource
124
 *
125
 * Revision 1.2  2006/04/20 16:39:16  jorpiell
126
 * A?adida la operacion de describeFeatureType y el parser correspondiente.
127
 *
128
 * Revision 1.1  2006/04/19 12:51:35  jorpiell
129
 * A?adidas algunas de las clases del servicio WFS
130
 *
131
 *
132
 */
133 54
/**
134 55
 * @author Jorge Piera Llodr? (piera_jor@gva.es)
135 56
 */
......
647 568
    protected WFSTransactionRequest createTransactionRequest(WFSStatus status) {
648 569
        return new WFSTransactionRequest1_0_0(status, this);
649 570
    }
650
}
571
}

Also available in: Unified diff