![JAR search and dependency download from the Maven repository](/logo.png)
org.openlr.locationreference.LineLocationReferenceImpl Maven / Gradle / Ivy
The newest version!
package org.openlr.locationreference;
import lombok.Data;
import java.util.List;
@Data
class LineLocationReferenceImpl implements LineLocationReference {
private final List locationReferencePoints;
private final double relativePositiveOffset;
private final double relativeNegativeOffset;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy