User Tools

Site Tools


thinkgeo.mapsuite.mapsuitegeocoder.censusblockdbfmatchingplugin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.mapsuitegeocoder.censusblockdbfmatchingplugin [2015/09/21 07:03]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.MapSuiteGeocoder.CensusBlockDbfMatchingPlugin ====== 
-This is the derived class of the class DbfMatchingPlugIn for matching Census Block areas. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    *ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin 
-      *ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin 
-        ***ThinkGeo.MapSuite.MapSuiteGeocoder.CensusBlockDbfMatchingPlugin** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} CensusBlockDbfMatchingPlugin() ** 
- 
-This is the constructor of this class. 
-== Remarks == 
-N/A 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} CensusBlockDbfMatchingPlugin(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 Census Block Geocoding. 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} GetRecord(Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Dictionary<​String,​String>​ 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​recordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetRecords(Int32,​Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Collection<​Dictionary<​String,​String>>​ 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​firstRecordNumber//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //count// 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} AddRecord(IEnumerable<​Object>​) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //values// 
-    * Type:​IEnumerable<​Object>​ 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Dispose() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Match(String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Collection<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]>​ 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​sourceText//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Open() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Close() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} FormalizeCore(String) ** 
- 
-This method formalizes source text to get possible census tracts. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Collection<​String>​ 
-  * Description:​The collection containing possible census tracts. 
- 
-== Parameters == 
-  * //​sourceText//​ 
-    * Type:String 
-    * Description:​The source text to formalize. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MatchCore(String) ** 
- 
-This method matches the source text and returns a result with a collection of GeocoderMatch. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Collection<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]>​ 
-  * Description:​A collection of GeocoderMatch. 
- 
-== Parameters == 
-  * //​sourceText//​ 
-    * Type:String 
-    * Description:​The source text to match. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OpenCore() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} CloseCore() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetKeyColumnName() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} BinarySearch(Int32,​Int32,​String,​String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Dictionary<​String,​String>​ 
-  * 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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} Formalize(String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Collection<​String>​ 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​sourceText//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} oxM=(GeocoderMatch) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​geocoderMatch//​ 
-    * Type:​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== 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.MapSuiteGeocoder.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 ==== 
  
thinkgeo.mapsuite.mapsuitegeocoder.censusblockdbfmatchingplugin.1442819005.txt.gz ยท Last modified: 2015/09/21 07:03 by admin