C# Class ShpToSQL.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window, INotifyPropertyChanged
Mostra file Open project: dknezevic/ShpToSqlServer

Public Methods

Method Description
GetFeatureTableFromShapefile ( string shapeFilePath ) : FeatureDataTable
ImportFromShapefile ( String shapeFilePath, String connectionString ) : String
LoadShapefile ( String shapefile ) : String
MainWindow ( ) : System
ShowShapefileDialog ( String oldState ) : String

Private Methods

Method Description
Button_Click ( object sender, RoutedEventArgs e ) : void
Button_Click_1 ( object sender, RoutedEventArgs e ) : void
Button_Click_2 ( object sender, RoutedEventArgs e ) : void
CheckFields ( ) : bool
CustomInitialization ( ) : void
InitializeComponent ( ) : void
System ( int connectionId, object target ) : void
_CreateDelegate ( System delegateType, string handler ) : Delegate
setControlAvailability ( bool isEnabled ) : void

Method Details

GetFeatureTableFromShapefile() public method

public GetFeatureTableFromShapefile ( string shapeFilePath ) : FeatureDataTable
shapeFilePath string
return FeatureDataTable

ImportFromShapefile() public method

public ImportFromShapefile ( String shapeFilePath, String connectionString ) : String
shapeFilePath String
connectionString String
return String

LoadShapefile() public method

public LoadShapefile ( String shapefile ) : String
shapefile String
return String

MainWindow() public method

public MainWindow ( ) : System
return System

ShowShapefileDialog() public method

public ShowShapefileDialog ( String oldState ) : String
oldState String
return String