Geotools.Net

ShapefileReader Constructor 

Initializes a new instance of the Shapefile class with the given parameters.

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

Parameters

filename
The filename of the shape file to read (with .shp).
geometryFactory
The GeometryFactory to use when creating Geometry objects.

Remarks

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

See Also

ShapefileReader Class | ShapefileReader Members | Geotools.Data Namespace