Revision 9923 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/FLayer.java

View differences:

FLayer.java
396 396
	public boolean isWritable();
397 397

  
398 398
	/**
399
	 * This method can be used to have a fast cloned layer. The implementations should take care of
400
	 * NOT recreate the layer. Instead of this, is better to use the same source (driver) and deepclone
401
	 * the legend. Exception=> the labels aren't deepcloned to avoid memory consumption. 
402
	 * Note: Labels are memory consuming to speed up layers like PostGIS and so on.
403
	 * @return clonedLayer
404
	 * @throws Exception 
405
	 */
406
	public FLayer cloneLayer() throws Exception;
407

  
408

  
409
	/**
399 410
	 * Useful to associate any object to a layer. For example, you
400 411
	 * can attach a network definition to key "network" and
401 412
	 * check if a layer has a network loaded if getAssociatedObject("network")

Also available in: Unified diff