org.openstreetmap.josm.data.projection.datum
Class NTV2GridShiftFileWrapper

java.lang.Object
  extended by org.openstreetmap.josm.data.projection.datum.NTV2GridShiftFileWrapper

public class NTV2GridShiftFileWrapper
extends java.lang.Object

Wrapper for NTV2GridShiftFile. Loads the shift file from disk, when it is first accessed.


Field Summary
static NTV2GridShiftFileWrapper BETA2007
           
private  java.lang.String gridFileName
           
private  NTV2GridShiftFile instance
           
static NTV2GridShiftFileWrapper ntf_rgf93
           
 
Constructor Summary
NTV2GridShiftFileWrapper(java.lang.String filename)
           
 
Method Summary
 NTV2GridShiftFile getShiftFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BETA2007

public static final NTV2GridShiftFileWrapper BETA2007

ntf_rgf93

public static final NTV2GridShiftFileWrapper ntf_rgf93

instance

private NTV2GridShiftFile instance

gridFileName

private java.lang.String gridFileName
Constructor Detail

NTV2GridShiftFileWrapper

public NTV2GridShiftFileWrapper(java.lang.String filename)
Method Detail

getShiftFile

public NTV2GridShiftFile getShiftFile()


JOSM