Revision 11720 trunk/libraries/libGPE-GML/src/org/gvsig/gpe/gml/bindings/FeatureTypeBinding.java

View differences:

FeatureTypeBinding.java
7 7
import org.gvsig.gpe.gml.GPEGmlParser;
8 8
import org.gvsig.gpe.gml.bindings.geometries.BoundedByTypeBinding;
9 9
import org.gvsig.gpe.gml.bindings.geometries.GeometryBinding;
10
import org.gvsig.gpe.gml.types.GMLGeometries;
11 10
import org.gvsig.gpe.gml.utils.CompareUtils;
11
import org.gvsig.gpe.gml.utils.GMLGeometries;
12 12
import org.gvsig.gpe.gml.utils.GMLUtilsParser;
13 13
import org.xmlpull.v1.XmlPullParser;
14 14
import org.xmlpull.v1.XmlPullParserException;
......
57 57
 *
58 58
 * $Id$
59 59
 * $Log$
60
 * Revision 1.4  2007-05-15 12:10:01  jorpiell
60
 * Revision 1.5  2007-05-18 10:41:01  csanchez
61
 * ActualizaciĆ³n libGPE-GML eliminaciĆ³n de clases inecesarias
62
 *
63
 * Revision 1.4  2007/05/15 12:10:01  jorpiell
61 64
 * The bbox is linked to the feature
62 65
 *
63 66
 * Revision 1.3  2007/05/15 09:43:48  jorpiell
......
164 167
				tag = parser.getName();
165 168
			}
166 169
		}			
167

  
168 170
		return feature;		
169 171
	}	
170 172
	

Also available in: Unified diff