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 TypeMethodDescriptionFor a given match in text return the geocoding object for that match, if one exists.
-
Method Details
-
getGeocoding
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:
-