104105106107108109110111112113114
return new PolygonImageMapEntry(coordinates); } if ("default".equals(type)) { return new DefaultImageMapEntry(); } if (coordinates.length != 4) { throw new ParseException("Implied Rect-shape needs four coordinate-values", getLocator());
113114115116117118119120121122123