public ImagePart(GeolocationData data, int from, int to, byte[] buffer, int depth, State currentState) { _data = data; _from = from; _to = to; _depth = depth; _buffer = buffer; _currentState = currentState; }
public Geolocation(string path) { _data = new GeolocationData(path); }