Revision 36207 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/FeatureIndexes.java

View differences:

FeatureIndexes.java
73 73
	 * @return Iterator over the FeatureIndex(es).
74 74
	 */
75 75
	public Iterator iterator();
76

  
77
    /**
78
     * Returns if all the indexes are valid and might be used to get Features.
79
     * 
80
     * @return if the indexes are valid
81
     */
82
    public boolean areValid();
83

  
76 84
}

Also available in: Unified diff