ThinkGeo.MapSuite.MapSuiteGeocoder.CountyDbfMatchingPlugin
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
 
 
 
This is the derived class of the class DbfMatchingPlugIn for matching counties.
 
Inheritance Hierarchy
Members Summary
Public Constructors
  CountyDbfMatchingPlugin()
 CountyDbfMatchingPlugin() 
 
Parameters
  CountyDbfMatchingPlugin(String)
 CountyDbfMatchingPlugin(String) 
 
Parameters
Protected Constructors
Public Methods
  GetRecord(Int32)
 GetRecord(Int32) 
 
Return Value
Parameters
  GetRecords(Int32,Int32)
 GetRecords(Int32,Int32) 
 
Return Value
Parameters
  AddRecord(IEnumerable<Object>)
 AddRecord(IEnumerable<Object>) 
 
Return Value
-  Type:Void 
-  Description:N/A 
 
Parameters
  Dispose()
 Dispose() 
 
Return Value
-  Type:Void 
-  Description:N/A 
 
Parameters
  Match(String)
 Match(String) 
-  This method matches the source text and returns a collection of GeocoderMatch. This method is the concrete wrapper for MatchCore. It firstly formalizes the input sourceText, gets the formalized results and matches them using MatchCore one by one, then returns all of the results within a collection. 
 
Return Value
Parameters
  Open()
 Open() 
 
Return Value
-  Type:Void 
-  Description:N/A 
 
Parameters
  Close()
 Close() 
 
Return Value
-  Type:Void 
-  Description:N/A 
 
Parameters
  ToString()
 ToString() 
 
Return Value
-  Type:String 
-  Description:N/A 
 
Parameters
  Equals(Object)
 Equals(Object) 
 
Return Value
-  Type:Boolean 
-  Description:N/A 
 
Parameters
-  obj - 
-  Type:Object 
-  Description:N/A 
 
  GetHashCode()
 GetHashCode() 
 
Return Value
-  Type:Int32 
-  Description:N/A 
 
Parameters
  GetType()
 GetType() 
 
Return Value
-  Type:Type 
-  Description:N/A 
 
Parameters
Protected Methods
  FormalizeCore(String)
 FormalizeCore(String) 
 
Return Value
Parameters
  OpenCore()
 OpenCore() 
 
Return Value
-  Type:Void 
-  Description:N/A 
 
Parameters
  CloseCore()
 CloseCore() 
 
Return Value
-  Type:Void 
-  Description:N/A 
 
Parameters
  MatchCore(String)
 MatchCore(String) 
 
Return Value
Parameters
-  sourceText - 
-  Type:String 
-  Description:N/A 
 
  SearchUpperBound(Int32,Int32,String,String)
 SearchUpperBound(Int32,Int32,String,String) 
 
Return Value
Parameters
  SearchLowerBound(Int32,Int32,String,String)
 SearchLowerBound(Int32,Int32,String,String) 
 
Return Value
Parameters
  GetKeyColumnName()
 GetKeyColumnName() 
 
Return Value
Parameters
  BinarySearch(Int32,Int32,String,String)
 BinarySearch(Int32,Int32,String,String) 
 
Return Value
Parameters
  Finalize()
 Finalize() 
 
Return Value
-  Type:Void 
-  Description:N/A 
 
Parameters
  Formalize(String)
 Formalize(String) 
 
Return Value
Parameters
  oxM=(GeocoderMatch)
 oxM=(GeocoderMatch) 
 
Return Value
-  Type:Void 
-  Description:N/A 
 
Parameters
  MemberwiseClone()
 MemberwiseClone() 
 
Return Value
-  Type:Object 
-  Description:N/A 
 
Parameters
Public Properties
  PathFileName
 PathFileName 
Gets and sets the path and file name of the DBF file to be used for Geocoding.
 
Return Value
  ReadWriteMode
 ReadWriteMode 
The read/write mode for the DBF file.
 
Return Value
  RecordCount
 RecordCount 
This record count of the DBF file.
 
Return Value
  RankingMultiplier
 RankingMultiplier 
This property is the ranking multipier for GeocoderMatch.
 
Return Value
Protected Properties
Public Events