diff --git a/src/org/locationtech/jts/linearref.js b/src/org/locationtech/jts/linearref.js new file mode 100644 index 000000000..71d778227 --- /dev/null +++ b/src/org/locationtech/jts/linearref.js @@ -0,0 +1,15 @@ +import LengthIndexedLine from './linearref/LengthIndexedLine' +import LengthLocationMap from './linearref/LengthLocationMap' +import LinearGeometryBuilder from './linearref/LinearGeometryBuilder' +import LinearIterator from './linearref/LinearIterator' +import LinearLocation from './linearref/LinearLocation' +import LocationIndexedLine from './linearref/LocationIndexedLine' + +export { + LengthIndexedLine, + LengthLocationMap, + LinearGeometryBuilder, + LinearIterator, + LinearLocation, + LocationIndexedLine +}