Revision 8017 trunk/libraries/libRemoteServices/src/org/gvsig/remoteClient/gml/v2/GMLFeaturesParser_v2.java

View differences:

GMLFeaturesParser_v2.java
1 1
package org.gvsig.remoteClient.gml.v2;
2 2

  
3 3
import java.io.IOException;
4
import java.util.Hashtable;
5 4

  
6 5
import org.gvsig.remoteClient.gml.GMLException;
7 6
import org.gvsig.remoteClient.gml.GMLTags;
......
9 8
import org.gvsig.remoteClient.gml.factories.IGeometriesFactory;
10 9
import org.gvsig.remoteClient.gml.schemas.XMLSchemaParser;
11 10
import org.gvsig.remoteClient.gml.utils.GMLUtilsParser;
12
import org.gvsig.remoteClient.utils.CapabilitiesTags;
13
import org.gvsig.remoteClient.wfs.WFSAttribute;
14 11
import org.kxml2.io.KXmlParser;
15 12
import org.xmlpull.v1.XmlPullParserException;
16 13

  
......
58 55
 *
59 56
 * $Id$
60 57
 * $Log$
61
 * Revision 1.2  2006-08-10 12:37:05  jorpiell
58
 * Revision 1.3  2006-10-10 12:52:28  jorpiell
59
 * Soporte para features complejas.
60
 *
61
 * Revision 1.2  2006/08/10 12:37:05  jorpiell
62 62
 * A?adido el tag description al GML parser
63 63
 *
64 64
 * Revision 1.1  2006/08/10 12:00:49  jorpiell

Also available in: Unified diff