Package org.opensextant.output
Interface MatchInterpreter
-
- All Known Implementing Classes:
AbstractFormatter
,CSVFormatter
,GDBFormatter
,GeoCSVFormatter
,GISDataFormatter
,KMLFormatter
,ShapefileFormatter
,WKTFormatter
public interface MatchInterpreter
-
-
Method Summary
Modifier and Type Method Description Geocoding
getGeocoding(TextMatch m)
For a given match in text return the geocoding object for that match, if one exists.
-