com.partnersoft.gps.postprocessing
Class GpsCorrectionFile
java.lang.Object
com.partnersoft.gps.postprocessing.GpsCorrectionFile
- All Implemented Interfaces:
- Immutable
public class GpsCorrectionFile
- extends java.lang.Object
- implements Immutable
Models a file from which corrections are loaded.
Copyright 2009 Partner Software, Inc.
- Version:
- $Id$
- Author:
- Paul Reavis
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GpsCorrectionFile
public GpsCorrectionFile(java.lang.String name,
java.lang.String path,
long checksum,
DateAndTime lastModified)
GpsCorrectionFile
public GpsCorrectionFile(VfsFile file)
throws java.io.IOException
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getName
public java.lang.String getName()
getPath
public java.lang.String getPath()
getChecksum
public long getChecksum()
getLastModified
public DateAndTime getLastModified()