Revision 373 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/FLyrVect.java

View differences:

FLyrVect.java
199 199
	public LegendInfo getLegendInfo() {
200 200
		return (LegendInfo) legend;
201 201
	}
202

  
203
	/**
204
	 * @see com.iver.cit.gvsig.fmap.layers.CommonOperations#getShapeType()
205
	 */
206
	public int getShapeType() throws DriverIOException {
207
		return source.getShapeType();
208
	}
202 209
}

Also available in: Unified diff