类 StationTableData


  • public class StationTableData
    extends TableData
    作者:
    yaqiang
    • 构造器详细资料

      • StationTableData

        public StationTableData()
        Constructor
    • 方法详细资料

      • getProjectionInfo

        public ProjectionInfo getProjectionInfo()
        Get projection info
        返回:
        Projection info
      • setProjectionInfo

        public void setProjectionInfo​(ProjectionInfo value)
        Set projection info
        参数:
        value - Projection info
      • getStationIndex

        public int getStationIndex()
        Get station column index
        返回:
        Station column index
      • setStationIndex

        public void setStationIndex​(int value)
        Set station column index
        参数:
        value - Statin column index
      • getLonIndex

        public int getLonIndex()
        Get longitude column index
        返回:
        Longitude column index
      • setLonIndex

        public void setLonIndex​(int value)
        Set longitude column index
        参数:
        value - Longitude column index
      • getLatIndex

        public int getLatIndex()
        Get latitude column index
        返回:
        Latitude column index
      • setLatIndex

        public void setLatIndex​(int value)
        Set Latitude column index
        参数:
        value - Latitude column index
      • readASCIIFile

        public void readASCIIFile​(java.lang.String fileName,
                                  int lonIdx,
                                  int latIdx)
                           throws java.io.FileNotFoundException,
                                  java.io.IOException,
                                  java.lang.Exception
        Read data table from ASCII file
        参数:
        fileName - File name
        lonIdx - Longitude index
        latIdx - Latitude index
        抛出:
        java.io.FileNotFoundException
        java.io.IOException
        java.lang.Exception
      • readASCIIFile

        public void readASCIIFile​(java.lang.String fileName,
                                  int stIdx,
                                  int lonIdx,
                                  int latIdx)
                           throws java.io.FileNotFoundException,
                                  java.io.IOException,
                                  java.lang.Exception
        Read data table from ASCII file
        参数:
        fileName - File name
        stIdx - Station column index
        lonIdx - Longitude column index
        latIdx - Latitude column index
        抛出:
        java.io.FileNotFoundException
        java.io.IOException
        java.lang.Exception
      • clone

        public java.lang.Object clone()
        Clone
        覆盖:
        clone 在类中 TableData
        返回:
        Cloned StationTableData object