|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjecthydroScalingAPI.util.fileUtilities.ChronoFile
public class ChronoFile
The CronoFile is an extension of a regular file that imposes an order scheme different to the alphabetical. This object handles files with extensions desribed in the Developer's manual for temporally changing raster fields
| Field Summary | |
|---|---|
java.io.File |
fileName
The File associated to this object |
| Constructor Summary | |
|---|---|
ChronoFile(java.io.File file,
java.lang.String bN)
Creates new chronoFile |
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object obj)
The compareTo method for this object |
java.util.Calendar |
getDate()
Returns a Calendar object associated to the ChronoFile date |
static void |
main(java.lang.String[] args)
Tests for the class |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.io.File fileName
File associated to this object
| Constructor Detail |
|---|
public ChronoFile(java.io.File file,
java.lang.String bN)
file - The File to associate to this objectbN - The base name of the file| Method Detail |
|---|
public int compareTo(java.lang.Object obj)
compareTo in interface java.lang.Comparableobj - The object to be compared against
public java.util.Calendar getDate()
Calendar object associated to the ChronoFile date
Calendarpublic static void main(java.lang.String[] args)
args - The command line arguments
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
CUENCAS was initially developed by Ricardo Mantilla at the University of Colorado under the supervision of Dr. Vijay K. Gupta. We wish to recognize the support from the National Science Fundation.