public float GetFloat(int i)
 {
     return(_shapeFileDataReader.GetFloat(i));
 }