コード例 #1
0
ファイル: Coder.cs プロジェクト: RHoKSoton/GeoLocationTool
 public Coder(
     IEnumerable <GazetteerRecord> gazzetteerRecords,
     IMatchProvider matchProvider)
 {
     this.gazzetteerRecords = gazzetteerRecords;
     this.matchProvider     = matchProvider;
     matchedNamesCache      = new MatchedNamesCache(matchProvider);
     dictionary             = new GazetteerDataDictionaries(this.gazzetteerRecords);
 }
コード例 #2
0
ファイル: Coder.cs プロジェクト: RHoKSoton/GeoLocationTool
 public Coder(
     IEnumerable<GazetteerRecord> gazzetteerRecords,
     IMatchProvider matchProvider)
 {
     this.gazzetteerRecords = gazzetteerRecords;
     this.matchProvider = matchProvider;
     matchedNamesCache = new MatchedNamesCache(matchProvider);
     dictionary = new GazetteerDataDictionaries(this.gazzetteerRecords);
 }