Revision 44297 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.api/src/main/java/org/gvsig/fmap/dal/feature/Feature.java

View differences:

Feature.java
327 327
	 */
328 328
	public Geometry getGeometry(int index);
329 329

  
330
	/**
330
	public byte[] getByteArray(String name);
331

  
332
	public byte[] getByteArray(int index);
333

  
334
        /**
331 335
	 * Returns the array value of an attribute given its name.
332 336
	 *
333 337
	 * @param name

Also available in: Unified diff