org.openstreetmap.josm.data.projection
Class ProjectionInfo

java.lang.Object
  extended by org.openstreetmap.josm.data.projection.ProjectionInfo

public class ProjectionInfo
extends java.lang.Object


Field Summary
private static java.util.Map<java.lang.String,Projection> allCodes
           
private static java.util.Map<java.lang.String,ProjectionChoice> allCodesPC
           
 
Constructor Summary
ProjectionInfo()
           
 
Method Summary
static Projection getProjectionByCode(java.lang.String code)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

allCodesPC

private static java.util.Map<java.lang.String,ProjectionChoice> allCodesPC

allCodes

private static java.util.Map<java.lang.String,Projection> allCodes
Constructor Detail

ProjectionInfo

public ProjectionInfo()
Method Detail

getProjectionByCode

public static Projection getProjectionByCode(java.lang.String code)


JOSM