Revision 20626 trunk/libraries/libFMap_dataFile/src/org/gvsig/data/datastores/vectorial/base/MemoryStore.java

View differences:

MemoryStore.java
80 80
	public IExtent getFullExtent() {
81 81
		return fullExtent;
82 82
	}
83
	public void close() throws CloseException{
83
	protected void doClose() throws CloseException{
84 84
		arrayFeatures.clear();
85 85
		fullExtent=null;
86 86
	}
87
	public void dispose() throws CloseException{
87
	protected void doDispose() throws CloseException{
88 88
		close();
89 89
	}
90 90
	protected ArrayList getFeatures(){

Also available in: Unified diff