public class StationTableData extends TableData
missingValue| 构造器 | 说明 |
|---|---|
StationTableData() |
Constructor
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Object |
clone() |
Clone
|
int |
getLatIndex() |
Get latitude column index
|
int |
getLonIndex() |
Get longitude column index
|
ProjectionInfo |
getProjectionInfo() |
Get projection info
|
int |
getStationIndex() |
Get station column index
|
void |
readASCIIFile(String fileName,
int lonIdx,
int latIdx) |
Read data table from ASCII file
|
void |
readASCIIFile(String fileName,
int stIdx,
int lonIdx,
int latIdx) |
Read data table from ASCII file
|
void |
setLatIndex(int value) |
Set Latitude column index
|
void |
setLonIndex(int value) |
Set longitude column index
|
void |
setProjectionInfo(ProjectionInfo value) |
Set projection info
|
void |
setStationIndex(int value) |
Set station column index
|
addColumn, addColumn, addColumn, addColumn, addColumnData, addColumnData, addColumnData, addRow, addRow, addRows, appendRow, avg, avg, cloneTable_Field, colSelect, findColumn, findColumns, findColumns_Index, getColumnCount, getColumnData, getColumnData, getColumnData, getColumnNames, getColumns, getRowCount, getRows, getRows, getRows, getTableName, getTag, getTotalCount, getValue, getValue, hasTimeColumn, head, isReadOnly, join, join, join, max, max, min, min, newRow, removeColumn, removeJoin, removeRow, removeRow, removeRows, renameColumn, renameColumn, renameColumn, saveAsASCIIFile, saveAsASCIIFile, saveAsASCIIFile_format, saveAsCSVFile, saveAsCSVFile, select, select, select, select, select, select, select, select, select, select, select, select, setColumnData, setReadOnly, setRows, setTableName, setTag, setValue, setValue, setValues, tail, toString, toString, toString, toStringaddColumnData, addColumnData, ave_DayOfWeek, ave_HourOfDay, ave_Month, ave_MonthOfYear, ave_SeasonOfYear, ave_stdev, ave_Year, average, columnToDouble, getDataByDayOfWeek, getDataByHour, getDataByMonth, getDataBySeason, getDataByYear, getDataByYearMonth, getDataByYearMonth, getDataColumns, getMissingValue, getRow, getTimeColName, getValidColumnValues, getValidColumnValues, getYearMonths, getYears, join, join, readASCIIFile, readASCIIFile, readASCIIFile, readASCIIFile, removeColumn, setColumnData, setMissingValue, sqlSelect, statistics, statistics, sum, toSingleRowTable, toSingleRowTable, toSingleRowTablepublic ProjectionInfo getProjectionInfo()
public void setProjectionInfo(ProjectionInfo value)
value - Projection infopublic int getStationIndex()
public void setStationIndex(int value)
value - Statin column indexpublic int getLonIndex()
public void setLonIndex(int value)
value - Longitude column indexpublic int getLatIndex()
public void setLatIndex(int value)
value - Latitude column indexpublic void readASCIIFile(String fileName, int lonIdx, int latIdx) throws FileNotFoundException, IOException, Exception
fileName - File namelonIdx - Longitude indexlatIdx - Latitude indexFileNotFoundExceptionIOExceptionExceptionpublic void readASCIIFile(String fileName, int stIdx, int lonIdx, int latIdx) throws FileNotFoundException, IOException, Exception
fileName - File namestIdx - Station column indexlonIdx - Longitude column indexlatIdx - Latitude column indexFileNotFoundExceptionIOExceptionExceptionCopyright © 2019. All rights reserved.