C# Class ShpToSQL.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window, INotifyPropertyChanged
Afficher le fichier Open project: dknezevic/ShpToSqlServer

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public GetFeatureTableFromShapefile ( string shapeFilePath ) : FeatureDataTable
shapeFilePath string
Résultat FeatureDataTable

ImportFromShapefile() public méthode

public ImportFromShapefile ( String shapeFilePath, String connectionString ) : String
shapeFilePath String
connectionString String
Résultat String

LoadShapefile() public méthode

public LoadShapefile ( String shapefile ) : String
shapefile String
Résultat String

MainWindow() public méthode

public MainWindow ( ) : System
Résultat System

ShowShapefileDialog() public méthode

public ShowShapefileDialog ( String oldState ) : String
oldState String
Résultat String