Azavea.Open.DAO.Memory.AbstractMemoryIndex.Rebuild C# (CSharp) Method

Rebuild() public abstract method

This method rebuilds the index given a new list of data objects.
public abstract Rebuild ( IEnumerable objects ) : void
objects IEnumerable All the objects in the data store.
return void
        public abstract void Rebuild(IEnumerable<MemoryObject> objects);