Revision 42293 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/FeatureStore.java

View differences:

FeatureStore.java
481 481
        throws DataException;
482 482

  
483 483
    /**
484
     * Creates a new feature of default {@link FeatureType}. 
485
     * The new feature should be initialized with the values of the feature 
486
     * passed as parameter.
487
     * Values are inicialiced by name from the feature specified. Error in
488
     * value assignement are ignoreds.
489
     * 
490
     * @param defaultValues the values to initialize the new feature.
491
     * @return the new feature
492
     * @throws DataException 
493
     */
494
    public EditableFeature createNewFeature(Feature defaultValues)
495
        throws DataException;
496

  
497
    /**
484 498
     * Applies the validation rules associated to the given mode to the active
485 499
     * {@link FeatureSet}.
486 500
     *
......
812 826
     * @return
813 827
     */
814 828
    public Feature getFeature(DynObject dynobject);
829
    
830
    public Iterator iterator();
815 831
}

Also available in: Unified diff