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

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

The newest version!
package org.openlr.locationreference;

import java.util.List;

/**
 * A closed line location reference.
 */
public interface ClosedLineLocationReference extends LocationReference {
    /**
     * @return the sequence of location reference points that describe the closed line location
     */
    List getLocationReferencePoints();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy