Revision 882 branches/v02_desarrollo/libraries/libCq CMS for java.old/src/org/cresques/cts/ProjectionPool.java

View differences:

ProjectionPool.java
3 3
 */
4 4
package org.cresques.cts;
5 5

  
6
import java.util.Iterator;
6 7
import java.util.TreeMap;
7 8

  
8 9
import org.cresques.cts.gt2.CSDatum;
......
106 107
		return proj;
107 108
	}
108 109
	
110
	public static Iterator iterator() {
111
		return data.entrySet().iterator();
112
	}
113
	
109 114
	/**
110 115
	 * Devuelve una proyeccion a partir de un codig epsg.
111 116
	 * @param name codigo de la proyecccion (i.e. 23030)

Also available in: Unified diff