Revision 9461 trunk/extensions/extWFS2/src/com/iver/cit/gvsig/fmap/layers/WFSLayerNode.java

View differences:

WFSLayerNode.java
2 2

  
3 3
import java.util.Vector;
4 4

  
5
import org.gvsig.remoteClient.gml.schemas.GMLGeometryType;
6
import org.gvsig.remoteClient.gml.schemas.IXMLType;
7
import org.gvsig.remoteClient.gml.schemas.XMLComplexType;
8 5
import org.gvsig.remoteClient.gml.schemas.XMLElement;
6
import org.gvsig.remoteClient.gml.types.GMLGeometryType;
7
import org.gvsig.remoteClient.gml.types.IXMLType;
8
import org.gvsig.remoteClient.gml.types.XMLComplexType;
9 9
import org.gvsig.remoteClient.utils.BoundaryBox;
10 10

  
11 11
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
......
52 52
 *
53 53
 * $Id$
54 54
 * $Log$
55
 * Revision 1.13  2006-12-26 09:32:26  ppiqueras
55
 * Revision 1.14  2006-12-26 10:25:37  ppiqueras
56
 * Corregidas las dependencias con las nuevas ubicaciones de clases: IXMLType, XMLElement, IXMLComplexType, etc. (en libRemoteServices)
57
 *
58
 * Revision 1.13  2006/12/26 09:32:26  ppiqueras
56 59
 * Cambiado "atttibutes" en todas las aparaciones en atributos, métodos, clases, paquetes o comentarios por "fields". (Sólo a aquellas que afectan a clases dentro del proyecto extWFS2).
57 60
 *
58 61
 * Revision 1.11  2006/11/28 09:24:06  jorpiell

Also available in: Unified diff