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

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