Revision 11622 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.4  2007-05-14 09:52:53  jorpiell
58
 * Revision 1.5  2007-05-14 11:18:51  jorpiell
59
 * ProjectionFactory updated
60
 *
61
 * Revision 1.4  2007/05/14 09:52:53  jorpiell
59 62
 * Nullpointer exception fixed
60 63
 *
61 64
 * Revision 1.3  2007/05/14 09:31:06  jorpiell
......
119 122
		Object multiPolygon = null;		
120 123
		
121 124
		Hashtable attributes = GMLUtilsParser.getAttributes(parser);		
122
		String srsName = GeometryBinding.getSrs(attributes);
125
		String srsName = GeometryBinding.getSrs(attributes,handler.getErrorHandler());
123 126
		String id = GeometryBinding.getID(attributes);
124 127
		
125 128
		multiPolygon = handler.getContentHandler().startMultiPolygon(id, srsName);

Also available in: Unified diff