Revision 25407 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/EditableFeature.java

View differences:

EditableFeature.java
248 248
	 * @param value geometry to set.
249 249
	 */
250 250
	public void setDefaultGeometry(Geometry value);
251
	
252
	/**
253
	 * Copies the values of all attributes from the source feature to this feature
254
	 * 
255
	 * @param source
256
	 * 			source feature from which the values will be copied.
257
	 */
258
	public void copyFrom(Feature source);	
251 259

  
252 260
}

Also available in: Unified diff