类 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
      • clone

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