类 MICAPS7DataInfo
- java.lang.Object
-
- org.meteoinfo.data.meteodata.DataInfo
-
- org.meteoinfo.data.meteodata.micaps.MICAPS7DataInfo
-
- 所有已实现的接口:
ITrajDataInfo
public class MICAPS7DataInfo extends DataInfo implements ITrajDataInfo
- 作者:
- yaqiang
-
-
字段概要
-
从类继承的字段 org.meteoinfo.data.meteodata.DataInfo
attributes, dimensions, fileName, isGlobal, meteoDataType, missingValue, projInfo, tDim, variables, xDim, xReverse, yDim, yReverse, zDim
-
-
构造器概要
构造器 构造器 说明 MICAPS7DataInfo()Constructor
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 java.lang.StringgenerateInfoText()Generate data info textjava.util.List<java.util.List<java.lang.Object>>getATrajData(int aTrajIdx)Get a trajectory points datajava.util.List<org.meteoinfo.table.DataTable>getDataTables()Get data table listjava.util.List<Attribute>getGlobalAttributes()Get global attributesjava.util.List<TrajectoryInfo>getTrajInfoList()Get TrajectoryInfo listjava.lang.StringgetTVarName()Get time coordinate variable namejava.lang.StringgetXVarName()Get X coordinate variable namejava.lang.StringgetYVarName()Get Y coordinate variable namejava.lang.StringgetZVarName()Get Z coordinate variable nameorg.meteoinfo.ndarray.Arrayread(java.lang.String varName)Read array data of a variableorg.meteoinfo.ndarray.Arrayread(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<org.meteoinfo.table.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, getVariableIndex, getVariableNames, getVariableNum, getVariables, getXDimension, getYDimension, getZDimension, isGlobal, isXReverse, isYReverse, readDataInfo, setDataType, setDimensions, setFileName, setGlobal, setMissingValue, setProjectionInfo, setTimeDimension, setTimes, setVariables, setXDimension, setXReverse, setYDimension, setYReverse, setZDimension
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.meteoinfo.data.meteodata.ITrajDataInfo
getVariables
-
-
-
-
方法详细资料
-
getXVarName
public java.lang.String getXVarName()
从接口复制的说明:ITrajDataInfoGet X coordinate variable name- 指定者:
getXVarName在接口中ITrajDataInfo- 返回:
- X coordinate variable name
-
getYVarName
public java.lang.String getYVarName()
从接口复制的说明:ITrajDataInfoGet Y coordinate variable name- 指定者:
getYVarName在接口中ITrajDataInfo- 返回:
- Y coordinate variable name
-
getZVarName
public java.lang.String getZVarName()
从接口复制的说明:ITrajDataInfoGet Z coordinate variable name- 指定者:
getZVarName在接口中ITrajDataInfo- 返回:
- Z coordinate variable name
-
getTVarName
public java.lang.String getTVarName()
从接口复制的说明:ITrajDataInfoGet time coordinate variable name- 指定者:
getTVarName在接口中ITrajDataInfo- 返回:
- Time coordinate variable name
-
getTrajInfoList
public java.util.List<TrajectoryInfo> getTrajInfoList()
从接口复制的说明:ITrajDataInfoGet TrajectoryInfo list- 指定者:
getTrajInfoList在接口中ITrajDataInfo- 返回:
- TrajectoryInfo list
-
getDataTables
public java.util.List<org.meteoinfo.table.DataTable> getDataTables()
Get data table list- 指定者:
getDataTables在接口中ITrajDataInfo- 返回:
- 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 org.meteoinfo.ndarray.Array read(java.lang.String varName)
Read array data of a variable
-
read
public org.meteoinfo.ndarray.Array read(java.lang.String varName, int[] origin, int[] size, int[] stride)Read array data of the variable
-
readTable
public java.util.List<org.meteoinfo.table.DataTable> readTable() throws java.lang.ExceptionRead trajectories as data table list.- 返回:
- Data table list
- 抛出:
java.lang.Exception
-
getATrajData
public java.util.List<java.util.List<java.lang.Object>> getATrajData(int aTrajIdx)
Get a trajectory points data- 参数:
aTrajIdx- The trajectory index- 返回:
- A trajectory points data
-
-