Definition at line 533 of file shp2pgsql-gui.c.
534{
543
544 if (geography)
545 {
547
550
552 }
553 else
554 {
556
559
561 }
562
563
564 if (entry_encoding && strlen(entry_encoding) > 0)
565 {
568
569 config->
encoding = strdup(entry_encoding);
570 }
571
572
573 if (preservecase)
575 else
577
578
579 if (forceint)
581 else
583
584
585 if (createindex)
587 else
589
590
591 if (dbfonly)
592 {
594
595
597 }
598 else
600
601
602 if (dumpformat)
604 else
606
607
608 if (simplegeoms)
610 else
612
613 return;
614}
#define GEOGRAPHY_DEFAULT
static GtkWidget * checkbutton_loader_options_dumpformat
static GtkWidget * checkbutton_loader_options_simplegeoms
static GtkWidget * checkbutton_loader_options_forceint
static GtkWidget * checkbutton_loader_options_autoindex
static GtkWidget * checkbutton_loader_options_dbfonly
static GtkWidget * checkbutton_loader_options_preservecase
static GtkWidget * entry_options_encoding
static GtkWidget * checkbutton_loader_options_geography
References checkbutton_loader_options_autoindex, checkbutton_loader_options_dbfonly, checkbutton_loader_options_dumpformat, checkbutton_loader_options_forceint, checkbutton_loader_options_geography, checkbutton_loader_options_preservecase, checkbutton_loader_options_simplegeoms, shp_loader_config::createindex, shp_loader_config::dump_format, shp_loader_config::encoding, entry_options_encoding, shp_loader_config::forceint4, free(), shp_loader_config::geo_col, shp_loader_config::geography, GEOGRAPHY_DEFAULT, GEOMETRY_DEFAULT, shp_loader_config::quoteidentifiers, shp_loader_config::readshape, and shp_loader_config::simple_geometries.
Referenced by pgui_set_loader_configs_from_options_ui().