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

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

The newest version!
package org.openlr.encoder;

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

@Data
class PointAlongLineEncoderResult {
    private final LocationReferencePoint firstLocationReferencePoint;
    private final LocationReferencePoint lastLocationReferencePoint;
    private final double relativePositiveOffset;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy