public bool GetBoolean(int i)
 {
     return(_shapeFileDataReader.GetBoolean(i));
 }