![JAR search and dependency download from the Maven repository](/logo.png)
org.openlr.locationreference.PathAttributes Maven / Gradle / Ivy
The newest version!
package org.openlr.locationreference;
import org.openlr.map.FunctionalRoadClass;
/**
* The attributes of a path between consecutive location reference points.
* When decoding, these attributes are used to constraint the search for potential matching paths.
*/
public interface PathAttributes {
/**
* @return the distance of the path in meters
*/
double getDistance();
/**
* @return the functional road class of the least important road along the path
*/
FunctionalRoadClass getLowestFunctionalRoadClass();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy