PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ DBFGetNullCharacter()

static char DBFGetNullCharacter ( char  chType)
static

Definition at line 796 of file dbfopen.c.

References SHPAPI_CALL.

Referenced by DBFAddNativeFieldType(), DBFAlterFieldDefn(), and DBFWriteAttribute().

797 {
798  switch (chType)
799  {
800  case 'N':
801  case 'F':
802  return '*';
803  case 'D':
804  return '0';
805  case 'L':
806  return '?';
807  default:
808  return ' ';
809  }
810 }
Here is the caller graph for this function: