toggle menu
qwsdk
1.1.1
jvm
switch theme
search in API
qwsdk
/
com.qwsdk.vastgui.entity.ocean.tide
/
Tide
/
TideTable
Tide
Table
@
Serializable
data
class
TideTable
(
val
fxTime
:
String
,
val
height
:
String
,
val
type
:
String
)
(
source
)
潮汐
Members
Constructors
Tide
Table
Link copied to clipboard
constructor
(
fxTime
:
String
,
height
:
String
,
type
:
String
)
Properties
fx
Time
Link copied to clipboard
val
fxTime
:
String
满潮或干潮时间。
height
Link copied to clipboard
val
height
:
String
海水高度,单位:米。
type
Link copied to clipboard
val
type
:
String
满潮(H)或干潮(L)。