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

org.openlr.encoder.PathEncoderResult Maven / Gradle / Ivy

The newest version!
package org.openlr.encoder;

import lombok.Data;
import org.openlr.locationreference.LocationReferencePoint;

import java.util.List;

@Data
class PathEncoderResult {
    private final List locationReferencePoints;
    private final double relativePositiveOffset;
    private final double relativeNegativeOffset;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy