C# 클래스 ShpToSQL.MainWindow

Interaction logic for MainWindow.xaml
상속: System.Windows.Window, INotifyPropertyChanged
파일 보기 프로젝트 열기: dknezevic/ShpToSqlServer

공개 메소드들

메소드 설명
GetFeatureTableFromShapefile ( string shapeFilePath ) : FeatureDataTable
ImportFromShapefile ( String shapeFilePath, String connectionString ) : String
LoadShapefile ( String shapefile ) : String
MainWindow ( ) : System
ShowShapefileDialog ( String oldState ) : String

비공개 메소드들

메소드 설명
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

메소드 상세

GetFeatureTableFromShapefile() 공개 메소드

public GetFeatureTableFromShapefile ( string shapeFilePath ) : FeatureDataTable
shapeFilePath string
리턴 FeatureDataTable

ImportFromShapefile() 공개 메소드

public ImportFromShapefile ( String shapeFilePath, String connectionString ) : String
shapeFilePath String
connectionString String
리턴 String

LoadShapefile() 공개 메소드

public LoadShapefile ( String shapefile ) : String
shapefile String
리턴 String

MainWindow() 공개 메소드

public MainWindow ( ) : System
리턴 System

ShowShapefileDialog() 공개 메소드

public ShowShapefileDialog ( String oldState ) : String
oldState String
리턴 String