Definition at line 535 of file shp2pgsql-gui.c.
536{
545
546 if (geography)
547 {
549
552
554 }
555 else
556 {
558
561
563 }
564
565
566 if (entry_encoding && strlen(entry_encoding) > 0)
567 {
570
571 config->
encoding = strdup(entry_encoding);
572 }
573
574
575 if (preservecase)
577 else
579
580
581 if (forceint)
583 else
585
586
587 if (createindex)
589 else
591
592
593 if (dbfonly)
594 {
596
597
599 }
600 else
602
603
604 if (dumpformat)
606 else
608
609
610 if (simplegeoms)
612 else
614
615 return;
616}
#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().