protected SpatialReferenceBaseTest(IReprojectorCore core) { _reprojector = new Reprojector(core); _fromSr = _reprojector.Factory.Create("EPSG:4326"); _toSr = _reprojector.Factory.Create("EPSG:3857"); }
/// <summary> /// Creates an instance of this class, that uses <paramref name="instance"/> <see cref="IReprojector"/> internally. /// </summary> /// <param name="instance"></param> public Reprojector(IReprojectorCore instance) { _instance = instance; }
protected SpatialReferenceBaseTest(IReprojectorCore core) { _reprojector = new Reprojector(core); }