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

View differences:

FeatureTypeBinding.java
57 57
 *
58 58
 * $Id$
59 59
 * $Log$
60
 * Revision 1.3  2007-05-15 09:43:48  jorpiell
60
 * Revision 1.4  2007-05-15 12:10:01  jorpiell
61
 * The bbox is linked to the feature
62
 *
63
 * Revision 1.3  2007/05/15 09:43:48  jorpiell
61 64
 * The namespace is deleted from the feature name
62 65
 *
63 66
 * Revision 1.2  2007/05/15 09:35:09  jorpiell
......
132 135
					String description = parser.getText();
133 136
				}else if (CompareUtils.compareWithOutNamespace(tag,GMLTags.GML_BOUNDEDBY)){
134 137
					Object bbox = BoundedByTypeBinding.parse(parser, handler);
138
					handler.getContentHandler().addBboxToFeature(bbox, feature);
135 139
				}else{
136 140
					if (!(featureRootType.compareTo(tag) == 0)){						
137 141
						if (GMLGeometries.isGML(tag.substring(tag.indexOf(":") + 1, tag.length()))){

Also available in: Unified diff