org.cresques.impl.cts
Class ProjectionPool

java.lang.Object
  extended by org.cresques.impl.cts.ProjectionPool
All Implemented Interfaces:
ICRSFactory

public class ProjectionPool
extends Object
implements ICRSFactory

Pool de proyeccions (cs+datum) conocidas.

Author:
"Luis W. Sevilla"

Constructor Summary
ProjectionPool()
           
 
Method Summary
static void add(String name, IProjection proj)
          Mete una nueva proyeccion en la Pool.
 boolean doesRigurousTransformations()
           
 IProjection get(String name)
          Devuelve una proyeccion a partir de una cadena.
static 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(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 IProjection get(String name)
Devuelve una proyeccion a partir de una cadena.

Specified by:
get in interface ICRSFactory
Parameters:
name - abreviatura de la proyecccion (i.e. EPSG:23030)
Returns:
Proyeccion si existe

iterator

public static Iterator iterator()

doesRigurousTransformations

public boolean doesRigurousTransformations()
Specified by:
doesRigurousTransformations in interface ICRSFactory


Copyright © 2004-2013 gvSIG. All Rights Reserved.