es.prodevelop.gvsig.mobile.fmap.proj
Class CRSFactory

java.lang.Object
  extended byes.prodevelop.gvsig.mobile.fmap.proj.CRSFactory

public class CRSFactory
extends java.lang.Object

Utility class to create projections.

Author:
jldominguez
See Also:
IProjection

Constructor Summary
CRSFactory()
           
 
Method Summary
static IProjection getCRS(java.lang.String projName)
          Creates a projection for the given projection abbreviation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CRSFactory

public CRSFactory()
Method Detail

getCRS

public static IProjection getCRS(java.lang.String projName)
Creates a projection for the given projection abbreviation

Parameters:
projName - the projection abbreviation (example "EPSG:4326")
Returns:
the projection object