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

org.openstreetmap.atlas.geography.GeometricObject Maven / Gradle / Ivy

There is a newer version: 7.0.8
Show newest version
package org.openstreetmap.atlas.geography;

/**
 * @author matthieun
 */
public interface GeometricObject
{
    double SIMILARITY_THRESHOLD = 0.9999999;

    boolean intersects(PolyLine other);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy