Class: NetCDFParser

ov.Utilities. NetCDFParser

new ov.Utilities.NetCDFParser()

webgl/ov-Utilities.js, line 437

NetCDF解析器

Members

readonlydimensions

維度列表

Properties:
Name Type Description
dimensions Array.<Object>

維度列表

Properties
Name Type Description
name String

名稱

size Number

大小

readonlyglobalAttributes

全域屬性列表

Properties:
Name Type Description
globalAttributes Array.<Object>

全域屬性列表

Properties
Name Type Description
name String

名稱

type String

種類

value Number | String

readonlyrecordDimension

紀錄維度的詮釋資料

Properties:
Name Type Description
recordDimension Object

紀錄維度的詮釋資料

Properties
Name Type Description
length Number

內容數量

id Number

於紀錄維度列表中的識別號碼

name String

名稱

recordStep Number

步進尺寸

readonlyvariables

全域屬性列表

Properties:
Name Type Description
variables Array.<Object>

全域屬性列表

Properties
Name Type Description
name String

名稱

dimensions Array.<Number>

維度辨識號碼列表

attributes Array.<Object>

屬性列表

Properties
Name Type Description
name String

屬性名稱

type String

屬性類別

value String | Number

屬性值

type String

變數的類別

size Number

變數的數量

offset Number

變數數據的偏移

record Number

是否為記錄變數

readonlyversion

格式版本

Properties:
Name Type Description
version String

格式版本

Methods

attributeExists(attributeName){Boolean}

webgl/ov-Utilities.js, line 571

確認屬性是否存在

Name Type Description
attributeName String

屬性名稱

Returns:
Type Description
Boolean

dataVariableExists(variableName){Boolean}

webgl/ov-Utilities.js, line 562

確認資料變數是否存在

Name Type Description
variableName String

資料變數名稱

Returns:
Type Description
Boolean

getAttribute(attributeName){String}

webgl/ov-Utilities.js, line 580

取得屬性

Name Type Description
attributeName String

屬性名稱

Returns:
Type Description
String 屬性內容或null

getDataVariable(variableName){Array}

webgl/ov-Utilities.js, line 553

讀取資料變數

Name Type Description
variableName String

資料變數名稱

Returns:
Type Description
Array 資料變數陣列,類型為各標頭內指定的變數類型或null

getDataVariableAsString(variableName){String}

webgl/ov-Utilities.js, line 589

取得變數

Name Type Description
variableName String

變數名稱

Returns:
Type Description
String 變數內容或null