This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.mapsuitegeocoder.censustractsdbfmatchingplugin [2015/08/20 03:08] 127.0.0.1 external edit |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin ====== | ||
| - | |||
| - | |||
| - | |||
| - | <!-- Class --> | ||
| - | This is the derived class of the class DbfMatchingPlugIn for matching Census Tracts. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin</a> | ||
| - | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | ||
| - | **[[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin]] | ||
| - | ***[[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin]] | ||
| - | ****[[ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin]] | ||
| - | ===== Members Summary ===== | ||
| - | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#CensusTractsDbfMatchingPlugin()|CensusTractsDbfMatchingPlugin]] | | | This is the constructor of this class. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#CensusTractsDbfMatchingPlugin(String)|CensusTractsDbfMatchingPlugin]] | String | | This is the constructor of this class. | | ||
| - | |||
| - | ==== Protected Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | |||
| - | ==== Public Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#AddRecord(IEnumerable<Object>)|AddRecord]] | IEnumerable<Object> | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin|DbfMatchingPlugin]] | This method adds one record to the DBF file. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Close()|Close]] | | [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin|MatchingPlugin]] | This method closes the MatchingPlugin. This method is the concrete wrapper for CloseCore. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#CreateDbf(String, IEnumerable<DbfMatchingPluginColumn>)|CreateDbf]] | String, IEnumerable<[[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn|DbfMatchingPluginColumn]]> | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin|DbfMatchingPlugin]] | This method creates a DBF file according to the specified file name and column names. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Dispose()|Dispose]] | | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin|DbfMatchingPlugin]] | Releases all resources used by the DbfMatchingPlugin. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetRecord(Int32)|GetRecord]] | Int32 | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin|DbfMatchingPlugin]] | This method gets a record by record index from the DBF file. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetRecords(Int32, Int32)|GetRecords]] | Int32, Int32 | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin|DbfMatchingPlugin]] | This method gets records by using the specified range. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Match(String)|Match]] | String | [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin|MatchingPlugin]] | 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. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Open()|Open]] | | [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin|MatchingPlugin]] | This method opens the MatchingPlugin for use. This method is the concrete wrapper for OpenCore. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | ||
| - | |||
| - | ==== Protected Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#BinarySearch(Int32, Int32, String, String)|BinarySearch]] | Int32, Int32, String, String | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin|DbfMatchingPlugin]] | This method does a binary search on the DBF file and returns the record it hits. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CloseCore()|CloseCore]] | | [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin|MatchingPlugin]](overriden) | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object(overriden) | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Formalize(String)|Formalize]] | String | [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin|MatchingPlugin]] | This method formalizes the source text. This method is the concrete wrapper of FormalizeCore. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#FormalizeCore(String)|FormalizeCore]] | String | [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin|MatchingPlugin]](overriden) | This method formalizes source text to get possible census tracts. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetKeyColumnName()|GetKeyColumnName]] | | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin|DbfMatchingPlugin]] | This method gets the key column name from the DBF file. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MatchCore(String)|MatchCore]] | String | [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin|MatchingPlugin]](overriden) | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OpenCore()|OpenCore]] | | [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin|MatchingPlugin]](overriden) | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SearchLowerBound(Int32, Int32, String, String)|SearchLowerBound]] | Int32, Int32, String, String | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin|DbfMatchingPlugin]] | This method gets the record number of the lower boundary of the matched results. | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SearchUpperBound(Int32, Int32, String, String)|SearchUpperBound]] | Int32, Int32, String, String | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin|DbfMatchingPlugin]] | This method gets the record number of the upper boundary of the matched results. | | ||
| - | |||
| - | ==== Public Properties ==== | ||
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#PathFileName|PathFileName]] | String | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin|DbfMatchingPlugin]] | Gets and sets the path and file name of the DBF file to be used for Geocoding. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#RankingMultiplier|RankingMultiplier]] | Int32 | [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin|MatchingPlugin]] | This property is the ranking multipier for GeocoderMatch. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ReadWriteMode|ReadWriteMode]] | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginReadWriteMode|DbfMatchingPluginReadWriteMode]] | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin|DbfMatchingPlugin]] | The read/write mode for the DBF file. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#RecordCount|RecordCount]] | Int32 | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin|DbfMatchingPlugin]] | This record count of the DBF file. | | ||
| - | |||
| - | ==== Protected Properties ==== | ||
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
| - | |||
| - | ==== Public Events ==== | ||
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | ||
| - | |||
| - | ===== Public Constructors ===== | ||
| - | ==== CensusTractsDbfMatchingPlugin() ==== | ||
| - | This is the constructor of this class. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#CensusTractsDbfMatchingPlugin.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#CensusTractsDbfMatchingPlugin.28.29</a> | ||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | [[#Public Constructors|Go Back]] | ||
| - | ==== CensusTractsDbfMatchingPlugin(String) ==== | ||
| - | This is the constructor of this class. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#CensusTractsDbfMatchingPlugin.28String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#CensusTractsDbfMatchingPlugin.28String.29</a> | ||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | pathFileName | String<!-- System.String --> | The path and file name of the DBF file to be used for Census Tract Geocoding. | | ||
| - | |||
| - | [[#Public Constructors|Go Back]] | ||
| - | ===== Protected Constructors ===== | ||
| - | ===== Public Methods ===== | ||
| - | ==== AddRecord(IEnumerable<Object>) ==== | ||
| - | This method adds one record to the DBF file. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | values | IEnumerable<Object><!-- System.Collections.Generic.IEnumerable{System.Object} --> | This parameter represents a record in the DBF file. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Close() ==== | ||
| - | This method closes the MatchingPlugin. This method is the concrete wrapper for CloseCore. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#Close.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#Close.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== CreateDbf(String, IEnumerable<DbfMatchingPluginColumn>) ==== | ||
| - | <!-- static --> | ||
| - | This method creates a DBF file according to the specified file name and column names. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | The newly-created DbfMatchingPlugIn object. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | pathFileName | String<!-- System.String --> | This parameter is the path and file name of the DBF file. | | ||
| - | | columnNames | IEnumerable<[[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn|DbfMatchingPluginColumn]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginColumn} --> | This parameter is the collection of DbfColumnDefinition objects. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Dispose() ==== | ||
| - | Releases all resources used by the DbfMatchingPlugin. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#Dispose.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#Dispose.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Equals(Object) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#Equals.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#Equals.28Object.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | obj | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetHashCode() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#GetHashCode.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#GetHashCode.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Int32<!-- System.Int32 --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetRecord(Int32) ==== | ||
| - | This method gets a record by record index from the DBF file. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#GetRecord.28Int32.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#GetRecord.28Int32.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Dictionary<String,String><!-- System.Collections.Generic.Dictionary{System.String,System.String} --> | The record value. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | recordNumber | Int32<!-- System.Int32 --> | This parameter is the record number. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetRecords(Int32, Int32) ==== | ||
| - | This method gets records by using the specified range. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#GetRecords.28Int32.2C_Int32.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#GetRecords.28Int32.2C_Int32.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Collection<Dictionary<String,String>><!-- System.Collections.ObjectModel.Collection{System.Collections.Generic.Dictionary{System.String,System.String}} --> | The collection of record values. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | firstRecordNumber | Int32<!-- System.Int32 --> | This parameter is the first record number to get. | | ||
| - | | count | Int32<!-- System.Int32 --> | This parameter is the record count to return. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetType() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#GetType.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#GetType.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Type<!-- System.Type --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== 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. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#Match.28String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#Match.28String.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Collection<[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch} --> | A collection of GeocoderMatch. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sourceText | String<!-- System.String --> | The source text to match. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Open() ==== | ||
| - | This method opens the MatchingPlugin for use. This method is the concrete wrapper for OpenCore. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#Open.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#Open.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ToString() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#ToString.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#ToString.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | String<!-- System.String --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ===== Protected Methods ===== | ||
| - | ==== BinarySearch(Int32, Int32, String, String) ==== | ||
| - | This method does a binary search on the DBF file and returns the record it hits. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#BinarySearch.28Int32.2C_Int32.2C_String.2C_String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#BinarySearch.28Int32.2C_Int32.2C_String.2C_String.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Dictionary<String,String><!-- System.Collections.Generic.Dictionary{System.String,System.String} --> | The record hits in the search. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | firstRecordNumber | Int32<!-- System.Int32 --> | The first record number for the search. | | ||
| - | | lastRecordNumber | Int32<!-- System.Int32 --> | The last record number for the search. | | ||
| - | | sourceText | String<!-- System.String --> | The source text to match. | | ||
| - | | columnName | String<!-- System.String --> | The name of the column on which the binaray search is based. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== CloseCore() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#CloseCore.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#CloseCore.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== Finalize() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#Finalize.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#Finalize.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== Formalize(String) ==== | ||
| - | This method formalizes the source text. This method is the concrete wrapper of FormalizeCore. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#Formalize.28String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#Formalize.28String.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Collection<String><!-- System.Collections.ObjectModel.Collection{System.String} --> | The collection of formalized strings. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sourceText | String<!-- System.String --> | The source text to formalize. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== FormalizeCore(String) ==== | ||
| - | This method formalizes source text to get possible census tracts. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#FormalizeCore.28String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#FormalizeCore.28String.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Collection<String><!-- System.Collections.ObjectModel.Collection{System.String} --> | The collection containing possible census tracts. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sourceText | String<!-- System.String --> | The source text to formalize. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== GetKeyColumnName() ==== | ||
| - | This method gets the key column name from the DBF file. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#GetKeyColumnName.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#GetKeyColumnName.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | String<!-- System.String --> | The key column name. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== MatchCore(String) ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#MatchCore.28String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#MatchCore.28String.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Collection<[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch} --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sourceText | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== MemberwiseClone() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#MemberwiseClone.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#MemberwiseClone.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Object<!-- System.Object --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OpenCore() ==== | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#OpenCore.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#OpenCore.28.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin(overriden) --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== SearchLowerBound(Int32, Int32, String, String) ==== | ||
| - | This method gets the record number of the lower boundary of the matched results. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#SearchLowerBound.28Int32.2C_Int32.2C_String.2C_String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#SearchLowerBound.28Int32.2C_Int32.2C_String.2C_String.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Int32<!-- System.Int32 --> | The record number of the lower boundary of the matched results. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | firstRecordNumber | Int32<!-- System.Int32 --> | The first record number for the search. | | ||
| - | | lastRecordNumber | Int32<!-- System.Int32 --> | The last record number for the search. | | ||
| - | | sourceText | String<!-- System.String --> | The source text to search for. | | ||
| - | | columnName | String<!-- System.String --> | The name of the column on which the search is based. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== SearchUpperBound(Int32, Int32, String, String) ==== | ||
| - | This method gets the record number of the upper boundary of the matched results. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#SearchUpperBound.28Int32.2C_Int32.2C_String.2C_String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#SearchUpperBound.28Int32.2C_Int32.2C_String.2C_String.29</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Int32<!-- System.Int32 --> | The record number of the upper boundary of the matched results. | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | firstRecordNumber | Int32<!-- System.Int32 --> | The first record number for the search. | | ||
| - | | lastRecordNumber | Int32<!-- System.Int32 --> | The last record number for the search. | | ||
| - | | sourceText | String<!-- System.String --> | The source text to search for. | | ||
| - | | columnName | String<!-- System.String --> | The name of the column on which the search is based. | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ===== Public Properties ===== | ||
| - | ==== PathFileName ==== | ||
| - | Gets and sets the path and file name of the DBF file to be used for Geocoding. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#PathFileName" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#PathFileName</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== RankingMultiplier ==== | ||
| - | This property is the ranking multipier for GeocoderMatch. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#RankingMultiplier" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#RankingMultiplier</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Int32<!-- System.Int32 --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ReadWriteMode ==== | ||
| - | The read/write mode for the DBF file. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#ReadWriteMode" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#ReadWriteMode</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | [[ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginReadWriteMode|DbfMatchingPluginReadWriteMode]]<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPluginReadWriteMode --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== RecordCount ==== | ||
| - | This record count of the DBF file. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#RecordCount" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.CensusTractsDbfMatchingPlugin#RecordCount</a> | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Int32<!-- System.Int32 --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.MapSuiteGeocoder.DbfMatchingPlugin --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ===== Protected Properties ===== | ||
| - | ===== Public Events ===== | ||
| - | __NOTOC__ | ||
| - | [[Category:MapSuiteGeocoder]] | ||
| - | [[Category:ThinkGeo.MapSuite.MapSuiteGeocoder]] | ||
| - | [[Category:UpdateDocumentation]] | ||
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.