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

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

package org.openlr.locationreference;

import lombok.Data;

import java.util.List;

@Data
class ClosedLineLocationReferenceImpl implements ClosedLineLocationReference {
    private final List locationReferencePoints;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy