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

View differences:

MultiPolygonTypeBinding.java
55 55
 *
56 56
 * $Id$
57 57
 * $Log$
58
 * Revision 1.3  2007-05-14 09:31:06  jorpiell
58
 * Revision 1.4  2007-05-14 09:52:53  jorpiell
59
 * Nullpointer exception fixed
60
 *
61
 * Revision 1.3  2007/05/14 09:31:06  jorpiell
59 62
 * Add the a new class to compare tags
60 63
 *
61 64
 * Revision 1.2  2007/05/08 10:24:16  jorpiell
......
119 122
		String srsName = GeometryBinding.getSrs(attributes);
120 123
		String id = GeometryBinding.getID(attributes);
121 124
		
122
		handler.getContentHandler().startMultiPolygon(id, srsName);
125
		multiPolygon = handler.getContentHandler().startMultiPolygon(id, srsName);
123 126
		
124 127
		String tag = parser.getName();
125 128
		currentTag = parser.getEventType();

Also available in: Unified diff