Geotools.Net

ShapefileReader.ReadAll Method 

Reads the shapefile and returns a GeometryCollection representing all the records in the shapefile.

[Visual Basic]
Public Function ReadAll() As GeometryCollection
[C#]
public GeometryCollection ReadAll();

Return Value

GeometryCollection representing every record in the shapefile.

Remarks

Missing <remarks> documentation for M:Geotools.Data.ShapefileReader.ReadAll

See Also

ShapefileReader Class | ShapefileReader Members | Geotools.Data Namespace