public abstract class AbstractRW extends Object
OpenLR is a trade mark of TomTom International B.V.
email: software@openlr.org
| Constructor and Description |
|---|
AbstractRW() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
createLocationString(Location location)
Creates the location string.
|
protected boolean |
isConnected(Line l1,
Line l2)
Checks if two lines are connected connected.
|
abstract Location |
readLocationString(String id,
String[] features,
MapDatabase mdb)
Read location string.
|
public abstract String createLocationString(Location location)
location - the locationpublic abstract Location readLocationString(String id, String[] features, MapDatabase mdb) throws LocationDataException
id - the idfeatures - the featuresmdb - the mdbLocationDataException - the location data exceptionCopyright © 2019 TomTom International B.V.. All rights reserved.