Guest User

Untitled

a guest
Dec 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.50 KB | None | 0 0
  1. /nix/store/cwljyz6cy84b9li8fcjpn1wb878mgk3z-geos-3.7.1
  2. ├── bin
  3. │   └── geos-config
  4. ├── include
  5. │   ├── geos
  6. │   │   ├── algorithm
  7. │   │   │   ├── Angle.h
  8. │   │   │   ├── BoundaryNodeRule.h
  9. │   │   │   ├── CentralEndpointIntersector.h
  10. │   │   │   ├── CentroidArea.h
  11. │   │   │   ├── Centroid.h
  12. │   │   │   ├── CentroidLine.h
  13. │   │   │   ├── CentroidPoint.h
  14. │   │   │   ├── CGAlgorithms.h
  15. │   │   │   ├── ConvexHull.h
  16. │   │   │   ├── ConvexHull.inl
  17. │   │   │   ├── distance
  18. │   │   │   │   ├── DiscreteFrechetDistance.h
  19. │   │   │   │   ├── DiscreteHausdorffDistance.h
  20. │   │   │   │   ├── DistanceToPoint.h
  21. │   │   │   │   └── PointPairDistance.h
  22. │   │   │   ├── HCoordinate.h
  23. │   │   │   ├── InteriorPointArea.h
  24. │   │   │   ├── InteriorPointLine.h
  25. │   │   │   ├── InteriorPointPoint.h
  26. │   │   │   ├── LineIntersector.h
  27. │   │   │   ├── locate
  28. │   │   │   │   ├── IndexedPointInAreaLocator.h
  29. │   │   │   │   ├── PointOnGeometryLocator.h
  30. │   │   │   │   └── SimplePointInAreaLocator.h
  31. │   │   │   ├── MCPointInRing.h
  32. │   │   │   ├── MinimumDiameter.h
  33. │   │   │   ├── NotRepresentableException.h
  34. │   │   │   ├── PointInRing.h
  35. │   │   │   ├── PointLocator.h
  36. │   │   │   ├── RayCrossingCounter.h
  37. │   │   │   ├── RobustDeterminant.h
  38. │   │   │   ├── SimplePointInRing.h
  39. │   │   │   └── SIRtreePointInRing.h
  40. │   │   ├── export.h
  41. │   │   ├── geom
  42. │   │   │   ├── BinaryOp.h
  43. │   │   │   ├── CoordinateArraySequenceFactory.h
  44. │   │   │   ├── CoordinateArraySequenceFactory.inl
  45. │   │   │   ├── CoordinateArraySequence.h
  46. │   │   │   ├── CoordinateFilter.h
  47. │   │   │   ├── Coordinate.h
  48. │   │   │   ├── Coordinate.inl
  49. │   │   │   ├── CoordinateList.h
  50. │   │   │   ├── CoordinateSequenceFactory.h
  51. │   │   │   ├── CoordinateSequenceFilter.h
  52. │   │   │   ├── CoordinateSequence.h
  53. │   │   │   ├── Dimension.h
  54. │   │   │   ├── Envelope.h
  55. │   │   │   ├── Envelope.inl
  56. │   │   │   ├── GeometryCollection.h
  57. │   │   │   ├── GeometryCollection.inl
  58. │   │   │   ├── GeometryComponentFilter.h
  59. │   │   │   ├── GeometryFactory.h
  60. │   │   │   ├── GeometryFactory.inl
  61. │   │   │   ├── GeometryFilter.h
  62. │   │   │   ├── Geometry.h
  63. │   │   │   ├── IntersectionMatrix.h
  64. │   │   │   ├── Lineal.h
  65. │   │   │   ├── LinearRing.h
  66. │   │   │   ├── LineSegment.h
  67. │   │   │   ├── LineSegment.inl
  68. │   │   │   ├── LineString.h
  69. │   │   │   ├── Location.h
  70. │   │   │   ├── MultiLineString.h
  71. │   │   │   ├── MultiLineString.inl
  72. │   │   │   ├── MultiPoint.h
  73. │   │   │   ├── MultiPolygon.h
  74. │   │   │   ├── MultiPolygon.inl
  75. │   │   │   ├── Point.h
  76. │   │   │   ├── Polygonal.h
  77. │   │   │   ├── Polygon.h
  78. │   │   │   ├── PrecisionModel.h
  79. │   │   │   ├── PrecisionModel.inl
  80. │   │   │   ├── prep
  81. │   │   │   │   ├── AbstractPreparedPolygonContains.h
  82. │   │   │   │   ├── BasicPreparedGeometry.h
  83. │   │   │   │   ├── PreparedGeometryFactory.h
  84. │   │   │   │   ├── PreparedGeometry.h
  85. │   │   │   │   ├── PreparedLineString.h
  86. │   │   │   │   ├── PreparedLineStringIntersects.h
  87. │   │   │   │   ├── PreparedPoint.h
  88. │   │   │   │   ├── PreparedPolygonContains.h
  89. │   │   │   │   ├── PreparedPolygonContainsProperly.h
  90. │   │   │   │   ├── PreparedPolygonCovers.h
  91. │   │   │   │   ├── PreparedPolygon.h
  92. │   │   │   │   ├── PreparedPolygonIntersects.h
  93. │   │   │   │   └── PreparedPolygonPredicate.h
  94. │   │   │   ├── Puntal.h
  95. │   │   │   ├── Triangle.h
  96. │   │   │   └── util
  97. │   │   │   ├── ComponentCoordinateExtracter.h
  98. │   │   │   ├── CoordinateOperation.h
  99. │   │   │   ├── GeometryCombiner.h
  100. │   │   │   ├── GeometryEditor.h
  101. │   │   │   ├── GeometryEditorOperation.h
  102. │   │   │   ├── GeometryExtracter.h
  103. │   │   │   ├── GeometryTransformer.h
  104. │   │   │   ├── LinearComponentExtracter.h
  105. │   │   │   ├── PointExtracter.h
  106. │   │   │   ├── PolygonExtracter.h
  107. │   │   │   ├── ShortCircuitedGeometryVisitor.h
  108. │   │   │   └── SineStarFactory.h
  109. │   │   ├── geomgraph
  110. │   │   │   ├── Depth.h
  111. │   │   │   ├── DirectedEdge.h
  112. │   │   │   ├── DirectedEdge.inl
  113. │   │   │   ├── DirectedEdgeStar.h
  114. │   │   │   ├── EdgeEnd.h
  115. │   │   │   ├── EdgeEndStar.h
  116. │   │   │   ├── Edge.h
  117. │   │   │   ├── EdgeIntersection.h
  118. │   │   │   ├── EdgeIntersectionList.h
  119. │   │   │   ├── EdgeList.h
  120. │   │   │   ├── EdgeNodingValidator.h
  121. │   │   │   ├── EdgeRing.h
  122. │   │   │   ├── GeometryGraph.h
  123. │   │   │   ├── GeometryGraph.inl
  124. │   │   │   ├── GraphComponent.h
  125. │   │   │   ├── index
  126. │   │   │   │   ├── EdgeSetIntersector.h
  127. │   │   │   │   ├── MonotoneChainEdge.h
  128. │   │   │   │   ├── MonotoneChain.h
  129. │   │   │   │   ├── MonotoneChainIndexer.h
  130. │   │   │   │   ├── SegmentIntersector.h
  131. │   │   │   │   ├── SimpleEdgeSetIntersector.h
  132. │   │   │   │   ├── SimpleMCSweepLineIntersector.h
  133. │   │   │   │   ├── SimpleSweepLineIntersector.h
  134. │   │   │   │   ├── SweepLineEvent.h
  135. │   │   │   │   ├── SweepLineEventObj.h
  136. │   │   │   │   └── SweepLineSegment.h
  137. │   │   │   ├── Label.h
  138. │   │   │   ├── NodeFactory.h
  139. │   │   │   ├── Node.h
  140. │   │   │   ├── NodeMap.h
  141. │   │   │   ├── PlanarGraph.h
  142. │   │   │   ├── Position.h
  143. │   │   │   ├── Quadrant.h
  144. │   │   │   └── TopologyLocation.h
  145. │   │   ├── geomgraph.h
  146. │   │   ├── geomgraphindex.h
  147. │   │   ├── geom.h
  148. │   │   ├── geomUtil.h
  149. │   │   ├── geosAlgorithm.h
  150. │   │   ├── index
  151. │   │   │   ├── bintree
  152. │   │   │   │   ├── Bintree.h
  153. │   │   │   │   ├── Interval.h
  154. │   │   │   │   ├── Key.h
  155. │   │   │   │   ├── NodeBase.h
  156. │   │   │   │   ├── Node.h
  157. │   │   │   │   └── Root.h
  158. │   │   │   ├── chain
  159. │   │   │   │   ├── MonotoneChainBuilder.h
  160. │   │   │   │   ├── MonotoneChain.h
  161. │   │   │   │   ├── MonotoneChainOverlapAction.h
  162. │   │   │   │   └── MonotoneChainSelectAction.h
  163. │   │   │   ├── intervalrtree
  164. │   │   │   │   ├── IntervalRTreeBranchNode.h
  165. │   │   │   │   ├── IntervalRTreeLeafNode.h
  166. │   │   │   │   ├── IntervalRTreeNode.h
  167. │   │   │   │   └── SortedPackedIntervalRTree.h
  168. │   │   │   ├── ItemVisitor.h
  169. │   │   │   ├── quadtree
  170. │   │   │   │   ├── DoubleBits.h
  171. │   │   │   │   ├── IntervalSize.h
  172. │   │   │   │   ├── Key.h
  173. │   │   │   │   ├── NodeBase.h
  174. │   │   │   │   ├── Node.h
  175. │   │   │   │   ├── Quadtree.h
  176. │   │   │   │   └── Root.h
  177. │   │   │   ├── SpatialIndex.h
  178. │   │   │   ├── strtree
  179. │   │   │   │   ├── AbstractNode.h
  180. │   │   │   │   ├── AbstractSTRtree.h
  181. │   │   │   │   ├── Boundable.h
  182. │   │   │   │   ├── BoundablePair.h
  183. │   │   │   │   ├── GeometryItemDistance.h
  184. │   │   │   │   ├── Interval.h
  185. │   │   │   │   ├── ItemBoundable.h
  186. │   │   │   │   ├── ItemDistance.h
  187. │   │   │   │   ├── SIRtree.h
  188. │   │   │   │   └── STRtree.h
  189. │   │   │   └── sweepline
  190. │   │   │   ├── SweepLineEvent.h
  191. │   │   │   ├── SweepLineIndex.h
  192. │   │   │   ├── SweepLineInterval.h
  193. │   │   │   └── SweepLineOverlapAction.h
  194. │   │   ├── indexBintree.h
  195. │   │   ├── indexChain.h
  196. │   │   ├── indexQuadtree.h
  197. │   │   ├── indexStrtree.h
  198. │   │   ├── indexSweepline.h
  199. │   │   ├── inline.h
  200. │   │   ├── io
  201. │   │   │   ├── ByteOrderDataInStream.h
  202. │   │   │   ├── ByteOrderDataInStream.inl
  203. │   │   │   ├── ByteOrderValues.h
  204. │   │   │   ├── CLocalizer.h
  205. │   │   │   ├── ParseException.h
  206. │   │   │   ├── StringTokenizer.h
  207. │   │   │   ├── WKBConstants.h
  208. │   │   │   ├── WKBReader.h
  209. │   │   │   ├── WKBWriter.h
  210. │   │   │   ├── WKTReader.h
  211. │   │   │   ├── WKTReader.inl
  212. │   │   │   ├── WKTWriter.h
  213. │   │   │   └── Writer.h
  214. │   │   ├── io.h
  215. │   │   ├── linearref
  216. │   │   │   ├── ExtractLineByLocation.h
  217. │   │   │   ├── LengthIndexedLine.h
  218. │   │   │   ├── LengthIndexOfPoint.h
  219. │   │   │   ├── LengthLocationMap.h
  220. │   │   │   ├── LinearGeometryBuilder.h
  221. │   │   │   ├── LinearIterator.h
  222. │   │   │   ├── LinearLocation.h
  223. │   │   │   ├── LocationIndexedLine.h
  224. │   │   │   ├── LocationIndexOfLine.h
  225. │   │   │   └── LocationIndexOfPoint.h
  226. │   │   ├── noding
  227. │   │   │   ├── BasicSegmentString.h
  228. │   │   │   ├── FastNodingValidator.h
  229. │   │   │   ├── FastSegmentSetIntersectionFinder.h
  230. │   │   │   ├── GeometryNoder.h
  231. │   │   │   ├── IntersectionAdder.h
  232. │   │   │   ├── IntersectionFinderAdder.h
  233. │   │   │   ├── IteratedNoder.h
  234. │   │   │   ├── MCIndexNoder.h
  235. │   │   │   ├── MCIndexNoder.inl
  236. │   │   │   ├── MCIndexSegmentSetMutualIntersector.h
  237. │   │   │   ├── NodableSegmentString.h
  238. │   │   │   ├── NodedSegmentString.h
  239. │   │   │   ├── Noder.h
  240. │   │   │   ├── NodingValidator.h
  241. │   │   │   ├── Octant.h
  242. │   │   │   ├── OrientedCoordinateArray.h
  243. │   │   │   ├── ScaledNoder.h
  244. │   │   │   ├── SegmentIntersectionDetector.h
  245. │   │   │   ├── SegmentIntersector.h
  246. │   │   │   ├── SegmentNode.h
  247. │   │   │   ├── SegmentNodeList.h
  248. │   │   │   ├── SegmentPointComparator.h
  249. │   │   │   ├── SegmentSetMutualIntersector.h
  250. │   │   │   ├── SegmentString.h
  251. │   │   │   ├── SegmentStringUtil.h
  252. │   │   │   ├── SimpleNoder.h
  253. │   │   │   ├── SingleInteriorIntersectionFinder.h
  254. │   │   │   ├── SinglePassNoder.h
  255. │   │   │   └── snapround
  256. │   │   │   ├── HotPixel.h
  257. │   │   │   ├── HotPixel.inl
  258. │   │   │   ├── MCIndexPointSnapper.h
  259. │   │   │   ├── MCIndexSnapRounder.h
  260. │   │   │   └── SimpleSnapRounder.h
  261. │   │   ├── noding.h
  262. │   │   ├── nodingSnapround.h
  263. │   │   ├── opBuffer.h
  264. │   │   ├── opDistance.h
  265. │   │   ├── operation
  266. │   │   │   ├── buffer
  267. │   │   │   │   ├── BufferBuilder.h
  268. │   │   │   │   ├── BufferInputLineSimplifier.h
  269. │   │   │   │   ├── BufferOp.h
  270. │   │   │   │   ├── BufferParameters.h
  271. │   │   │   │   ├── BufferSubgraph.h
  272. │   │   │   │   ├── OffsetCurveBuilder.h
  273. │   │   │   │   ├── OffsetCurveSetBuilder.h
  274. │   │   │   │   ├── OffsetSegmentGenerator.h
  275. │   │   │   │   ├── OffsetSegmentString.h
  276. │   │   │   │   ├── RightmostEdgeFinder.h
  277. │   │   │   │   └── SubgraphDepthLocater.h
  278. │   │   │   ├── distance
  279. │   │   │   │   ├── ConnectedElementLocationFilter.h
  280. │   │   │   │   ├── ConnectedElementPointFilter.h
  281. │   │   │   │   ├── DistanceOp.h
  282. │   │   │   │   ├── FacetSequence.h
  283. │   │   │   │   ├── FacetSequenceTreeBuilder.h
  284. │   │   │   │   ├── GeometryLocation.h
  285. │   │   │   │   └── IndexedFacetDistance.h
  286. │   │   │   ├── GeometryGraphOperation.h
  287. │   │   │   ├── intersection
  288. │   │   │   │   ├── Rectangle.h
  289. │   │   │   │   ├── RectangleIntersectionBuilder.h
  290. │   │   │   │   └── RectangleIntersection.h
  291. │   │   │   ├── IsSimpleOp.h
  292. │   │   │   ├── linemerge
  293. │   │   │   │   ├── EdgeString.h
  294. │   │   │   │   ├── LineMergeDirectedEdge.h
  295. │   │   │   │   ├── LineMergeEdge.h
  296. │   │   │   │   ├── LineMergeGraph.h
  297. │   │   │   │   ├── LineMerger.h
  298. │   │   │   │   └── LineSequencer.h
  299. │   │   │   ├── overlay
  300. │   │   │   │   ├── EdgeSetNoder.h
  301. │   │   │   │   ├── ElevationMatrixCell.h
  302. │   │   │   │   ├── ElevationMatrix.h
  303. │   │   │   │   ├── FuzzyPointLocator.h
  304. │   │   │   │   ├── LineBuilder.h
  305. │   │   │   │   ├── MaximalEdgeRing.h
  306. │   │   │   │   ├── MinimalEdgeRing.h
  307. │   │   │   │   ├── MinimalEdgeRing.inl
  308. │   │   │   │   ├── OffsetPointGenerator.h
  309. │   │   │   │   ├── OverlayNodeFactory.h
  310. │   │   │   │   ├── OverlayOp.h
  311. │   │   │   │   ├── OverlayResultValidator.h
  312. │   │   │   │   ├── PointBuilder.h
  313. │   │   │   │   ├── PolygonBuilder.h
  314. │   │   │   │   └── snap
  315. │   │   │   │   ├── GeometrySnapper.h
  316. │   │   │   │   ├── LineStringSnapper.h
  317. │   │   │   │   ├── SnapIfNeededOverlayOp.h
  318. │   │   │   │   └── SnapOverlayOp.h
  319. │   │   │   ├── polygonize
  320. │   │   │   │   ├── EdgeRing.h
  321. │   │   │   │   ├── PolygonizeDirectedEdge.h
  322. │   │   │   │   ├── PolygonizeEdge.h
  323. │   │   │   │   ├── PolygonizeGraph.h
  324. │   │   │   │   └── Polygonizer.h
  325. │   │   │   ├── predicate
  326. │   │   │   │   ├── RectangleContains.h
  327. │   │   │   │   ├── RectangleIntersects.h
  328. │   │   │   │   └── SegmentIntersectionTester.h
  329. │   │   │   ├── relate
  330. │   │   │   │   ├── EdgeEndBuilder.h
  331. │   │   │   │   ├── EdgeEndBundle.h
  332. │   │   │   │   ├── EdgeEndBundleStar.h
  333. │   │   │   │   ├── RelateComputer.h
  334. │   │   │   │   ├── RelateNodeFactory.h
  335. │   │   │   │   ├── RelateNodeGraph.h
  336. │   │   │   │   ├── RelateNode.h
  337. │   │   │   │   └── RelateOp.h
  338. │   │   │   ├── sharedpaths
  339. │   │   │   │   └── SharedPathsOp.h
  340. │   │   │   ├── union
  341. │   │   │   │   ├── CascadedPolygonUnion.h
  342. │   │   │   │   ├── CascadedUnion.h
  343. │   │   │   │   ├── GeometryListHolder.h
  344. │   │   │   │   ├── PointGeometryUnion.h
  345. │   │   │   │   └── UnaryUnionOp.h
  346. │   │   │   └── valid
  347. │   │   │   ├── ConnectedInteriorTester.h
  348. │   │   │   ├── ConsistentAreaTester.h
  349. │   │   │   ├── IsValidOp.h
  350. │   │   │   ├── QuadtreeNestedRingTester.h
  351. │   │   │   ├── RepeatedPointTester.h
  352. │   │   │   ├── SimpleNestedRingTester.h
  353. │   │   │   ├── SweeplineNestedRingTester.h
  354. │   │   │   └── TopologyValidationError.h
  355. │   │   ├── operation.h
  356. │   │   ├── opLinemerge.h
  357. │   │   ├── opOverlay.h
  358. │   │   ├── opPolygonize.h
  359. │   │   ├── opPredicate.h
  360. │   │   ├── opRelate.h
  361. │   │   ├── opValid.h
  362. │   │   ├── planargraph
  363. │   │   │   ├── algorithm
  364. │   │   │   │   └── ConnectedSubgraphFinder.h
  365. │   │   │   ├── DirectedEdge.h
  366. │   │   │   ├── DirectedEdgeStar.h
  367. │   │   │   ├── Edge.h
  368. │   │   │   ├── GraphComponent.h
  369. │   │   │   ├── Node.h
  370. │   │   │   ├── NodeMap.h
  371. │   │   │   ├── PlanarGraph.h
  372. │   │   │   └── Subgraph.h
  373. │   │   ├── planargraph.h
  374. │   │   ├── platform.h
  375. │   │   ├── precision
  376. │   │   │   ├── CommonBits.h
  377. │   │   │   ├── CommonBitsOp.h
  378. │   │   │   ├── CommonBitsRemover.h
  379. │   │   │   ├── EnhancedPrecisionOp.h
  380. │   │   │   ├── GeometryPrecisionReducer.h
  381. │   │   │   ├── MinimumClearance.h
  382. │   │   │   ├── PrecisionReducerCoordinateOperation.h
  383. │   │   │   └── SimpleGeometryPrecisionReducer.h
  384. │   │   ├── precision.h
  385. │   │   ├── profiler.h
  386. │   │   ├── simplify
  387. │   │   │   ├── DouglasPeuckerLineSimplifier.h
  388. │   │   │   ├── DouglasPeuckerSimplifier.h
  389. │   │   │   ├── LineSegmentIndex.h
  390. │   │   │   ├── TaggedLineSegment.h
  391. │   │   │   ├── TaggedLinesSimplifier.h
  392. │   │   │   ├── TaggedLineString.h
  393. │   │   │   ├── TaggedLineStringSimplifier.h
  394. │   │   │   └── TopologyPreservingSimplifier.h
  395. │   │   ├── spatialIndex.h
  396. │   │   ├── timeval.h
  397. │   │   ├── triangulate
  398. │   │   │   ├── DelaunayTriangulationBuilder.h
  399. │   │   │   ├── IncrementalDelaunayTriangulator.h
  400. │   │   │   ├── quadedge
  401. │   │   │   │   ├── LastFoundQuadEdgeLocator.h
  402. │   │   │   │   ├── LocateFailureException.h
  403. │   │   │   │   ├── QuadEdge.h
  404. │   │   │   │   ├── QuadEdgeLocator.h
  405. │   │   │   │   ├── QuadEdgeSubdivision.h
  406. │   │   │   │   ├── TrianglePredicate.h
  407. │   │   │   │   ├── TriangleVisitor.h
  408. │   │   │   │   └── Vertex.h
  409. │   │   │   └── VoronoiDiagramBuilder.h
  410. │   │   ├── unload.h
  411. │   │   ├── util
  412. │   │   │   ├── Assert.h
  413. │   │   │   ├── AssertionFailedException.h
  414. │   │   │   ├── CoordinateArrayFilter.h
  415. │   │   │   ├── GeometricShapeFactory.h
  416. │   │   │   ├── GEOSException.h
  417. │   │   │   ├── IllegalArgumentException.h
  418. │   │   │   ├── IllegalStateException.h
  419. │   │   │   ├── Interrupt.h
  420. │   │   │   ├── Machine.h
  421. │   │   │   ├── math.h
  422. │   │   │   ├── TopologyException.h
  423. │   │   │   ├── UniqueCoordinateArrayFilter.h
  424. │   │   │   └── UnsupportedOperationException.h
  425. │   │   ├── util.h
  426. │   │   └── version.h
  427. │   ├── geos_c.h
  428. │   └── geos.h
  429. └── lib
  430. ├── libgeos-3.7.1.so
  431. ├── libgeos_c.la
  432. ├── libgeos_c.so -> libgeos_c.so.1.11.1
  433. ├── libgeos_c.so.1 -> libgeos_c.so.1.11.1
  434. ├── libgeos_c.so.1.11.1
  435. ├── libgeos.la
  436. └── libgeos.so -> libgeos-3.7.1.so
  437.  
  438. 43 directories, 392 files
Add Comment
Please, Sign In to add comment