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

org.openlr.locationreference.PointOfInterestWithAccessPointLocationReferenceImpl Maven / Gradle / Ivy

package org.openlr.locationreference;

import lombok.Data;
import org.locationtech.jts.geom.Coordinate;
import org.openlr.map.Orientation;
import org.openlr.map.SideOfRoad;

@Data
class PointOfInterestWithAccessPointLocationReferenceImpl implements PointOfInterestWithAccessPointLocationReference {
    private final LocationReferencePoint firstLocationReferencePoint;
    private final LocationReferencePoint lastLocationReferencePoint;
    private final double relativePositiveOffset;
    private final Orientation orientation;
    private final SideOfRoad sideOfRoad;
    private final Coordinate coordinate;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy