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

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

package org.openlr.locationreference;

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

@Data
class CircleLocationReferenceImpl implements CircleLocationReference {
    private final Coordinate center;
    private final int radius;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy