jsts
Version:
A JavaScript library of spatial predicates and functions for processing geometry
10 lines (8 loc) • 320 B
JavaScript
import IndexedPointInAreaLocator from './locate/IndexedPointInAreaLocator.js'
import PointOnGeometryLocator from './locate/PointOnGeometryLocator.js'
import SimplePointInAreaLocator from './locate/SimplePointInAreaLocator.js'
export {
IndexedPointInAreaLocator,
PointOnGeometryLocator,
SimplePointInAreaLocator
}