Revision 25124 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/impl/DefaultFeatureStore.java

View differences:

DefaultFeatureStore.java
1123 1123
		((DefaultFeatureIndexes) getIndexes()).addIndex(index);
1124 1124
		return index;
1125 1125
	}
1126
	
1127
	public FeatureIndex createIndex(FeatureType featureType,
1128
			String attributeName, String indexName, Observer observer) {
1129
		// TODO Implement observer interaction
1130
		throw new UnsupportedOperationException();
1131
	}
1126 1132

  
1127 1133
	//
1128 1134
	// ====================================================================

Also available in: Unified diff