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

org.openlr.binary.format.Attributes5 Maven / Gradle / Ivy

The newest version!
package org.openlr.binary.format;

import lombok.Data;
import org.openlr.map.FormOfWay;
import org.openlr.map.FunctionalRoadClass;
import org.openlr.map.Orientation;

@Data
public class Attributes5 {
    private final Orientation orientation;
    private final FunctionalRoadClass functionalRoadClass;
    private final FormOfWay formOfWay;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy