|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.c5corp.DEMconvert.C5DemAbstractFilter
com.c5corp.DEMconvert.filters.SampleFilter
public final class SampleFilter
Sample C5demAbstractFilter
| Field Summary |
|---|
| Fields inherited from interface com.c5corp.c5dem.C5DemConstants |
|---|
copy, E_BIT, FEETTOMETERS, hdatum, METERSTOFEET, N_BIT, NE_BIT, NW_BIT, S_BIT, SE_BIT, SW_BIT, system, units, vdatum, W_BIT |
| Constructor Summary | |
|---|---|
SampleFilter()
the default constructor creates a blank object such that writeHeader(Dem, PrintWriter) and writeData(Dem, Printwriter) can be used with arbitrary Dem and PrintWriter objects |
|
SampleFilter(java.lang.String in_fileame)
this constructor is used by the main method in this class, which is intended mostly for command line use. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFilterInfo()
A method that returns a string containing information about the filter. |
java.lang.String |
getOutputPath()
Returns a relative path describing the location of the output. |
static void |
main(java.lang.String[] args)
The main method is maintained so that this filter can be used from the command line, in addition to being used inside of c5 dem tool. |
java.lang.String |
toString()
overrides java.lang.Object.toString() |
void |
writeData(Dem dem,
java.io.PrintWriter out)
A method to write the output (formated) data to the file. |
void |
writeHeader(Dem dem,
java.io.PrintWriter out)
A method for output of metadata to the file (overrides C5DemAbstractFilter), displaying many of the methods of the Dem class. |
| Methods inherited from class com.c5corp.DEMconvert.C5DemAbstractFilter |
|---|
openOutputFile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SampleFilter()
public SampleFilter(java.lang.String in_fileame)
in_fileame - the file name| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - Usage: $ SampleFilter infile.dem [output dir]
public void writeHeader(Dem dem,
java.io.PrintWriter out)
writeHeader in class C5DemAbstractFilterdem - A Dem.out - Where to write the data.
public void writeData(Dem dem,
java.io.PrintWriter out)
writeData in class C5DemAbstractFilterdem - A Dem.out - Where to write the data.public java.lang.String getFilterInfo()
getFilterInfo in class C5DemAbstractFilterpublic java.lang.String getOutputPath()
getOutputPath in class C5DemAbstractFilterpublic java.lang.String toString()
toString in class C5DemAbstractFilter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||