Home
last modified time | relevance | path

Searched refs:longitudeOfLastPoint (Results 1 – 3 of 3) sorted by relevance

/dports/misc/libemos/libemos-4.5.9-Source/gribex/
H A DgdecodeStruct.h211 unsigned char longitudeOfLastPoint[3]; member
231 unsigned char longitudeOfLastPoint[3]; member
H A Dsencode.c1055 MOVE3BYTES(((g->g2)->grid.latlon.longitudeOfLastPoint),&defaultValue); in ISREPRS()
1115 MOVE3BYTES(((g->g2)->grid.gaussian.longitudeOfLastPoint),&defaultValue); in ISREPRS()
1214 MOVE3BYTES(((g->g2)->grid.latlon.longitudeOfLastPoint),&Value); in ISSELON()
1626 MOVE3BYTES(((g->g2)->grid.gaussian.longitudeOfLastPoint),&coordinate); in ISSETQG()
2232 MOVE3BYTES(((g->g2)->grid.latlon.longitudeOfLastPoint),&value); in adjustGridAreaDefinition()
2311 MOVE3BYTES(((g->g2)->grid.latlon.longitudeOfLastPoint),&value); in adjustGridAreaDefinition()
2394 MOVE3BYTES(((g->g2)->grid.latlon.longitudeOfLastPoint),&value); in adjustGridAreaDefinition()
H A Dgdecode.h241 #define g2_lastLon(a) THREEBYTEINT((a->g2)->grid.latlon.longitudeOfLastPoint)