Geotools.Net

ShapefileDataReader Members

Public Instance Constructors

ShapefileDataReader Constructor Initializes a new instance of the ShapefileDataReader class.

Public Instance Properties

DbaseHeader Gets the header for the Dbase file.
Depth Always return a value of zero since nesting is not supported.
FieldCountMissing <summary> documentation for P:Geotools.Data.ShapefileDataReader.FieldCount
IsClosed Gets a value indicating whether the data reader is closed.
ItemOverloaded. Missing <summary> documentation for P:Geotools.Data.ShapefileDataReader.Item(System.String)
RecordCount Gets the numbers of records in the Shapefile.
RecordsAffected Not applicable for this data reader.
ShapeHeader Gets the header for the Shapefile.

Public Instance Methods

Close Closes the IDataReader 0bject.
DisposeMissing <summary> documentation for M:Geotools.Data.ShapefileDataReader.Dispose
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetBooleanMissing <summary> documentation for M:Geotools.Data.ShapefileDataReader.GetBoolean(System.Int32)
GetByteMissing <summary> documentation for M:Geotools.Data.ShapefileDataReader.GetByte(System.Int32)
GetBytesMissing <summary> documentation for M:Geotools.Data.ShapefileDataReader.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)
GetCharMissing <summary> documentation for M:Geotools.Data.ShapefileDataReader.GetChar(System.Int32)
GetCharsMissing <summary> documentation for M:Geotools.Data.ShapefileDataReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)
GetDataMissing <summary> documentation for M:Geotools.Data.ShapefileDataReader.GetData(System.Int32)
GetDataTypeNameMissing <summary> documentation for M:Geotools.Data.ShapefileDataReader.GetDataTypeName(System.Int32)
GetDateTimeMissing <summary> documentation for M:Geotools.Data.ShapefileDataReader.GetDateTime(System.Int32)
GetDecimalMissing <summary> documentation for M:Geotools.Data.ShapefileDataReader.GetDecimal(System.Int32)
GetDoubleMissing <summary> documentation for M:Geotools.Data.ShapefileDataReader.GetDouble(System.Int32)
GetEnumeratorMissing <summary> documentation for M:Geotools.Data.ShapefileDataReader.GetEnumerator
GetFieldTypeMissing <summary> documentation for M:Geotools.Data.ShapefileDataReader.GetFieldType(System.Int32)
GetFloatMissing <summary> documentation for M:Geotools.Data.ShapefileDataReader.GetFloat(System.Int32)
GetGeometryMissing <summary> documentation for M:Geotools.Data.ShapefileDataReader.GetGeometry
GetGuidMissing <summary> documentation for M:Geotools.Data.ShapefileDataReader.GetGuid(System.Int32)
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetInt16Missing <summary> documentation for M:Geotools.Data.ShapefileDataReader.GetInt16(System.Int32)
GetInt32Missing <summary> documentation for M:Geotools.Data.ShapefileDataReader.GetInt32(System.Int32)
GetInt64Missing <summary> documentation for M:Geotools.Data.ShapefileDataReader.GetInt64(System.Int32)
GetNameMissing <summary> documentation for M:Geotools.Data.ShapefileDataReader.GetName(System.Int32)
GetOrdinalMissing <summary> documentation for M:Geotools.Data.ShapefileDataReader.GetOrdinal(System.String)
GetSchemaTable Returns a DataTable that describes the column metadata of the IDataReader.
GetStringMissing <summary> documentation for M:Geotools.Data.ShapefileDataReader.GetString(System.Int32)
GetType (inherited from Object)Gets the Type of the current instance.
GetValueMissing <summary> documentation for M:Geotools.Data.ShapefileDataReader.GetValue(System.Int32)
GetValuesMissing <summary> documentation for M:Geotools.Data.ShapefileDataReader.GetValues(System.Object[])
IsDBNullMissing <summary> documentation for M:Geotools.Data.ShapefileDataReader.IsDBNull(System.Int32)
NextResult Advances the data reader to the next result, when reading the shapefile.
Read Advances the IDataReader to the next record.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

ShapefileDataReader Class | Geotools.Data Namespace