Geotools.Net

ShapefileDataReader Constructor 

Initializes a new instance of the ShapefileDataReader class.

[Visual Basic]
Public Sub New( _
   ByVal filename As String, _
   ByVal geometryFactory As GeometryFactory _
)
[C#]
public ShapefileDataReader(
   string filename,
   GeometryFactory geometryFactory
);

Parameters

filename
The shapefile to read (minus the .shp extension)
geometryFactory
The GeometryFactory to use.

Remarks

Missing <remarks> documentation for M:Geotools.Data.ShapefileDataReader.#ctor(System.String,Geotools.Geometries.GeometryFactory)

See Also

ShapefileDataReader Class | ShapefileDataReader Members | Geotools.Data Namespace