Method | Description | |
---|---|---|
Create ( |
Creates an instance of GribValuesIterator.
|
|
Next ( double isMissingFlag, GeoSpatialValue &gsVal ) : bool |
Gets the next value in a series.
|
|
Rewind ( ) : void |
Rewinds this instance.
|
Method | Description | |
---|---|---|
OnDispose ( bool disposing ) : void |
Called when [dispose].
|
Method | Description | |
---|---|---|
GribValuesIterator ( |
Initializes a new instance of the GribValuesIterator class.
|
public static Create ( |
||
h | The handle of the message to iterate. | |
filters | uint | The filters. |
return |
public Next ( double isMissingFlag, GeoSpatialValue &gsVal ) : bool | ||
isMissingFlag | double | The is missing flag. |
gsVal | GeoSpatialValue | The gs value. |
return | bool |
protected OnDispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |