Revision 40799 branches/v02_desarrollo/libraries/sld/temp/org.gvsig.sldsupport.lib.impl/src/main/java/org/gvsig/sldsupport/impl/sld1_0_0/parsing/filteroperator/spatial/BinarySpatialOperatorElement.java

View differences:

BinarySpatialOperatorElement.java
44 44
				/*
45 45
				 * TODO GML geometries not supported, only envelope
46 46
				 */
47
				break;
47
				/*
48
				 * Any other entity causes parsing error
49
				 */
50
				throw new SLDReadException(
51
						"Bad SLD file. Unexpected entity in Binary spatial operator: " + name);
48 52
			case KXmlParser.END_TAG:
49 53
				break;
50 54
			case KXmlParser.TEXT:

Also available in: Unified diff