ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
This class is the abstract class encapsulating matching operations. The MatchingPlugIn class is the key class in the Geocoder. It formalizes the source text using GeocoderFormalizer, tries to match in some kinds of datasets and returns a MatchResult object. MatchingPlugIn can work independently or can be combined to work together with others to accomplish complicated matching requirements.
N/A
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.
N/A
This method opens the MatchingPlugin for use. This method is the concrete wrapper for OpenCore.
N/A
N/A
N/A
N/A
N/A
N/A
This method is an abstract method used to match source text. It will match the source text and return the result within a collection of GeocoderMatch.
N/A
This method formalizes the source text. This method is the concrete wrapper of FormalizeCore.
N/A
This method formalizes the source text.
N/A
This method opens the MatchingPlugin for use.
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A