====== ThinkGeo.MapSuite.Geocoding.CountyDbfMatchingPlugin ====== ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.Geocoding.MatchingPlugin *ThinkGeo.MapSuite.Geocoding.DbfMatchingPlugin ***ThinkGeo.MapSuite.Geocoding.CountyDbfMatchingPlugin** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} CountyDbfMatchingPlugin() ** * //This is the constructor of this class.// == Remarks == * //N/A// == Parameters ==
** {{wiki:PublicMethod.gif|}} CountyDbfMatchingPlugin(String) ** * //This is the constructor of this class.// == Remarks == * //N/A// == Parameters == * //pathFileName// * Type:String * Description:The path and file name of the DBF file to be used for County Geocoding.
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} GetRecord(Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Dictionary * Description:N/A == Parameters == * //recordNumber// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} GetRecords(Int32,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection> * Description:N/A == Parameters == * //firstRecordNumber// * Type:Int32 * Description:N/A * //count// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} AddRecord(IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //values// * Type:IEnumerable * Description:N/A
** {{wiki:PublicMethod.gif|}} Dispose() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Match(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Geocoding.GeocoderMatch|GeocoderMatch]]> * Description:N/A == Parameters == * //sourceText// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}} Open() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Close() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} FormalizeCore(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection * Description:The collection containing possible counties. == Parameters == * //sourceText// * Type:String * Description:The source text to formalize.
** {{wiki:ProtectedMethod.gif|}} OpenCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} CloseCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MatchCore(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Geocoding.GeocoderMatch|GeocoderMatch]]> * Description:N/A == Parameters == * //sourceText// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} SearchUpperBound(Int32,Int32,String,String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //firstRecordNumber// * Type:Int32 * Description:N/A * //lastRecordNumber// * Type:Int32 * Description:N/A * //sourceText// * Type:String * Description:N/A * //columnName// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} SearchLowerBound(Int32,Int32,String,String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //firstRecordNumber// * Type:Int32 * Description:N/A * //lastRecordNumber// * Type:Int32 * Description:N/A * //sourceText// * Type:String * Description:N/A * //columnName// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetKeyColumnName() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} BinarySearch(Int32,Int32,String,String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Dictionary * Description:N/A == Parameters == * //firstRecordNumber// * Type:Int32 * Description:N/A * //lastRecordNumber// * Type:Int32 * Description:N/A * //sourceText// * Type:String * Description:N/A * //columnName// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} Formalize(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection * Description:N/A == Parameters == * //sourceText// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} NormalizeKeyValues(GeocoderMatch) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //geocoderMatch// * Type:[[ThinkGeo.MapSuite.Geocoding.GeocoderMatch|GeocoderMatch]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} PathFileName ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} ReadWriteMode ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Geocoding.DbfMatchingPluginReadWriteMode|DbfMatchingPluginReadWriteMode]] ** {{wiki:PublicProperty.gif|}} RecordCount ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} RankingMultiplier ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ==== Protected Properties ==== ==== Public Events ====