public char GetChar(int i)
 {
     return(_shapeFileDataReader.GetChar(i));
 }