Example #1
0
 internal void GetArgsFromDataSource()
 {
     _fullEnvelope      = _dataSource.GetFullEnvelope();
     _fullGridCount     = _dataSource.GetFullGridCount();
     _coordType         = _dataSource.GetCoordinateType();
     _shapeType         = _dataSource.GetShapeType();
     _fieldNames        = _dataSource.GetFieldNames();
     _originalCoordType = _coordType;
 }