Geotools.Net

Shapefile.CreateDataTable Method 

Creates a DataTable representing the information in a shape file.

[Visual Basic]
Public Shared Function CreateDataTable( _
   ByVal filename As String, _
   ByVal tableName As String, _
   ByVal geometryFactory As GeometryFactory _
) As DataTable
[C#]
public static DataTable CreateDataTable(
   string filename,
   string tableName,
   GeometryFactory geometryFactory
);

Parameters

filename
The filename (minus the . and extension) to read.
tableName
The name to give to the table.
geometryFactory
The geometry factory to use when creating the objects.

Return Value

DataTable representing the data

Remarks

Missing <remarks> documentation for M:Geotools.Data.Shapefile.CreateDataTable(System.String,System.String,Geotools.Geometries.GeometryFactory)

See Also

Shapefile Class | Shapefile Members | Geotools.Data Namespace