public class LocatorReasoner extends java.lang.Object implements RecordReasoner
Constructor and Description |
---|
LocatorReasoner()
Instantiates a new LocatorReasoner.
|
LocatorReasoner(GeoLocator geoLocator)
Instantiates a new locator reasoner
|
Modifier and Type | Method and Description |
---|---|
boolean |
augmentRecord(DataRecord rec)
Augment the data record with information from the reasoner.
|
GeoLocator |
getLocator()
Get the locator currently used by this reasoner
|
public LocatorReasoner()
public LocatorReasoner(GeoLocator geoLocator)
geoLocator
- the locator to use for determining the coordinates of
locations.public boolean augmentRecord(DataRecord rec)
augmentRecord
in interface RecordReasoner
rec
- the data record to augmentpublic GeoLocator getLocator()