Revision 41270

View differences:

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/FeatureReference.java
55 55
	 * @throws DataException
56 56
	 */
57 57
	public Feature getFeature(FeatureType featureType) throws DataException;
58
        
59
        
60
	/**
61
	 * Inform that represented feature is not stored in the original data store
62
	 *
63
	 * @return true if not in the original store
64
	 */
65
	public boolean isNewFeature();
58 66
}
trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.spi/src/main/java/org/gvsig/fmap/dal/feature/spi/FeatureReferenceProviderServices.java
71 71
	public Object getKeyValue(String name);
72 72

  
73 73
	/**
74
	 * Inform that represented feature is not stored in the original data store
75
	 *
76
	 * @return true if not in the original store
77
	 */
78
	public boolean isNewFeature();
79

  
80
	/**
81 74
	 * Return the identifier of the {@link FeatureType} of the represented
82 75
	 * feature
83 76
	 *

Also available in: Unified diff