Interface MatchInterpreter

All Known Implementing Classes:
AbstractFormatter, CSVFormatter, GDBFormatter, GeoCSVFormatter, GISDataFormatter, KMLFormatter, ShapefileFormatter, WKTFormatter

public interface MatchInterpreter
  • Method Summary

    Modifier and Type
    Method
    Description
    For a given match in text return the geocoding object for that match, if one exists.
  • Method Details

    • getGeocoding

      Geocoding getGeocoding(TextMatch m)
      For a given match in text return the geocoding object for that match, if one exists.
      Parameters:
      m - TextMatch -- which may or may not be geographic in nature.
      Returns: