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

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

package org.openlr.locationreference;

import lombok.Data;
import org.locationtech.jts.geom.Coordinate;

import java.util.List;

@Data
class PolygonLocationReferenceImpl implements PolygonLocationReference {
    private final List coordinates;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy