User Tools

Site Tools


api:thinkgeo.mapsuite.geocoding.dbfmatchingplugin

ThinkGeo.MapSuite.Geocoding.DbfMatchingPlugin

Inheritance Hierarchy

Members Summary

Public Constructors

DbfMatchingPlugin()

  • This is the constructor of this class.
Remarks
  • N/A
Parameters

DbfMatchingPlugin(String)

  • This is the construcor of this class.
Remarks
  • N/A
Parameters
  • pathFileName
    • Type:String
    • Description:The path and file name of the DBF file to be used for Geocoding.

DbfMatchingPlugin(String,DbfMatchingPluginReadWriteMode)

  • This is the construcor of this class.
Remarks
  • N/A
Parameters
  • pathFileName
    • Type:String
    • Description:The path and file name of the index.

Protected Constructors

Public Methods

GetRecord(Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Dictionary<String,String>
  • Description:The record value.
Parameters
  • recordNumber
    • Type:Int32
    • Description:This parameter is the record number.

GetRecords(Int32,Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Collection<Dictionary<String,String»
  • Description:The collection of record values.
Parameters
  • firstRecordNumber
    • Type:Int32
    • Description:This parameter is the first record number to get.
  • count
    • Type:Int32
    • Description:This parameter is the record count to return.

AddRecord(IEnumerable<Object>)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • values
    • Type:IEnumerable<Object>
    • Description:This parameter represents a record in the DBF file.

Dispose()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

Match(String)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • sourceText
    • Type:String
    • Description:N/A

Open()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

Close()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

CreateDbf(String,IEnumerable<DbfMatchingPluginColumn>)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:The newly-created DbfMatchingPlugIn object.
Parameters
  • pathFileName
    • Type:String
    • Description:This parameter is the path and file name of the DBF file.
  • columnNames
    • Type:IEnumerable<DbfMatchingPluginColumn>
    • Description:This parameter is the collection of DbfColumnDefinition objects.

Protected Methods

OpenCore()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

CloseCore()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MatchCore(String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Collection<GeocoderMatch>
  • Description:The collection of GeocoderMatch.
Parameters
  • sourceText
    • Type:String
    • Description:The source text to match.

SearchUpperBound(Int32,Int32,String,String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:The record number of the upper boundary of the matched results.
Parameters
  • firstRecordNumber
    • Type:Int32
    • Description:The first record number for the search.
  • lastRecordNumber
    • Type:Int32
    • Description:The last record number for the search.
  • sourceText
    • Type:String
    • Description:The source text to search for.
  • columnName
    • Type:String
    • Description:The name of the column on which the search is based.

SearchLowerBound(Int32,Int32,String,String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:The record number of the lower boundary of the matched results.
Parameters
  • firstRecordNumber
    • Type:Int32
    • Description:The first record number for the search.
  • lastRecordNumber
    • Type:Int32
    • Description:The last record number for the search.
  • sourceText
    • Type:String
    • Description:The source text to search for.
  • columnName
    • Type:String
    • Description:The name of the column on which the search is based.

GetKeyColumnName()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:The key column name.
Parameters

BinarySearch(Int32,Int32,String,String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Dictionary<String,String>
  • Description:The record hits in the search.
Parameters
  • firstRecordNumber
    • Type:Int32
    • Description:The first record number for the search.
  • lastRecordNumber
    • Type:Int32
    • Description:The last record number for the search.
  • sourceText
    • Type:String
    • Description:The source text to match.
  • columnName
    • Type:String
    • Description:The name of the column on which the binaray search is based.

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

Formalize(String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Collection<String>
  • Description:N/A
Parameters
  • sourceText
    • Type:String
    • Description:N/A

FormalizeCore(String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Collection<String>
  • Description:N/A
Parameters
  • sourceText
    • Type:String
    • Description:N/A

NormalizeKeyValues(GeocoderMatch)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

PathFileName

  • N/A
Remarks
  • N/A
Return Value
  • Type:String

ReadWriteMode

  • N/A
Remarks
  • N/A
Return Value

RecordCount

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32

RankingMultiplier

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32

Protected Properties

Public Events

api/thinkgeo.mapsuite.geocoding.dbfmatchingplugin.txt · Last modified: 2017/01/11 07:29 (external edit)