Show / Hide Table of Contents

Class ShapefileReaderExtensions

Contains extension method for the shapefile reader.

Inheritance
System.Object
ShapefileReaderExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class ShapefileReaderExtensions

Methods

AddToAttributeCollection(ShapefileDataReader, IAttributeCollection)

Adds the attributes in the current record in the shapefile reader to the given attribute collection.

Declaration
public static void AddToAttributeCollection(this ShapefileDataReader reader, IAttributeCollection collection)
Parameters
ShapefileDataReader reader

IAttributeCollection collection

ToAttributeCollection(ShapefileDataReader)

Gets an attribute collection containing all the attributes in the current record in the shapefile reader.

Declaration
public static AttributeCollection ToAttributeCollection(this ShapefileDataReader reader)
Parameters
ShapefileDataReader reader

Returns
AttributeCollection

Back to top Built by Itinero, MIT licensed.