![JAR search and dependency download from the Maven repository](/logo.png)
org.openlr.locationreference.RectangleLocationReferenceImpl Maven / Gradle / Ivy
The newest version!
package org.openlr.locationreference;
import lombok.Data;
import org.locationtech.jts.geom.Coordinate;
@Data
class RectangleLocationReferenceImpl implements RectangleLocationReference {
private final Coordinate lowerLeft;
private final Coordinate upperRight;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy