C# Class Grib.Api.Interop.SWIG.GribApiProxy

Exibir arquivo Open project: 0x1mason/GribApi.NET

Public Properties

Property Type Description
GRIB_7777_NOT_FOUND int
GRIB_ARRAY_TOO_SMALL int
GRIB_BUFFER_TOO_SMALL int
GRIB_CODE_NOT_FOUND_IN_TABLE int
GRIB_CONCEPT_NO_MATCH int
GRIB_CONSTANT_FIELD int
GRIB_CORRUPTED_INDEX int
GRIB_DECODING_ERROR int
GRIB_DIFFERENT_EDITION int
GRIB_DUMP_FLAG_ALIASES int
GRIB_DUMP_FLAG_ALL_DATA int
GRIB_DUMP_FLAG_CODED int
GRIB_DUMP_FLAG_DUMP_OK int
GRIB_DUMP_FLAG_HEXADECIMAL int
GRIB_DUMP_FLAG_NO_DATA int
GRIB_DUMP_FLAG_OCTECT int
GRIB_DUMP_FLAG_READ_ONLY int
GRIB_DUMP_FLAG_TYPE int
GRIB_DUMP_FLAG_VALUES int
GRIB_ENCODING_ERROR int
GRIB_END int
GRIB_END_OF_FILE int
GRIB_END_OF_INDEX int
GRIB_FILE_NOT_FOUND int
GRIB_GEOCALCULUS_PROBLEM int
GRIB_INTERNAL_ARRAY_TOO_SMALL int
GRIB_INTERNAL_ERROR int
GRIB_INVALID_ARGUMENT int
GRIB_INVALID_BPV int
GRIB_INVALID_FILE int
GRIB_INVALID_GRIB int
GRIB_INVALID_INDEX int
GRIB_INVALID_ITERATOR int
GRIB_INVALID_KEYS_ITERATOR int
GRIB_INVALID_KEY_VALUE int
GRIB_INVALID_MESSAGE int
GRIB_INVALID_NEAREST int
GRIB_INVALID_ORDERBY int
GRIB_INVALID_SECTION_NUMBER int
GRIB_INVALID_TYPE int
GRIB_IO_PROBLEM int
GRIB_LOG_DEBUG int
GRIB_LOG_ERROR int
GRIB_LOG_FATAL int
GRIB_LOG_INFO int
GRIB_LOG_WARNING int
GRIB_MESSAGE_MALFORMED int
GRIB_MESSAGE_TOO_LARGE int
GRIB_MISSING_DOUBLE double
GRIB_MISSING_KEY int
GRIB_MISSING_LONG int
GRIB_NEAREST_SAME_DATA int
GRIB_NEAREST_SAME_GRID int
GRIB_NEAREST_SAME_POINT int
GRIB_NOT_FOUND int
GRIB_NOT_IMPLEMENTED int
GRIB_NO_DEFINITIONS int
GRIB_NO_MORE_IN_SET int
GRIB_NO_VALUES int
GRIB_NULL_HANDLE int
GRIB_NULL_INDEX int
GRIB_OUT_OF_AREA int
GRIB_OUT_OF_MEMORY int
GRIB_PREMATURE_END_OF_FILE int
GRIB_READ_ONLY int
GRIB_SECTION_BITMAP int
GRIB_SECTION_DATA int
GRIB_SECTION_GRID int
GRIB_SECTION_LOCAL int
GRIB_SECTION_PRODUCT int
GRIB_SUCCESS int
GRIB_SWITCH_NO_MATCH int
GRIB_UNDERFLOW int
GRIB_UTIL_ACCURACY_SAME_BITS_PER_VALUES_AS_INPUT int
GRIB_UTIL_ACCURACY_SAME_DECIMAL_SCALE_FACTOR_AS_INPUT int
GRIB_UTIL_ACCURACY_USE_PROVIDED_BITS_PER_VALUES int
GRIB_UTIL_ACCURACY_USE_PROVIDED_DECIMAL_SCALE_FACTOR int
GRIB_UTIL_GRID_SPEC_POLAR_STEREOGRAPHIC int
GRIB_UTIL_GRID_SPEC_REDUCED_GG int
GRIB_UTIL_GRID_SPEC_REDUCED_LL int
GRIB_UTIL_GRID_SPEC_REDUCED_ROTATED_GG int
GRIB_UTIL_GRID_SPEC_REGULAR_GG int
GRIB_UTIL_GRID_SPEC_REGULAR_LL int
GRIB_UTIL_GRID_SPEC_ROTATED_GG int
GRIB_UTIL_GRID_SPEC_ROTATED_LL int
GRIB_UTIL_GRID_SPEC_SH int
GRIB_UTIL_PACKING_SAME_AS_INPUT int
GRIB_UTIL_PACKING_TYPE_GRID_COMPLEX int
GRIB_UTIL_PACKING_TYPE_GRID_SECOND_ORDER int
GRIB_UTIL_PACKING_TYPE_GRID_SIMPLE int
GRIB_UTIL_PACKING_TYPE_GRID_SIMPLE_MATRIX int
GRIB_UTIL_PACKING_TYPE_JPEG int
GRIB_UTIL_PACKING_TYPE_SAME_AS_INPUT int
GRIB_UTIL_PACKING_TYPE_SPECTRAL_COMPLEX int
GRIB_UTIL_PACKING_TYPE_SPECTRAL_SIMPLE int
GRIB_UTIL_PACKING_USE_PROVIDED int
GRIB_UTIL_SET_SPEC_FLAGS_ONLY_PACKING int
GRIB_VALUE_CANNOT_BE_MISSING int
GRIB_VALUE_DIFFERENT int
GRIB_WRONG_ARRAY_SIZE int
GRIB_WRONG_GRID int
GRIB_WRONG_LENGTH int
GRIB_WRONG_STEP int
GRIB_WRONG_STEP_UNIT int
GRIB_WRONG_TYPE int

Public Methods

Method Description
EccodeBufrNewFromFile ( GribContext c, GribFile f, int headers_only, int &error ) : GribHandle
EccodeGribNewFromFile ( GribContext c, GribFile f, int headers_only, int &error ) : GribHandle
EccodeGtsNewFromFile ( GribContext c, GribFile f, int headers_only, int &error ) : GribHandle
GribBoxGetPoints ( SWIGTYPE_p_grib_box box, double north, double west, double south, double east, int &err ) : SWIGTYPE_p_grib_points
GribBoxNew ( GribHandle h, int &error ) : SWIGTYPE_p_grib_box
GribCheck ( string call, string file, int line, int e, string msg ) : void
GribContextDelete ( GribContext c ) : void
GribContextGetDefault ( ) : GribContext
GribContextNew ( GribContext c ) : GribContext
GribContextSetBufferMemoryProc ( GribContext c, SWIGTYPE_p_f_p_q_const__grib_context_size_t__p_void griballoc, SWIGTYPE_p_f_p_q_const__grib_context_p_void__void gribfree, SWIGTYPE_p_f_p_q_const__grib_context_p_void_size_t__p_void gribrealloc ) : void
GribContextSetLoggingProc ( GribContext c, SWIGTYPE_p_f_p_q_const__grib_context_int_p_q_const__char__void logp ) : void
GribContextSetMemoryProc ( GribContext c, SWIGTYPE_p_f_p_q_const__grib_context_size_t__p_void griballoc, SWIGTYPE_p_f_p_q_const__grib_context_p_void__void gribfree, SWIGTYPE_p_f_p_q_const__grib_context_p_void_size_t__p_void gribrealloc ) : void
GribContextSetPersistentMemoryProc ( GribContext c, SWIGTYPE_p_f_p_q_const__grib_context_size_t__p_void griballoc, SWIGTYPE_p_f_p_q_const__grib_context_p_void__void gribfree ) : void
GribContextSetPrintProc ( GribContext c, SWIGTYPE_p_f_p_q_const__grib_context_p_void_p_q_const__char__void printp ) : void
GribCopyNamespace ( GribHandle dest, string name, GribHandle src ) : void
GribCountInFile ( GribContext c, GribFile f, int &n ) : void
GribDateToJulian ( int ddate ) : int
GribDatetimeToJulian ( int year, int month, int day, int hour, int minute, int second, SWIGTYPE_p_double jd ) : void
GribDumpActionTree ( GribContext c, GribFile f ) : void
GribDumpContent ( GribHandle h, GribFile arg1, string mode, uint option_flags, byte arg ) : void
GribExit ( int code ) : void
GribFieldsetApplyOrderBy ( SWIGTYPE_p_grib_fieldset set, string order_by_string ) : void
GribFieldsetCount ( SWIGTYPE_p_grib_fieldset set ) : void
GribFieldsetDelete ( SWIGTYPE_p_grib_fieldset set ) : void
GribFieldsetNewFromFiles ( GribContext c, string filenames, int nfiles, string keys, int nkeys, string where_string, string order_by_string, int &err ) : SWIGTYPE_p_grib_fieldset
GribFieldsetNextHandle ( SWIGTYPE_p_grib_fieldset set, int &err ) : GribHandle
GribFieldsetRewind ( SWIGTYPE_p_grib_fieldset set ) : void
GribGetApiVersion ( ) : int
GribGetBytes ( GribHandle h, string key, byte bytes, SizeT &length ) : void
GribGetData ( GribHandle h, double lats, double lons, double values, SizeT &size ) : void
GribGetDouble ( GribHandle h, string key, double &value ) : void
GribGetDoubleArray ( GribHandle h, string key, double vals, SizeT &length ) : void
GribGetDoubleElement ( GribHandle h, string key, int i, double &value ) : void
GribGetDoubleElements ( GribHandle h, string key, SWIGTYPE_p_int i, int size, double &value ) : void
GribGetErrorMessage ( int code ) : string
GribGetGaussianLatitudes ( int truncation, double latitudes ) : void
GribGetGitSha1 ( ) : string
GribGetGribexMode ( GribContext c ) : void
GribGetLength ( GribHandle h, string key, SizeT &length ) : void
GribGetLong ( GribHandle h, string key, int &value ) : void
GribGetLongArray ( GribHandle h, string key, int vals, SizeT &length ) : void
GribGetMessage ( GribHandle h, System &message, SizeT &message_length ) : void
GribGetMessageCopy ( GribHandle h, byte message, SizeT &message_length ) : void
GribGetMessageOffset ( GribHandle h, SizeT &offset ) : void
GribGetMessageSize ( GribHandle h, SizeT &size ) : void
GribGetNativeType ( GribHandle h, string name, int &type ) : void
GribGetOffset ( GribHandle h, string key, SizeT &offset ) : void
GribGetReducedRow ( int pl, double lon_first, double lon_last, SWIGTYPE_p_long npoints, SWIGTYPE_p_long ilon_first, SWIGTYPE_p_long ilon_last ) : void
GribGetSize ( GribHandle h, string key, SizeT &size ) : void
GribGetString ( GribHandle h, string key, System mesg, SizeT &length ) : void
GribGetTypeName ( int type ) : string
GribGribexModeOff ( GribContext c ) : void
GribGribexModeOn ( GribContext c ) : void
GribGtsHeaderOff ( GribContext c ) : void
GribGtsHeaderOn ( GribContext c ) : void
GribHandleClone ( GribHandle h ) : GribHandle
GribHandleDelete ( GribHandle h ) : void
GribHandleNewFromFile ( GribContext c, GribFile f, int &error ) : GribHandle
GribHandleNewFromIndex ( SWIGTYPE_p_grib_index index, int &err ) : GribHandle
GribHandleNewFromMessage ( GribContext c, byte data, SizeT data_len ) : GribHandle
GribHandleNewFromMessageCopy ( GribContext c, byte data, SizeT data_len ) : GribHandle
GribHandleNewFromMultiMessage ( GribContext c, System &data, SizeT &data_len, int &error ) : GribHandle
GribHandleNewFromPartialMessage ( GribContext c, byte data, SizeT buflen ) : GribHandle
GribHandleNewFromPartialMessageCopy ( GribContext c, byte data, SizeT size ) : GribHandle
GribHandleNewFromSamples ( GribContext c, string res_name ) : GribHandle
GribHandleNewFromTemplate ( GribContext c, string res_name ) : GribHandle
GribIndexAddFile ( SWIGTYPE_p_grib_index index, string filename ) : void
GribIndexDelete ( SWIGTYPE_p_grib_index index ) : void
GribIndexGetDouble ( SWIGTYPE_p_grib_index index, string key, double values, SizeT &size ) : void
GribIndexGetLong ( SWIGTYPE_p_grib_index index, string key, int values, SizeT &size ) : void
GribIndexGetSize ( SWIGTYPE_p_grib_index index, string key, SizeT &size ) : void
GribIndexGetString ( SWIGTYPE_p_grib_index index, string key, System &values, SizeT &size ) : void
GribIndexNew ( GribContext c, string keys, int &err ) : SWIGTYPE_p_grib_index
GribIndexNewFromFile ( GribContext c, string filename, string keys, int &err ) : SWIGTYPE_p_grib_index
GribIndexRead ( GribContext c, string filename, int &err ) : SWIGTYPE_p_grib_index
GribIndexSelectDouble ( SWIGTYPE_p_grib_index index, string key, double value ) : void
GribIndexSelectLong ( SWIGTYPE_p_grib_index index, string key, int value ) : void
GribIndexSelectString ( SWIGTYPE_p_grib_index index, string key, string value ) : void
GribIndexWrite ( SWIGTYPE_p_grib_index index, string filename ) : void
GribIsDefined ( GribHandle h, string key ) : bool
GribIsMissing ( GribHandle h, string key, int &err ) : bool
GribIteratorDelete ( GribValuesIterator i ) : void
GribIteratorHasNext ( GribValuesIterator i ) : void
GribIteratorNew ( GribHandle h, uint flags, int &error ) : GribValuesIterator
GribIteratorNext ( GribValuesIterator i, double &lat, double &lon, double &value ) : int
GribIteratorPrevious ( GribValuesIterator i, double &lat, double &lon, double &value ) : void
GribIteratorReset ( GribValuesIterator i ) : void
GribJulianToDate ( int jdate ) : int
GribJulianToDatetime ( double jd, SWIGTYPE_p_long year, SWIGTYPE_p_long month, SWIGTYPE_p_long day, SWIGTYPE_p_long hour, SWIGTYPE_p_long minute, SWIGTYPE_p_long second ) : void
GribKeysIteratorDelete ( GribKeysIterator kiter ) : void
GribKeysIteratorGetBytes ( GribKeysIterator kiter, byte v, SizeT &len ) : void
GribKeysIteratorGetDouble ( GribKeysIterator kiter, double &v, SizeT &len ) : void
GribKeysIteratorGetLong ( GribKeysIterator kiter, int &v, SizeT &len ) : void
GribKeysIteratorGetName ( GribKeysIterator kiter ) : string
GribKeysIteratorGetString ( GribKeysIterator kiter, System v, SizeT &len ) : void
GribKeysIteratorNew ( GribHandle h, uint filter_flags, string name_space ) : GribKeysIterator
GribKeysIteratorNext ( GribKeysIterator kiter ) : int
GribKeysIteratorRewind ( GribKeysIterator kiter ) : void
GribKeysIteratorSetFlags ( GribKeysIterator kiter, uint flags ) : void
GribMultiHandleAppend ( GribHandle h, int start_section, SWIGTYPE_p_grib_multi_handle mh ) : void
GribMultiHandleDelete ( SWIGTYPE_p_grib_multi_handle mh ) : void
GribMultiHandleNew ( GribContext c ) : SWIGTYPE_p_grib_multi_handle
GribMultiHandleWrite ( SWIGTYPE_p_grib_multi_handle mh, GribFile f ) : void
GribMultiSupportOff ( GribContext c ) : void
GribMultiSupportOn ( GribContext c ) : void
GribMultiSupportResetFile ( GribContext c, GribFile f ) : void
GribNearestDelete ( SWIGTYPE_p_grib_nearest nearest ) : void
GribNearestFind ( SWIGTYPE_p_grib_nearest nearest, GribHandle h, double inlat, double inlon, uint flags, double outlats, double outlons, double values, double distances, int indexes, SizeT &len ) : void
GribNearestFindMultiple ( GribHandle h, int is_lsm, double inlats, double inlons, int npoints, double outlats, double outlons, double values, double distances, int indexes ) : void
GribNearestNew ( GribHandle h, int &error ) : SWIGTYPE_p_grib_nearest
GribPointsGetValues ( GribHandle h, SWIGTYPE_p_grib_points points, double &val ) : void
GribPrintApiVersion ( GribFile arg0 ) : void
GribSamplesPath ( GribContext c ) : string
GribSetBytes ( GribHandle h, string key, byte bytes, SizeT &length ) : void
GribSetDouble ( GribHandle h, string key, double val ) : void
GribSetDoubleArray ( GribHandle h, string key, double vals, SizeT length ) : void
GribSetExitProc ( SWIGTYPE_p_f_int__void p ) : void
GribSetFailProc ( SWIGTYPE_p_f_p_q_const__char_p_q_const__char_int__void p ) : void
GribSetForceDoubleArray ( GribHandle h, string key, double vals, SizeT length ) : void
GribSetLong ( GribHandle h, string key, int val ) : void
GribSetLongArray ( GribHandle h, string key, int vals, SizeT length ) : void
GribSetMissing ( GribHandle h, string key ) : void
GribSetString ( GribHandle h, string key, string mesg, SizeT &length ) : void
GribSetValues ( GribHandle h, SWIGTYPE_p_grib_values grib_values, SizeT arg_count ) : void
GribUpdateSectionsLengths ( GribHandle h ) : void
GribUtilGetMarsParam ( string param_id ) : SWIGTYPE_p_grib_string_list
GribUtilGetParamId ( string mars_param ) : SWIGTYPE_p_grib_string_list
GribUtilSectionsCopy ( GribHandle hfrom, GribHandle hto, int what, int &err ) : GribHandle
GribUtilSetSpec ( GribHandle h, GribUtilGridSpec grid_spec, GribUtilPackingSpec packing_spec, int flags, double data_values, SizeT data_values_count, int &err ) : GribHandle
GribValuesCheck ( GribHandle h, SWIGTYPE_p_grib_values values, int count ) : void
GribWriteMessage ( GribHandle h, string file, string mode ) : void
WmoReadAnyFromFile ( GribFile f, byte buffer, SizeT &len ) : void
WmoReadAnyFromFileMalloc ( GribFile f, int headers_only, SizeT &size, SizeT &offset, int &err ) : byte[]
WmoReadAnyFromStream ( byte stream_data, SWIGTYPE_p_f_p_void_p_void_long__long stream_proc, byte buffer, SizeT &len ) : void
WmoReadBufrFromFile ( GribFile f, byte buffer, SizeT &len ) : void
WmoReadBufrFromFileMalloc ( GribFile f, int headers_only, SizeT &size, SizeT &offset, int &err ) : byte[]
WmoReadGribFromFile ( GribFile f, byte buffer, SizeT &len ) : void
WmoReadGtsFromFile ( GribFile f, byte buffer, SizeT &len ) : void
WmoReadGtsFromFileMalloc ( GribFile f, int headers_only, SizeT &size, SizeT &offset, int &err ) : byte[]

Method Details

EccodeBufrNewFromFile() public static method

public static EccodeBufrNewFromFile ( GribContext c, GribFile f, int headers_only, int &error ) : GribHandle
c GribContext
f GribFile
headers_only int
error int
return GribHandle

EccodeGribNewFromFile() public static method

public static EccodeGribNewFromFile ( GribContext c, GribFile f, int headers_only, int &error ) : GribHandle
c GribContext
f GribFile
headers_only int
error int
return GribHandle

EccodeGtsNewFromFile() public static method

public static EccodeGtsNewFromFile ( GribContext c, GribFile f, int headers_only, int &error ) : GribHandle
c GribContext
f GribFile
headers_only int
error int
return GribHandle

GribBoxGetPoints() public static method

public static GribBoxGetPoints ( SWIGTYPE_p_grib_box box, double north, double west, double south, double east, int &err ) : SWIGTYPE_p_grib_points
box SWIGTYPE_p_grib_box
north double
west double
south double
east double
err int
return SWIGTYPE_p_grib_points

GribBoxNew() public static method

public static GribBoxNew ( GribHandle h, int &error ) : SWIGTYPE_p_grib_box
h GribHandle
error int
return SWIGTYPE_p_grib_box

GribCheck() public static method

public static GribCheck ( string call, string file, int line, int e, string msg ) : void
call string
file string
line int
e int
msg string
return void

GribContextDelete() public static method

public static GribContextDelete ( GribContext c ) : void
c GribContext
return void

GribContextGetDefault() public static method

public static GribContextGetDefault ( ) : GribContext
return GribContext

GribContextNew() public static method

public static GribContextNew ( GribContext c ) : GribContext
c GribContext
return GribContext

GribContextSetBufferMemoryProc() public static method

public static GribContextSetBufferMemoryProc ( GribContext c, SWIGTYPE_p_f_p_q_const__grib_context_size_t__p_void griballoc, SWIGTYPE_p_f_p_q_const__grib_context_p_void__void gribfree, SWIGTYPE_p_f_p_q_const__grib_context_p_void_size_t__p_void gribrealloc ) : void
c GribContext
griballoc SWIGTYPE_p_f_p_q_const__grib_context_size_t__p_void
gribfree SWIGTYPE_p_f_p_q_const__grib_context_p_void__void
gribrealloc SWIGTYPE_p_f_p_q_const__grib_context_p_void_size_t__p_void
return void

GribContextSetLoggingProc() public static method

public static GribContextSetLoggingProc ( GribContext c, SWIGTYPE_p_f_p_q_const__grib_context_int_p_q_const__char__void logp ) : void
c GribContext
logp SWIGTYPE_p_f_p_q_const__grib_context_int_p_q_const__char__void
return void

GribContextSetMemoryProc() public static method

public static GribContextSetMemoryProc ( GribContext c, SWIGTYPE_p_f_p_q_const__grib_context_size_t__p_void griballoc, SWIGTYPE_p_f_p_q_const__grib_context_p_void__void gribfree, SWIGTYPE_p_f_p_q_const__grib_context_p_void_size_t__p_void gribrealloc ) : void
c GribContext
griballoc SWIGTYPE_p_f_p_q_const__grib_context_size_t__p_void
gribfree SWIGTYPE_p_f_p_q_const__grib_context_p_void__void
gribrealloc SWIGTYPE_p_f_p_q_const__grib_context_p_void_size_t__p_void
return void

GribContextSetPersistentMemoryProc() public static method

public static GribContextSetPersistentMemoryProc ( GribContext c, SWIGTYPE_p_f_p_q_const__grib_context_size_t__p_void griballoc, SWIGTYPE_p_f_p_q_const__grib_context_p_void__void gribfree ) : void
c GribContext
griballoc SWIGTYPE_p_f_p_q_const__grib_context_size_t__p_void
gribfree SWIGTYPE_p_f_p_q_const__grib_context_p_void__void
return void

GribContextSetPrintProc() public static method

public static GribContextSetPrintProc ( GribContext c, SWIGTYPE_p_f_p_q_const__grib_context_p_void_p_q_const__char__void printp ) : void
c GribContext
printp SWIGTYPE_p_f_p_q_const__grib_context_p_void_p_q_const__char__void
return void

GribCopyNamespace() public static method

public static GribCopyNamespace ( GribHandle dest, string name, GribHandle src ) : void
dest GribHandle
name string
src GribHandle
return void

GribCountInFile() public static method

public static GribCountInFile ( GribContext c, GribFile f, int &n ) : void
c GribContext
f GribFile
n int
return void

GribDateToJulian() public static method

public static GribDateToJulian ( int ddate ) : int
ddate int
return int

GribDatetimeToJulian() public static method

public static GribDatetimeToJulian ( int year, int month, int day, int hour, int minute, int second, SWIGTYPE_p_double jd ) : void
year int
month int
day int
hour int
minute int
second int
jd SWIGTYPE_p_double
return void

GribDumpActionTree() public static method

public static GribDumpActionTree ( GribContext c, GribFile f ) : void
c GribContext
f GribFile
return void

GribDumpContent() public static method

public static GribDumpContent ( GribHandle h, GribFile arg1, string mode, uint option_flags, byte arg ) : void
h GribHandle
arg1 GribFile
mode string
option_flags uint
arg byte
return void

GribExit() public static method

public static GribExit ( int code ) : void
code int
return void

GribFieldsetApplyOrderBy() public static method

public static GribFieldsetApplyOrderBy ( SWIGTYPE_p_grib_fieldset set, string order_by_string ) : void
set SWIGTYPE_p_grib_fieldset
order_by_string string
return void

GribFieldsetCount() public static method

public static GribFieldsetCount ( SWIGTYPE_p_grib_fieldset set ) : void
set SWIGTYPE_p_grib_fieldset
return void

GribFieldsetDelete() public static method

public static GribFieldsetDelete ( SWIGTYPE_p_grib_fieldset set ) : void
set SWIGTYPE_p_grib_fieldset
return void

GribFieldsetNewFromFiles() public static method

public static GribFieldsetNewFromFiles ( GribContext c, string filenames, int nfiles, string keys, int nkeys, string where_string, string order_by_string, int &err ) : SWIGTYPE_p_grib_fieldset
c GribContext
filenames string
nfiles int
keys string
nkeys int
where_string string
order_by_string string
err int
return SWIGTYPE_p_grib_fieldset

GribFieldsetNextHandle() public static method

public static GribFieldsetNextHandle ( SWIGTYPE_p_grib_fieldset set, int &err ) : GribHandle
set SWIGTYPE_p_grib_fieldset
err int
return GribHandle

GribFieldsetRewind() public static method

public static GribFieldsetRewind ( SWIGTYPE_p_grib_fieldset set ) : void
set SWIGTYPE_p_grib_fieldset
return void

GribGetApiVersion() public static method

public static GribGetApiVersion ( ) : int
return int

GribGetBytes() public static method

public static GribGetBytes ( GribHandle h, string key, byte bytes, SizeT &length ) : void
h GribHandle
key string
bytes byte
length SizeT
return void

GribGetData() public static method

public static GribGetData ( GribHandle h, double lats, double lons, double values, SizeT &size ) : void
h GribHandle
lats double
lons double
values double
size SizeT
return void

GribGetDouble() public static method

public static GribGetDouble ( GribHandle h, string key, double &value ) : void
h GribHandle
key string
value double
return void

GribGetDoubleArray() public static method

public static GribGetDoubleArray ( GribHandle h, string key, double vals, SizeT &length ) : void
h GribHandle
key string
vals double
length SizeT
return void

GribGetDoubleElement() public static method

public static GribGetDoubleElement ( GribHandle h, string key, int i, double &value ) : void
h GribHandle
key string
i int
value double
return void

GribGetDoubleElements() public static method

public static GribGetDoubleElements ( GribHandle h, string key, SWIGTYPE_p_int i, int size, double &value ) : void
h GribHandle
key string
i SWIGTYPE_p_int
size int
value double
return void

GribGetErrorMessage() public static method

public static GribGetErrorMessage ( int code ) : string
code int
return string

GribGetGaussianLatitudes() public static method

public static GribGetGaussianLatitudes ( int truncation, double latitudes ) : void
truncation int
latitudes double
return void

GribGetGitSha1() public static method

public static GribGetGitSha1 ( ) : string
return string

GribGetGribexMode() public static method

public static GribGetGribexMode ( GribContext c ) : void
c GribContext
return void

GribGetLength() public static method

public static GribGetLength ( GribHandle h, string key, SizeT &length ) : void
h GribHandle
key string
length SizeT
return void

GribGetLong() public static method

public static GribGetLong ( GribHandle h, string key, int &value ) : void
h GribHandle
key string
value int
return void

GribGetLongArray() public static method

public static GribGetLongArray ( GribHandle h, string key, int vals, SizeT &length ) : void
h GribHandle
key string
vals int
length SizeT
return void

GribGetMessage() public static method

public static GribGetMessage ( GribHandle h, System &message, SizeT &message_length ) : void
h GribHandle
message System
message_length SizeT
return void

GribGetMessageCopy() public static method

public static GribGetMessageCopy ( GribHandle h, byte message, SizeT &message_length ) : void
h GribHandle
message byte
message_length SizeT
return void

GribGetMessageOffset() public static method

public static GribGetMessageOffset ( GribHandle h, SizeT &offset ) : void
h GribHandle
offset SizeT
return void

GribGetMessageSize() public static method

public static GribGetMessageSize ( GribHandle h, SizeT &size ) : void
h GribHandle
size SizeT
return void

GribGetNativeType() public static method

public static GribGetNativeType ( GribHandle h, string name, int &type ) : void
h GribHandle
name string
type int
return void

GribGetOffset() public static method

public static GribGetOffset ( GribHandle h, string key, SizeT &offset ) : void
h GribHandle
key string
offset SizeT
return void

GribGetReducedRow() public static method

public static GribGetReducedRow ( int pl, double lon_first, double lon_last, SWIGTYPE_p_long npoints, SWIGTYPE_p_long ilon_first, SWIGTYPE_p_long ilon_last ) : void
pl int
lon_first double
lon_last double
npoints SWIGTYPE_p_long
ilon_first SWIGTYPE_p_long
ilon_last SWIGTYPE_p_long
return void

GribGetSize() public static method

public static GribGetSize ( GribHandle h, string key, SizeT &size ) : void
h GribHandle
key string
size SizeT
return void

GribGetString() public static method

public static GribGetString ( GribHandle h, string key, System mesg, SizeT &length ) : void
h GribHandle
key string
mesg System
length SizeT
return void

GribGetTypeName() public static method

public static GribGetTypeName ( int type ) : string
type int
return string

GribGribexModeOff() public static method

public static GribGribexModeOff ( GribContext c ) : void
c GribContext
return void

GribGribexModeOn() public static method

public static GribGribexModeOn ( GribContext c ) : void
c GribContext
return void

GribGtsHeaderOff() public static method

public static GribGtsHeaderOff ( GribContext c ) : void
c GribContext
return void

GribGtsHeaderOn() public static method

public static GribGtsHeaderOn ( GribContext c ) : void
c GribContext
return void

GribHandleClone() public static method

public static GribHandleClone ( GribHandle h ) : GribHandle
h GribHandle
return GribHandle

GribHandleDelete() public static method

public static GribHandleDelete ( GribHandle h ) : void
h GribHandle
return void

GribHandleNewFromFile() public static method

public static GribHandleNewFromFile ( GribContext c, GribFile f, int &error ) : GribHandle
c GribContext
f GribFile
error int
return GribHandle

GribHandleNewFromIndex() public static method

public static GribHandleNewFromIndex ( SWIGTYPE_p_grib_index index, int &err ) : GribHandle
index SWIGTYPE_p_grib_index
err int
return GribHandle

GribHandleNewFromMessage() public static method

public static GribHandleNewFromMessage ( GribContext c, byte data, SizeT data_len ) : GribHandle
c GribContext
data byte
data_len SizeT
return GribHandle

GribHandleNewFromMessageCopy() public static method

public static GribHandleNewFromMessageCopy ( GribContext c, byte data, SizeT data_len ) : GribHandle
c GribContext
data byte
data_len SizeT
return GribHandle

GribHandleNewFromMultiMessage() public static method

public static GribHandleNewFromMultiMessage ( GribContext c, System &data, SizeT &data_len, int &error ) : GribHandle
c GribContext
data System
data_len SizeT
error int
return GribHandle

GribHandleNewFromPartialMessage() public static method

public static GribHandleNewFromPartialMessage ( GribContext c, byte data, SizeT buflen ) : GribHandle
c GribContext
data byte
buflen SizeT
return GribHandle

GribHandleNewFromPartialMessageCopy() public static method

public static GribHandleNewFromPartialMessageCopy ( GribContext c, byte data, SizeT size ) : GribHandle
c GribContext
data byte
size SizeT
return GribHandle

GribHandleNewFromSamples() public static method

public static GribHandleNewFromSamples ( GribContext c, string res_name ) : GribHandle
c GribContext
res_name string
return GribHandle

GribHandleNewFromTemplate() public static method

public static GribHandleNewFromTemplate ( GribContext c, string res_name ) : GribHandle
c GribContext
res_name string
return GribHandle

GribIndexAddFile() public static method

public static GribIndexAddFile ( SWIGTYPE_p_grib_index index, string filename ) : void
index SWIGTYPE_p_grib_index
filename string
return void

GribIndexDelete() public static method

public static GribIndexDelete ( SWIGTYPE_p_grib_index index ) : void
index SWIGTYPE_p_grib_index
return void

GribIndexGetDouble() public static method

public static GribIndexGetDouble ( SWIGTYPE_p_grib_index index, string key, double values, SizeT &size ) : void
index SWIGTYPE_p_grib_index
key string
values double
size SizeT
return void

GribIndexGetLong() public static method

public static GribIndexGetLong ( SWIGTYPE_p_grib_index index, string key, int values, SizeT &size ) : void
index SWIGTYPE_p_grib_index
key string
values int
size SizeT
return void

GribIndexGetSize() public static method

public static GribIndexGetSize ( SWIGTYPE_p_grib_index index, string key, SizeT &size ) : void
index SWIGTYPE_p_grib_index
key string
size SizeT
return void

GribIndexGetString() public static method

public static GribIndexGetString ( SWIGTYPE_p_grib_index index, string key, System &values, SizeT &size ) : void
index SWIGTYPE_p_grib_index
key string
values System
size SizeT
return void

GribIndexNew() public static method

public static GribIndexNew ( GribContext c, string keys, int &err ) : SWIGTYPE_p_grib_index
c GribContext
keys string
err int
return SWIGTYPE_p_grib_index

GribIndexNewFromFile() public static method

public static GribIndexNewFromFile ( GribContext c, string filename, string keys, int &err ) : SWIGTYPE_p_grib_index
c GribContext
filename string
keys string
err int
return SWIGTYPE_p_grib_index

GribIndexRead() public static method

public static GribIndexRead ( GribContext c, string filename, int &err ) : SWIGTYPE_p_grib_index
c GribContext
filename string
err int
return SWIGTYPE_p_grib_index

GribIndexSelectDouble() public static method

public static GribIndexSelectDouble ( SWIGTYPE_p_grib_index index, string key, double value ) : void
index SWIGTYPE_p_grib_index
key string
value double
return void

GribIndexSelectLong() public static method

public static GribIndexSelectLong ( SWIGTYPE_p_grib_index index, string key, int value ) : void
index SWIGTYPE_p_grib_index
key string
value int
return void

GribIndexSelectString() public static method

public static GribIndexSelectString ( SWIGTYPE_p_grib_index index, string key, string value ) : void
index SWIGTYPE_p_grib_index
key string
value string
return void

GribIndexWrite() public static method

public static GribIndexWrite ( SWIGTYPE_p_grib_index index, string filename ) : void
index SWIGTYPE_p_grib_index
filename string
return void

GribIsDefined() public static method

public static GribIsDefined ( GribHandle h, string key ) : bool
h GribHandle
key string
return bool

GribIsMissing() public static method

public static GribIsMissing ( GribHandle h, string key, int &err ) : bool
h GribHandle
key string
err int
return bool

GribIteratorDelete() public static method

public static GribIteratorDelete ( GribValuesIterator i ) : void
i GribValuesIterator
return void

GribIteratorHasNext() public static method

public static GribIteratorHasNext ( GribValuesIterator i ) : void
i GribValuesIterator
return void

GribIteratorNew() public static method

public static GribIteratorNew ( GribHandle h, uint flags, int &error ) : GribValuesIterator
h GribHandle
flags uint
error int
return GribValuesIterator

GribIteratorNext() public static method

public static GribIteratorNext ( GribValuesIterator i, double &lat, double &lon, double &value ) : int
i GribValuesIterator
lat double
lon double
value double
return int

GribIteratorPrevious() public static method

public static GribIteratorPrevious ( GribValuesIterator i, double &lat, double &lon, double &value ) : void
i GribValuesIterator
lat double
lon double
value double
return void

GribIteratorReset() public static method

public static GribIteratorReset ( GribValuesIterator i ) : void
i GribValuesIterator
return void

GribJulianToDate() public static method

public static GribJulianToDate ( int jdate ) : int
jdate int
return int

GribJulianToDatetime() public static method

public static GribJulianToDatetime ( double jd, SWIGTYPE_p_long year, SWIGTYPE_p_long month, SWIGTYPE_p_long day, SWIGTYPE_p_long hour, SWIGTYPE_p_long minute, SWIGTYPE_p_long second ) : void
jd double
year SWIGTYPE_p_long
month SWIGTYPE_p_long
day SWIGTYPE_p_long
hour SWIGTYPE_p_long
minute SWIGTYPE_p_long
second SWIGTYPE_p_long
return void

GribKeysIteratorDelete() public static method

public static GribKeysIteratorDelete ( GribKeysIterator kiter ) : void
kiter GribKeysIterator
return void

GribKeysIteratorGetBytes() public static method

public static GribKeysIteratorGetBytes ( GribKeysIterator kiter, byte v, SizeT &len ) : void
kiter GribKeysIterator
v byte
len SizeT
return void

GribKeysIteratorGetDouble() public static method

public static GribKeysIteratorGetDouble ( GribKeysIterator kiter, double &v, SizeT &len ) : void
kiter GribKeysIterator
v double
len SizeT
return void

GribKeysIteratorGetLong() public static method

public static GribKeysIteratorGetLong ( GribKeysIterator kiter, int &v, SizeT &len ) : void
kiter GribKeysIterator
v int
len SizeT
return void

GribKeysIteratorGetName() public static method

public static GribKeysIteratorGetName ( GribKeysIterator kiter ) : string
kiter GribKeysIterator
return string

GribKeysIteratorGetString() public static method

public static GribKeysIteratorGetString ( GribKeysIterator kiter, System v, SizeT &len ) : void
kiter GribKeysIterator
v System
len SizeT
return void

GribKeysIteratorNew() public static method

public static GribKeysIteratorNew ( GribHandle h, uint filter_flags, string name_space ) : GribKeysIterator
h GribHandle
filter_flags uint
name_space string
return GribKeysIterator

GribKeysIteratorNext() public static method

public static GribKeysIteratorNext ( GribKeysIterator kiter ) : int
kiter GribKeysIterator
return int

GribKeysIteratorRewind() public static method

public static GribKeysIteratorRewind ( GribKeysIterator kiter ) : void
kiter GribKeysIterator
return void

GribKeysIteratorSetFlags() public static method

public static GribKeysIteratorSetFlags ( GribKeysIterator kiter, uint flags ) : void
kiter GribKeysIterator
flags uint
return void

GribMultiHandleAppend() public static method

public static GribMultiHandleAppend ( GribHandle h, int start_section, SWIGTYPE_p_grib_multi_handle mh ) : void
h GribHandle
start_section int
mh SWIGTYPE_p_grib_multi_handle
return void

GribMultiHandleDelete() public static method

public static GribMultiHandleDelete ( SWIGTYPE_p_grib_multi_handle mh ) : void
mh SWIGTYPE_p_grib_multi_handle
return void

GribMultiHandleNew() public static method

public static GribMultiHandleNew ( GribContext c ) : SWIGTYPE_p_grib_multi_handle
c GribContext
return SWIGTYPE_p_grib_multi_handle

GribMultiHandleWrite() public static method

public static GribMultiHandleWrite ( SWIGTYPE_p_grib_multi_handle mh, GribFile f ) : void
mh SWIGTYPE_p_grib_multi_handle
f GribFile
return void

GribMultiSupportOff() public static method

public static GribMultiSupportOff ( GribContext c ) : void
c GribContext
return void

GribMultiSupportOn() public static method

public static GribMultiSupportOn ( GribContext c ) : void
c GribContext
return void

GribMultiSupportResetFile() public static method

public static GribMultiSupportResetFile ( GribContext c, GribFile f ) : void
c GribContext
f GribFile
return void

GribNearestDelete() public static method

public static GribNearestDelete ( SWIGTYPE_p_grib_nearest nearest ) : void
nearest SWIGTYPE_p_grib_nearest
return void

GribNearestFind() public static method

public static GribNearestFind ( SWIGTYPE_p_grib_nearest nearest, GribHandle h, double inlat, double inlon, uint flags, double outlats, double outlons, double values, double distances, int indexes, SizeT &len ) : void
nearest SWIGTYPE_p_grib_nearest
h GribHandle
inlat double
inlon double
flags uint
outlats double
outlons double
values double
distances double
indexes int
len SizeT
return void

GribNearestFindMultiple() public static method

public static GribNearestFindMultiple ( GribHandle h, int is_lsm, double inlats, double inlons, int npoints, double outlats, double outlons, double values, double distances, int indexes ) : void
h GribHandle
is_lsm int
inlats double
inlons double
npoints int
outlats double
outlons double
values double
distances double
indexes int
return void

GribNearestNew() public static method

public static GribNearestNew ( GribHandle h, int &error ) : SWIGTYPE_p_grib_nearest
h GribHandle
error int
return SWIGTYPE_p_grib_nearest

GribPointsGetValues() public static method

public static GribPointsGetValues ( GribHandle h, SWIGTYPE_p_grib_points points, double &val ) : void
h GribHandle
points SWIGTYPE_p_grib_points
val double
return void

GribPrintApiVersion() public static method

public static GribPrintApiVersion ( GribFile arg0 ) : void
arg0 GribFile
return void

GribSamplesPath() public static method

public static GribSamplesPath ( GribContext c ) : string
c GribContext
return string

GribSetBytes() public static method

public static GribSetBytes ( GribHandle h, string key, byte bytes, SizeT &length ) : void
h GribHandle
key string
bytes byte
length SizeT
return void

GribSetDouble() public static method

public static GribSetDouble ( GribHandle h, string key, double val ) : void
h GribHandle
key string
val double
return void

GribSetDoubleArray() public static method

public static GribSetDoubleArray ( GribHandle h, string key, double vals, SizeT length ) : void
h GribHandle
key string
vals double
length SizeT
return void

GribSetExitProc() public static method

public static GribSetExitProc ( SWIGTYPE_p_f_int__void p ) : void
p SWIGTYPE_p_f_int__void
return void

GribSetFailProc() public static method

public static GribSetFailProc ( SWIGTYPE_p_f_p_q_const__char_p_q_const__char_int__void p ) : void
p SWIGTYPE_p_f_p_q_const__char_p_q_const__char_int__void
return void

GribSetForceDoubleArray() public static method

public static GribSetForceDoubleArray ( GribHandle h, string key, double vals, SizeT length ) : void
h GribHandle
key string
vals double
length SizeT
return void

GribSetLong() public static method

public static GribSetLong ( GribHandle h, string key, int val ) : void
h GribHandle
key string
val int
return void

GribSetLongArray() public static method

public static GribSetLongArray ( GribHandle h, string key, int vals, SizeT length ) : void
h GribHandle
key string
vals int
length SizeT
return void

GribSetMissing() public static method

public static GribSetMissing ( GribHandle h, string key ) : void
h GribHandle
key string
return void

GribSetString() public static method

public static GribSetString ( GribHandle h, string key, string mesg, SizeT &length ) : void
h GribHandle
key string
mesg string
length SizeT
return void

GribSetValues() public static method

public static GribSetValues ( GribHandle h, SWIGTYPE_p_grib_values grib_values, SizeT arg_count ) : void
h GribHandle
grib_values SWIGTYPE_p_grib_values
arg_count SizeT
return void

GribUpdateSectionsLengths() public static method

public static GribUpdateSectionsLengths ( GribHandle h ) : void
h GribHandle
return void

GribUtilGetMarsParam() public static method

public static GribUtilGetMarsParam ( string param_id ) : SWIGTYPE_p_grib_string_list
param_id string
return SWIGTYPE_p_grib_string_list

GribUtilGetParamId() public static method

public static GribUtilGetParamId ( string mars_param ) : SWIGTYPE_p_grib_string_list
mars_param string
return SWIGTYPE_p_grib_string_list

GribUtilSectionsCopy() public static method

public static GribUtilSectionsCopy ( GribHandle hfrom, GribHandle hto, int what, int &err ) : GribHandle
hfrom GribHandle
hto GribHandle
what int
err int
return GribHandle

GribUtilSetSpec() public static method

public static GribUtilSetSpec ( GribHandle h, GribUtilGridSpec grid_spec, GribUtilPackingSpec packing_spec, int flags, double data_values, SizeT data_values_count, int &err ) : GribHandle
h GribHandle
grid_spec GribUtilGridSpec
packing_spec GribUtilPackingSpec
flags int
data_values double
data_values_count SizeT
err int
return GribHandle

GribValuesCheck() public static method

public static GribValuesCheck ( GribHandle h, SWIGTYPE_p_grib_values values, int count ) : void
h GribHandle
values SWIGTYPE_p_grib_values
count int
return void

GribWriteMessage() public static method

public static GribWriteMessage ( GribHandle h, string file, string mode ) : void
h GribHandle
file string
mode string
return void

WmoReadAnyFromFile() public static method

public static WmoReadAnyFromFile ( GribFile f, byte buffer, SizeT &len ) : void
f GribFile
buffer byte
len SizeT
return void

WmoReadAnyFromFileMalloc() public static method

public static WmoReadAnyFromFileMalloc ( GribFile f, int headers_only, SizeT &size, SizeT &offset, int &err ) : byte[]
f GribFile
headers_only int
size SizeT
offset SizeT
err int
return byte[]

WmoReadAnyFromStream() public static method

public static WmoReadAnyFromStream ( byte stream_data, SWIGTYPE_p_f_p_void_p_void_long__long stream_proc, byte buffer, SizeT &len ) : void
stream_data byte
stream_proc SWIGTYPE_p_f_p_void_p_void_long__long
buffer byte
len SizeT
return void

WmoReadBufrFromFile() public static method

public static WmoReadBufrFromFile ( GribFile f, byte buffer, SizeT &len ) : void
f GribFile
buffer byte
len SizeT
return void

WmoReadBufrFromFileMalloc() public static method

public static WmoReadBufrFromFileMalloc ( GribFile f, int headers_only, SizeT &size, SizeT &offset, int &err ) : byte[]
f GribFile
headers_only int
size SizeT
offset SizeT
err int
return byte[]

WmoReadGribFromFile() public static method

public static WmoReadGribFromFile ( GribFile f, byte buffer, SizeT &len ) : void
f GribFile
buffer byte
len SizeT
return void

WmoReadGtsFromFile() public static method

public static WmoReadGtsFromFile ( GribFile f, byte buffer, SizeT &len ) : void
f GribFile
buffer byte
len SizeT
return void

WmoReadGtsFromFileMalloc() public static method

public static WmoReadGtsFromFileMalloc ( GribFile f, int headers_only, SizeT &size, SizeT &offset, int &err ) : byte[]
f GribFile
headers_only int
size SizeT
offset SizeT
err int
return byte[]

Property Details

GRIB_7777_NOT_FOUND public_oe static_oe property

public static int GRIB_7777_NOT_FOUND
return int

GRIB_ARRAY_TOO_SMALL public_oe static_oe property

public static int GRIB_ARRAY_TOO_SMALL
return int

GRIB_BUFFER_TOO_SMALL public_oe static_oe property

public static int GRIB_BUFFER_TOO_SMALL
return int

GRIB_CODE_NOT_FOUND_IN_TABLE public_oe static_oe property

public static int GRIB_CODE_NOT_FOUND_IN_TABLE
return int

GRIB_CONCEPT_NO_MATCH public_oe static_oe property

public static int GRIB_CONCEPT_NO_MATCH
return int

GRIB_CONSTANT_FIELD public_oe static_oe property

public static int GRIB_CONSTANT_FIELD
return int

GRIB_CORRUPTED_INDEX public_oe static_oe property

public static int GRIB_CORRUPTED_INDEX
return int

GRIB_DECODING_ERROR public_oe static_oe property

public static int GRIB_DECODING_ERROR
return int

GRIB_DIFFERENT_EDITION public_oe static_oe property

public static int GRIB_DIFFERENT_EDITION
return int

GRIB_DUMP_FLAG_ALIASES public_oe static_oe property

public static int GRIB_DUMP_FLAG_ALIASES
return int

GRIB_DUMP_FLAG_ALL_DATA public_oe static_oe property

public static int GRIB_DUMP_FLAG_ALL_DATA
return int

GRIB_DUMP_FLAG_CODED public_oe static_oe property

public static int GRIB_DUMP_FLAG_CODED
return int

GRIB_DUMP_FLAG_DUMP_OK public_oe static_oe property

public static int GRIB_DUMP_FLAG_DUMP_OK
return int

GRIB_DUMP_FLAG_HEXADECIMAL public_oe static_oe property

public static int GRIB_DUMP_FLAG_HEXADECIMAL
return int

GRIB_DUMP_FLAG_NO_DATA public_oe static_oe property

public static int GRIB_DUMP_FLAG_NO_DATA
return int

GRIB_DUMP_FLAG_OCTECT public_oe static_oe property

public static int GRIB_DUMP_FLAG_OCTECT
return int

GRIB_DUMP_FLAG_READ_ONLY public_oe static_oe property

public static int GRIB_DUMP_FLAG_READ_ONLY
return int

GRIB_DUMP_FLAG_TYPE public_oe static_oe property

public static int GRIB_DUMP_FLAG_TYPE
return int

GRIB_DUMP_FLAG_VALUES public_oe static_oe property

public static int GRIB_DUMP_FLAG_VALUES
return int

GRIB_ENCODING_ERROR public_oe static_oe property

public static int GRIB_ENCODING_ERROR
return int

GRIB_END public_oe static_oe property

public static int GRIB_END
return int

GRIB_END_OF_FILE public_oe static_oe property

public static int GRIB_END_OF_FILE
return int

GRIB_END_OF_INDEX public_oe static_oe property

public static int GRIB_END_OF_INDEX
return int

GRIB_FILE_NOT_FOUND public_oe static_oe property

public static int GRIB_FILE_NOT_FOUND
return int

GRIB_GEOCALCULUS_PROBLEM public_oe static_oe property

public static int GRIB_GEOCALCULUS_PROBLEM
return int

GRIB_INTERNAL_ARRAY_TOO_SMALL public_oe static_oe property

public static int GRIB_INTERNAL_ARRAY_TOO_SMALL
return int

GRIB_INTERNAL_ERROR public_oe static_oe property

public static int GRIB_INTERNAL_ERROR
return int

GRIB_INVALID_ARGUMENT public_oe static_oe property

public static int GRIB_INVALID_ARGUMENT
return int

GRIB_INVALID_BPV public_oe static_oe property

public static int GRIB_INVALID_BPV
return int

GRIB_INVALID_FILE public_oe static_oe property

public static int GRIB_INVALID_FILE
return int

GRIB_INVALID_GRIB public_oe static_oe property

public static int GRIB_INVALID_GRIB
return int

GRIB_INVALID_INDEX public_oe static_oe property

public static int GRIB_INVALID_INDEX
return int

GRIB_INVALID_ITERATOR public_oe static_oe property

public static int GRIB_INVALID_ITERATOR
return int

GRIB_INVALID_KEYS_ITERATOR public_oe static_oe property

public static int GRIB_INVALID_KEYS_ITERATOR
return int

GRIB_INVALID_KEY_VALUE public_oe static_oe property

public static int GRIB_INVALID_KEY_VALUE
return int

GRIB_INVALID_MESSAGE public_oe static_oe property

public static int GRIB_INVALID_MESSAGE
return int

GRIB_INVALID_NEAREST public_oe static_oe property

public static int GRIB_INVALID_NEAREST
return int

GRIB_INVALID_ORDERBY public_oe static_oe property

public static int GRIB_INVALID_ORDERBY
return int

GRIB_INVALID_SECTION_NUMBER public_oe static_oe property

public static int GRIB_INVALID_SECTION_NUMBER
return int

GRIB_INVALID_TYPE public_oe static_oe property

public static int GRIB_INVALID_TYPE
return int

GRIB_IO_PROBLEM public_oe static_oe property

public static int GRIB_IO_PROBLEM
return int

GRIB_LOG_DEBUG public_oe static_oe property

public static int GRIB_LOG_DEBUG
return int

GRIB_LOG_ERROR public_oe static_oe property

public static int GRIB_LOG_ERROR
return int

GRIB_LOG_FATAL public_oe static_oe property

public static int GRIB_LOG_FATAL
return int

GRIB_LOG_INFO public_oe static_oe property

public static int GRIB_LOG_INFO
return int

GRIB_LOG_WARNING public_oe static_oe property

public static int GRIB_LOG_WARNING
return int

GRIB_MESSAGE_MALFORMED public_oe static_oe property

public static int GRIB_MESSAGE_MALFORMED
return int

GRIB_MESSAGE_TOO_LARGE public_oe static_oe property

public static int GRIB_MESSAGE_TOO_LARGE
return int

GRIB_MISSING_DOUBLE public_oe static_oe property

public static double GRIB_MISSING_DOUBLE
return double

GRIB_MISSING_KEY public_oe static_oe property

public static int GRIB_MISSING_KEY
return int

GRIB_MISSING_LONG public_oe static_oe property

public static int GRIB_MISSING_LONG
return int

GRIB_NEAREST_SAME_DATA public_oe static_oe property

public static int GRIB_NEAREST_SAME_DATA
return int

GRIB_NEAREST_SAME_GRID public_oe static_oe property

public static int GRIB_NEAREST_SAME_GRID
return int

GRIB_NEAREST_SAME_POINT public_oe static_oe property

public static int GRIB_NEAREST_SAME_POINT
return int

GRIB_NOT_FOUND public_oe static_oe property

public static int GRIB_NOT_FOUND
return int

GRIB_NOT_IMPLEMENTED public_oe static_oe property

public static int GRIB_NOT_IMPLEMENTED
return int

GRIB_NO_DEFINITIONS public_oe static_oe property

public static int GRIB_NO_DEFINITIONS
return int

GRIB_NO_MORE_IN_SET public_oe static_oe property

public static int GRIB_NO_MORE_IN_SET
return int

GRIB_NO_VALUES public_oe static_oe property

public static int GRIB_NO_VALUES
return int

GRIB_NULL_HANDLE public_oe static_oe property

public static int GRIB_NULL_HANDLE
return int

GRIB_NULL_INDEX public_oe static_oe property

public static int GRIB_NULL_INDEX
return int

GRIB_OUT_OF_AREA public_oe static_oe property

public static int GRIB_OUT_OF_AREA
return int

GRIB_OUT_OF_MEMORY public_oe static_oe property

public static int GRIB_OUT_OF_MEMORY
return int

GRIB_PREMATURE_END_OF_FILE public_oe static_oe property

public static int GRIB_PREMATURE_END_OF_FILE
return int

GRIB_READ_ONLY public_oe static_oe property

public static int GRIB_READ_ONLY
return int

GRIB_SECTION_BITMAP public_oe static_oe property

public static int GRIB_SECTION_BITMAP
return int

GRIB_SECTION_DATA public_oe static_oe property

public static int GRIB_SECTION_DATA
return int

GRIB_SECTION_GRID public_oe static_oe property

public static int GRIB_SECTION_GRID
return int

GRIB_SECTION_LOCAL public_oe static_oe property

public static int GRIB_SECTION_LOCAL
return int

GRIB_SECTION_PRODUCT public_oe static_oe property

public static int GRIB_SECTION_PRODUCT
return int

GRIB_SUCCESS public_oe static_oe property

public static int GRIB_SUCCESS
return int

GRIB_SWITCH_NO_MATCH public_oe static_oe property

public static int GRIB_SWITCH_NO_MATCH
return int

GRIB_UNDERFLOW public_oe static_oe property

public static int GRIB_UNDERFLOW
return int

GRIB_UTIL_ACCURACY_SAME_BITS_PER_VALUES_AS_INPUT public_oe static_oe property

public static int GRIB_UTIL_ACCURACY_SAME_BITS_PER_VALUES_AS_INPUT
return int

GRIB_UTIL_ACCURACY_SAME_DECIMAL_SCALE_FACTOR_AS_INPUT public_oe static_oe property

public static int GRIB_UTIL_ACCURACY_SAME_DECIMAL_SCALE_FACTOR_AS_INPUT
return int

GRIB_UTIL_ACCURACY_USE_PROVIDED_BITS_PER_VALUES public_oe static_oe property

public static int GRIB_UTIL_ACCURACY_USE_PROVIDED_BITS_PER_VALUES
return int

GRIB_UTIL_ACCURACY_USE_PROVIDED_DECIMAL_SCALE_FACTOR public_oe static_oe property

public static int GRIB_UTIL_ACCURACY_USE_PROVIDED_DECIMAL_SCALE_FACTOR
return int

GRIB_UTIL_GRID_SPEC_POLAR_STEREOGRAPHIC public_oe static_oe property

public static int GRIB_UTIL_GRID_SPEC_POLAR_STEREOGRAPHIC
return int

GRIB_UTIL_GRID_SPEC_REDUCED_GG public_oe static_oe property

public static int GRIB_UTIL_GRID_SPEC_REDUCED_GG
return int

GRIB_UTIL_GRID_SPEC_REDUCED_LL public_oe static_oe property

public static int GRIB_UTIL_GRID_SPEC_REDUCED_LL
return int

GRIB_UTIL_GRID_SPEC_REDUCED_ROTATED_GG public_oe static_oe property

public static int GRIB_UTIL_GRID_SPEC_REDUCED_ROTATED_GG
return int

GRIB_UTIL_GRID_SPEC_REGULAR_GG public_oe static_oe property

public static int GRIB_UTIL_GRID_SPEC_REGULAR_GG
return int

GRIB_UTIL_GRID_SPEC_REGULAR_LL public_oe static_oe property

public static int GRIB_UTIL_GRID_SPEC_REGULAR_LL
return int

GRIB_UTIL_GRID_SPEC_ROTATED_GG public_oe static_oe property

public static int GRIB_UTIL_GRID_SPEC_ROTATED_GG
return int

GRIB_UTIL_GRID_SPEC_ROTATED_LL public_oe static_oe property

public static int GRIB_UTIL_GRID_SPEC_ROTATED_LL
return int

GRIB_UTIL_GRID_SPEC_SH public_oe static_oe property

public static int GRIB_UTIL_GRID_SPEC_SH
return int

GRIB_UTIL_PACKING_SAME_AS_INPUT public_oe static_oe property

public static int GRIB_UTIL_PACKING_SAME_AS_INPUT
return int

GRIB_UTIL_PACKING_TYPE_GRID_COMPLEX public_oe static_oe property

public static int GRIB_UTIL_PACKING_TYPE_GRID_COMPLEX
return int

GRIB_UTIL_PACKING_TYPE_GRID_SECOND_ORDER public_oe static_oe property

public static int GRIB_UTIL_PACKING_TYPE_GRID_SECOND_ORDER
return int

GRIB_UTIL_PACKING_TYPE_GRID_SIMPLE public_oe static_oe property

public static int GRIB_UTIL_PACKING_TYPE_GRID_SIMPLE
return int

GRIB_UTIL_PACKING_TYPE_GRID_SIMPLE_MATRIX public_oe static_oe property

public static int GRIB_UTIL_PACKING_TYPE_GRID_SIMPLE_MATRIX
return int

GRIB_UTIL_PACKING_TYPE_JPEG public_oe static_oe property

public static int GRIB_UTIL_PACKING_TYPE_JPEG
return int

GRIB_UTIL_PACKING_TYPE_SAME_AS_INPUT public_oe static_oe property

public static int GRIB_UTIL_PACKING_TYPE_SAME_AS_INPUT
return int

GRIB_UTIL_PACKING_TYPE_SPECTRAL_COMPLEX public_oe static_oe property

public static int GRIB_UTIL_PACKING_TYPE_SPECTRAL_COMPLEX
return int

GRIB_UTIL_PACKING_TYPE_SPECTRAL_SIMPLE public_oe static_oe property

public static int GRIB_UTIL_PACKING_TYPE_SPECTRAL_SIMPLE
return int

GRIB_UTIL_PACKING_USE_PROVIDED public_oe static_oe property

public static int GRIB_UTIL_PACKING_USE_PROVIDED
return int

GRIB_UTIL_SET_SPEC_FLAGS_ONLY_PACKING public_oe static_oe property

public static int GRIB_UTIL_SET_SPEC_FLAGS_ONLY_PACKING
return int

GRIB_VALUE_CANNOT_BE_MISSING public_oe static_oe property

public static int GRIB_VALUE_CANNOT_BE_MISSING
return int

GRIB_VALUE_DIFFERENT public_oe static_oe property

public static int GRIB_VALUE_DIFFERENT
return int

GRIB_WRONG_ARRAY_SIZE public_oe static_oe property

public static int GRIB_WRONG_ARRAY_SIZE
return int

GRIB_WRONG_GRID public_oe static_oe property

public static int GRIB_WRONG_GRID
return int

GRIB_WRONG_LENGTH public_oe static_oe property

public static int GRIB_WRONG_LENGTH
return int

GRIB_WRONG_STEP public_oe static_oe property

public static int GRIB_WRONG_STEP
return int

GRIB_WRONG_STEP_UNIT public_oe static_oe property

public static int GRIB_WRONG_STEP_UNIT
return int

GRIB_WRONG_TYPE public_oe static_oe property

public static int GRIB_WRONG_TYPE
return int