示例#1
0
 public IncidentShapefileImporter(string name, string path, string relativePath, string sourceURI, int sourceSRID, int targetSRID, IShapefileInfoRetriever shapefileInfoRetriever, Area importArea, IIncidentTableShapefileTableMappingRetriever incidentShapefileMappingRetriever, int hourOffset)
     : base(name, path, relativePath, sourceURI, sourceSRID, targetSRID, shapefileInfoRetriever)
 {
     _importArea = importArea;
     _incidentShapefileMappingRetriever = incidentShapefileMappingRetriever;
     _hourOffset = hourOffset;
 }
 public IncidentShapefileImporter(string name, string path, string relativePath, string sourceURI, int sourceSRID, int targetSRID, IShapefileInfoRetriever shapefileInfoRetriever, Area importArea, IIncidentTableShapefileTableMappingRetriever incidentShapefileMappingRetriever, int hourOffset)
     : base(name, path, relativePath, sourceURI, sourceSRID, targetSRID, shapefileInfoRetriever)
 {
     _importArea = importArea;
     _incidentShapefileMappingRetriever = incidentShapefileMappingRetriever;
     _hourOffset = hourOffset;
 }