Geotools.Net

Shapefile.CreateDataReader Method 

Returns an ShapefileDataReader representing the data in a shapefile.

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

Parameters

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

Return Value

An ShapefileDataReader representing the data in the shape file.

Remarks

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

See Also

Shapefile Class | Shapefile Members | Geotools.Data Namespace