Revision 11660 trunk/libraries/libGPE-GML/src/org/gvsig/gpe/gml/bindings/geometries/OuterBoundaryIsTypeBinding.java

View differences:

OuterBoundaryIsTypeBinding.java
52 52
 *
53 53
 * $Id$
54 54
 * $Log$
55
 * Revision 1.2  2007-05-14 09:31:06  jorpiell
55
 * Revision 1.3  2007-05-15 11:55:11  jorpiell
56
 * MultiGeometry is now supported
57
 *
58
 * Revision 1.2  2007/05/14 09:31:06  jorpiell
56 59
 * Add the a new class to compare tags
57 60
 *
58 61
 * Revision 1.1  2007/05/07 12:58:42  jorpiell
......
102 105
			switch(currentTag){
103 106
			case XmlPullParser.START_TAG:
104 107
				if (CompareUtils.compareWithOutNamespace(tag,GMLTags.GML_LINEARRING)){
105
					coordinates = LinearRingTypeBinding.parse(parser, handler);
108
					coordinates = LinearRingTypeBinding.parseCoordinates(parser, handler);
106 109
				}
107 110
				break;
108 111
			case XmlPullParser.END_TAG:

Also available in: Unified diff