org.openstreetmap.atlas.geography.GeometricObject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of atlas Show documentation
Show all versions of atlas Show documentation
"Library to load OSM data into an Atlas format"
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