All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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