org.cresques.cts
Class ProjectionPool

java.lang.Object
  extended byorg.cresques.cts.ProjectionPool

public class ProjectionPool
extends java.lang.Object

Pool de proyeccions (cs+datum) conocidas.

Author:
"Luis W. Sevilla"

Constructor Summary
ProjectionPool()
           
 
Method Summary
static void add(java.lang.String name, IProjection proj)
          Mete una nueva proyeccion en la Pool.
static IProjection get(java.lang.String name)
          Devuelve una proyeccion a partir de una cadena.
static java.util.Iterator iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectionPool

public ProjectionPool()
Method Detail

add

public static void add(java.lang.String name,
                       IProjection proj)
Mete una nueva proyeccion en la Pool.

Parameters:
name - abreviatura de la proyecccion (i.e. EPSG:23030)
proj - Proyeccion

get

public static IProjection get(java.lang.String name)
Devuelve una proyeccion a partir de una cadena.

Parameters:
name - abreviatura de la proyecccion (i.e. EPSG:23030)
Returns:
Proyeccion si existe

iterator

public static java.util.Iterator iterator()