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

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

package org.openlr.locationreference;

import org.locationtech.jts.geom.Coordinate;

/**
 * A geo-coordinate location reference.
 */
public interface GeoCoordinateLocationReference extends PointLocationReference {
    /**
     * @return the coordinate of the geo-coordinate location
     */
    Coordinate getCoordinate();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy