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

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

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

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

@Data
public class Attributes1 {
    private final FunctionalRoadClass functionalRoadClass;
    private final FormOfWay formOfWay;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy