#include <iso8211.h>
Public Member Functions | |
| void | Dump (FILE *fp) |
| const char * | GetName () |
| const char * | GetDescription () |
| int | GetSubfieldCount () |
| DDFSubfieldDefn * | GetSubfield (int i) |
| DDFSubfieldDefn * | FindSubfieldDefn (const char *) |
| int | GetFixedWidth () |
| int | IsRepeating () |
| void | SetRepeatingFlag (int n) |
| char * | GetDefaultValue (int *pnSize) |
|
|
Write out field definition info to debugging file. A variety of information about this field definition, and all it's subfields is written to the give debugging file handle.
|
|
|
Find a subfield definition by it's mnemonic tag.
|
|
|
Return default data for field instance. |
|
|
Fetch a longer descriptio of this field.
|
|
|
Get the width of this field. This function isn't normally used by applications.
|
|
|
Fetch a pointer to the field name (tag).
|
|
|
Fetch a subfield by index.
|
|
|
Get the number of subfields. |
|
|
Fetch repeating flag.
|
|
|
this is just for an S-57 hack for swedish data |
1.4.6