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

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