org.openlr.map.Node Maven / Gradle / Ivy
package org.openlr.map;
import org.locationtech.jts.geom.Point;
public interface Node {
boolean isValid();
Point getGeometry();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package org.openlr.map;
import org.locationtech.jts.geom.Point;
public interface Node {
boolean isValid();
Point getGeometry();
}