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

Wraps a grib_keys_iterator struct.
상속: AutoRef
파일 보기 프로젝트 열기: 0x1mason/GribApi.NET

공개 메소드들

메소드 설명
Create ( GribHandle handle, uint filters, string nspace ) : GribKeysIterator

Creates an instance of GribKeysIterator.

Next ( ) : bool

Gets the next value in a series.

Rewind ( ) : void

Rewinds this instance.

보호된 메소드들

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

Called when [dispose].

비공개 메소드들

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

메소드 상세

Create() 공개 정적인 메소드

Creates an instance of GribKeysIterator.
public static Create ( GribHandle handle, uint filters, string nspace ) : GribKeysIterator
handle GribHandle The handle of the message to iterate.
filters uint The key filters.
nspace string The namespace of the keys to iterate.
리턴 GribKeysIterator

Next() 공개 메소드

Gets the next value in a series.
public Next ( ) : bool
리턴 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