类 HYSPLITTrajDataInfo
- java.lang.Object
-
- org.meteoinfo.data.meteodata.DataInfo
-
- org.meteoinfo.data.meteodata.hysplit.HYSPLITTrajDataInfo
-
- 所有已实现的接口:
TrajDataInfo
public class HYSPLITTrajDataInfo extends DataInfo implements TrajDataInfo
- 作者:
- yaqiang
-
-
字段概要
字段 修饰符和类型 字段 说明 java.lang.IntegermeteoFileNumjava.lang.StringtrajDirectionjava.util.List<TrajectoryInfo>trajInfosinttrajNumjava.util.List<java.lang.String>varNamesintvarNumjava.lang.StringverticalMotion
-
构造器概要
构造器 构造器 说明 HYSPLITTrajDataInfo()Constructor
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 VectorLayercreateTrajLineLayer()Create trajectory line layerVectorLayercreateTrajLineLayer(boolean zPres)VectorLayercreateTrajPointLayer()Create trajectory point layerVectorLayercreateTrajStartPointLayer()Create trajectory start point layerjava.lang.StringgenerateInfoText()Generate data info textjava.util.List<DataTable>getDataTables()Get data table listjava.util.List<Attribute>getGlobalAttributes()Get global attributesXYListDatasetgetXYDataset(int varIndex)Get XYDatasetXYListDatasetgetXYDataset_HourX(int varIndex)Get XYDataset - X dimension is hours from start pointArrayread(java.lang.String varName)Read array data of a variableArrayread(java.lang.String varName, int[] origin, int[] size, int[] stride)Read array data of the variablevoidreadDataInfo(java.lang.String fileName)Read data infojava.util.List<DataTable>readTable()Read trajectories as data table list.-
从类继承的方法 org.meteoinfo.data.meteodata.DataInfo
addAttribute, addDimension, addVariable, getDataType, getDimensions, getFileName, getMissingValue, getPlottableVariables, getProjectionInfo, getTime, getTimeDimension, getTimeNum, getTimes, getTimeValue, getTimeValue, getTimeValues, getVariable, getVariableNames, getVariableNum, getVariables, getXDimension, getYDimension, getZDimension, isGlobal, isXReverse, isYReverse, readDataInfo, setDataType, setDimensions, setFileName, setGlobal, setMissingValue, setProjectionInfo, setTimeDimension, setTimes, setVariables, setXDimension, setXReverse, setYDimension, setYReverse, setZDimension
-
-
-
-
字段详细资料
-
meteoFileNum
public java.lang.Integer meteoFileNum
-
trajNum
public int trajNum
-
trajDirection
public java.lang.String trajDirection
-
verticalMotion
public java.lang.String verticalMotion
-
trajInfos
public java.util.List<TrajectoryInfo> trajInfos
-
varNum
public int varNum
-
varNames
public java.util.List<java.lang.String> varNames
-
-
方法详细资料
-
getDataTables
public java.util.List<DataTable> getDataTables()
Get data table list- 返回:
- Data table list
-
readDataInfo
public void readDataInfo(java.lang.String fileName)
从类复制的说明:DataInfoRead data info- 指定者:
readDataInfo在类中DataInfo- 参数:
fileName- File name
-
getGlobalAttributes
public java.util.List<Attribute> getGlobalAttributes()
Get global attributes- 指定者:
getGlobalAttributes在类中DataInfo- 返回:
- Global attributes
-
generateInfoText
public java.lang.String generateInfoText()
从类复制的说明:DataInfoGenerate data info text- 覆盖:
generateInfoText在类中DataInfo- 返回:
- Data info text
-
read
public Array read(java.lang.String varName)
Read array data of a variable
-
read
public Array read(java.lang.String varName, int[] origin, int[] size, int[] stride)
Read array data of the variable
-
createTrajLineLayer
public VectorLayer createTrajLineLayer()
从接口复制的说明:TrajDataInfoCreate trajectory line layer- 指定者:
createTrajLineLayer在接口中TrajDataInfo- 返回:
- Map layer
-
createTrajLineLayer
public VectorLayer createTrajLineLayer(boolean zPres)
-
readTable
public java.util.List<DataTable> readTable() throws java.lang.Exception
Read trajectories as data table list.- 返回:
- Data table list
- 抛出:
java.lang.Exception
-
createTrajPointLayer
public VectorLayer createTrajPointLayer()
从接口复制的说明:TrajDataInfoCreate trajectory point layer- 指定者:
createTrajPointLayer在接口中TrajDataInfo- 返回:
- Map layer
-
createTrajStartPointLayer
public VectorLayer createTrajStartPointLayer()
从接口复制的说明:TrajDataInfoCreate trajectory start point layer- 指定者:
createTrajStartPointLayer在接口中TrajDataInfo- 返回:
- Map layer
-
getXYDataset
public XYListDataset getXYDataset(int varIndex)
Get XYDataset- 参数:
varIndex- Variable index- 返回:
- XYDataset
-
getXYDataset_HourX
public XYListDataset getXYDataset_HourX(int varIndex)
Get XYDataset - X dimension is hours from start point- 参数:
varIndex- Variable index- 返回:
- XYDataset
-
-