Revision 43358 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
727 727
    /**
728 728
     * Returns the current {@link FeatureSelection}.
729 729
     * Create a empty selection if not exits.
730
     * 
731
     * Manage of the selection can be slow on some data sources. 
732
     * Use with care.
733
     * In data sources that do not support position access to records, 
734
     * it may be slow to retrieve items from the selection. In some data 
735
     * sources it may be necessary to access to this to retrieve each 
736
     * item in the selection.
730 737
     *
731 738
     * @return
732 739
     *         current {@link FeatureSelection}.

Also available in: Unified diff