![JAR search and dependency download from the Maven repository](/logo.png)
org.openlr.locationreference.RectangleLocationReference Maven / Gradle / Ivy
The newest version!
package org.openlr.locationreference;
import org.locationtech.jts.geom.Coordinate;
/**
* A rectangle location reference.
*/
public interface RectangleLocationReference extends AreaLocationReference {
/**
* @return the lower left point of the rectangle
*/
Coordinate getLowerLeft();
/**
* @return the upper right point of the rectangle
*/
Coordinate getUpperRight();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy