C# 클래스 Grib.Api.Interop.GribValuesIterator

Wraps a grib_iterator struct.
상속: AutoRef
파일 보기 프로젝트 열기: 0x1mason/GribApi.NET 1 사용 예제들

공개 메소드들

메소드 설명
Create ( GribHandle h, uint filters ) : GribValuesIterator

Creates an instance of GribValuesIterator.

Next ( double isMissingFlag, GeoSpatialValue &gsVal ) : bool

Gets the next value in a series.

Rewind ( ) : void

Rewinds this instance.

보호된 메소드들

메소드 설명
OnDispose ( bool disposing ) : void

Called when [dispose].

비공개 메소드들

메소드 설명
GribValuesIterator ( IntPtr h ) : Grib.Api.Interop.SWIG

Initializes a new instance of the GribValuesIterator class.

메소드 상세

Create() 공개 정적인 메소드

Creates an instance of GribValuesIterator.
public static Create ( GribHandle h, uint filters ) : GribValuesIterator
h GribHandle The handle of the message to iterate.
filters uint The filters.
리턴 GribValuesIterator

Next() 공개 메소드

Gets the next value in a series.
public Next ( double isMissingFlag, GeoSpatialValue &gsVal ) : bool
isMissingFlag double The is missing flag.
gsVal GeoSpatialValue The gs value.
리턴 bool

OnDispose() 보호된 메소드

Called when [dispose].
protected OnDispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
리턴 void

Rewind() 공개 메소드

Rewinds this instance.
public Rewind ( ) : void
리턴 void