Geotools.Net

Shapefile.ImportShapefile Method 

Imports a shapefile into a dababase table.

[Visual Basic]
Public Shared Function ImportShapefile( _
   ByVal filename As String, _
   ByVal connectionstring As String, _
   ByVal tableName As String _
) As Integer
[C#]
public static int ImportShapefile(
   string filename,
   string connectionstring,
   string tableName
);

Parameters

filename
Missing <param> documentation for filename
connectionstring
Missing <param> documentation for connectionstring
tableName
Missing <param> documentation for tableName

Return Value

Missing <returns> documentation for M:Geotools.Data.Shapefile.ImportShapefile(System.String,System.String,System.String)

Remarks

This method assumes a table has already been crated in the database.

Calling this method does not close the connection that is passed in.

See Also

Shapefile Class | Shapefile Members | Geotools.Data Namespace