org.cresques.impl.cts
Class ProjectionPool
java.lang.Object
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"
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectionPool
public ProjectionPool()
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.