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

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

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

import lombok.Data;

@Data
public class Attributes4 {
    private final boolean positiveOffset;
    private final boolean negativeOffset;
    private final double bearing;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy