Skip to content

Commit

Permalink
Export public classes from linearref
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornharrtell committed Apr 12, 2017
1 parent ca54450 commit 93f117d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/org/locationtech/jts/linearref.js
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 93f117d

Please sign in to comment.