edu.sc.seis.fissuresUtil.map.projections
Class ProjectionHandler

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.map.projections.ProjectionHandler

public class ProjectionHandler
extends java.lang.Object


Constructor Summary
ProjectionHandler(java.util.Map customViews, java.lang.String view)
           
ProjectionHandler(java.lang.String view)
           
 
Method Summary
static void addViews(java.util.Map newViews)
           
static ProjectionHandler get(java.lang.String viewName)
           
static com.bbn.openmap.LatLonPoint getLatLonProp(java.lang.String view, java.lang.String type)
           
 com.bbn.openmap.proj.Projection getProjeciton()
           
 float[] inverse(int x, int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectionHandler

public ProjectionHandler(java.lang.String view)

ProjectionHandler

public ProjectionHandler(java.util.Map customViews,
                         java.lang.String view)
Method Detail

get

public static ProjectionHandler get(java.lang.String viewName)

inverse

public float[] inverse(int x,
                       int y)

getLatLonProp

public static com.bbn.openmap.LatLonPoint getLatLonProp(java.lang.String view,
                                                        java.lang.String type)

addViews

public static void addViews(java.util.Map newViews)

getProjeciton

public com.bbn.openmap.proj.Projection getProjeciton()