update to 3.2.0

ok?

Eric

Index: Makefile
===================================================================
RCS file: /cvs/ports/geo/geos/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile    7 Mar 2009 10:36:26 -0000       1.3
+++ Makefile    29 Mar 2010 20:17:07 -0000
@@ -1,10 +1,10 @@
 # $OpenBSD: Makefile,v 1.3 2009/03/07 10:36:26 landry Exp $
 
 COMMENT=       2d geometry and topology engine
-DISTNAME=      geos-3.0.3
+DISTNAME=      geos-3.2.0
 CATEGORIES=    geo
-SHARED_LIBS=   geos    5.0 \
-               geos_c  2.0
+SHARED_LIBS=   geos    6.0 \
+               geos_c  3.0
 
 MAINTAINER=    Eric Faurot <[email protected]>
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/geo/geos/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo    7 Mar 2009 10:36:26 -0000       1.3
+++ distinfo    29 Mar 2010 20:17:07 -0000
@@ -1,5 +1,5 @@
-MD5 (geos-3.0.3.tar.bz2) = xqH02C+pIZ5+55nHhDR2gQ==
-RMD160 (geos-3.0.3.tar.bz2) = O8iz9YtvzKrRKFXiyG+vH7Tdykw=
-SHA1 (geos-3.0.3.tar.bz2) = 9YAFfXNF20iXRRqLlxKLS1w/8O8=
-SHA256 (geos-3.0.3.tar.bz2) = 8zAQp3V/+OAmBgFZdhHcXHDHkWs73LjXuC36xSQQs98=
-SIZE (geos-3.0.3.tar.bz2) = 1075288
+MD5 (geos-3.2.0.tar.bz2) = v61xKWgPAQe2yporkqLEQA==
+RMD160 (geos-3.2.0.tar.bz2) = zb0Q1SQWTNEbc6OvOc4V0CHfyu8=
+SHA1 (geos-3.2.0.tar.bz2) = 5pJXY/sG+mp/NY7eSbuJ+WU1s+8=
+SHA256 (geos-3.2.0.tar.bz2) = CkO3ZCn9lP1XLXmGnzylrN9EqfpzhEqmVQFvCaqh5sc=
+SIZE (geos-3.2.0.tar.bz2) = 1627924
Index: patches/patch-source_Makefile_in
===================================================================
RCS file: /cvs/ports/geo/geos/patches/patch-source_Makefile_in,v
retrieving revision 1.1
diff -u -r1.1 patch-source_Makefile_in
--- patches/patch-source_Makefile_in    15 Jun 2008 07:01:36 -0000      1.1
+++ patches/patch-source_Makefile_in    29 Mar 2010 20:17:07 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-source_Makefile_in,v 1.1 2008/06/15 07:01:36 eric Exp $
---- source/Makefile.in.orig    Fri Dec 21 19:16:09 2007
-+++ source/Makefile.in Sun Jun 15 05:05:49 2008
-@@ -248,8 +248,7 @@ EXTRA_DIST = Makefile.vc
+--- source/Makefile.in.orig    Mon Dec 14 20:24:18 2009
++++ source/Makefile.in Thu Mar  4 21:33:35 2010
+@@ -278,8 +278,7 @@ EXTRA_DIST = Makefile.vc dirlist.mk
  INCLUDES = -I$(top_srcdir)/source/headers
  lib_LTLIBRARIES = libgeos.la
  libgeos_la_LDFLAGS = \
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/geo/geos/pkg/PLIST,v
retrieving revision 1.3
diff -u -r1.3 PLIST
--- pkg/PLIST   7 Mar 2009 10:36:26 -0000       1.3
+++ pkg/PLIST   29 Mar 2010 20:17:08 -0000
@@ -5,8 +5,47 @@
 include/geos/
 include/geos.h
 include/geos/algorithm/
+include/geos/algorithm/Angle.h
+include/geos/algorithm/BoundaryNodeRule.h
+include/geos/algorithm/CGAlgorithms.h
+include/geos/algorithm/CentralEndpointIntersector.h
+include/geos/algorithm/CentroidArea.h
+include/geos/algorithm/CentroidLine.h
+include/geos/algorithm/CentroidPoint.h
+include/geos/algorithm/ConvexHull.h
+include/geos/algorithm/ConvexHull.inl
+include/geos/algorithm/ExtractLineByLocation.h
+include/geos/algorithm/HCoordinate.h
+include/geos/algorithm/InteriorPointArea.h
+include/geos/algorithm/InteriorPointLine.h
+include/geos/algorithm/InteriorPointPoint.h
+include/geos/algorithm/LengthIndexOfPoint.h
+include/geos/algorithm/LengthIndexedLine.h
+include/geos/algorithm/LengthLocationMap.h
 include/geos/algorithm/LineIntersector.h
+include/geos/algorithm/LinearGeometryBuilder.h
+include/geos/algorithm/LinearIterator.h
+include/geos/algorithm/LinearLocation.h
+include/geos/algorithm/LocationIndexOfLine.h
+include/geos/algorithm/LocationIndexOfPoint.h
+include/geos/algorithm/MCPointInRing.h
+include/geos/algorithm/MinimumDiameter.h
+include/geos/algorithm/NotRepresentableException.h
+include/geos/algorithm/PointInRing.h
 include/geos/algorithm/PointLocator.h
+include/geos/algorithm/RayCrossingCounter.h
+include/geos/algorithm/RobustDeterminant.h
+include/geos/algorithm/SIRtreePointInRing.h
+include/geos/algorithm/SimplePointInRing.h
+include/geos/algorithm/distance/
+include/geos/algorithm/distance/DiscreteHausdorffDistance.h
+include/geos/algorithm/distance/DistanceToPoint.h
+include/geos/algorithm/distance/PointPairDistance.h
+include/geos/algorithm/locate/
+include/geos/algorithm/locate/IndexedPointInAreaLocator.h
+include/geos/algorithm/locate/PointOnGeometryLocator.h
+include/geos/algorithm/locate/SimplePointInAreaLocator.h
+include/geos/export.h
 include/geos/geom/
 include/geos/geom.h
 include/geos/geom/BinaryOp.h
@@ -19,6 +58,7 @@
 include/geos/geom/CoordinateList.h
 include/geos/geom/CoordinateSequence.h
 include/geos/geom/CoordinateSequenceFactory.h
+include/geos/geom/CoordinateSequenceFilter.h
 include/geos/geom/Dimension.h
 include/geos/geom/Envelope.h
 include/geos/geom/Envelope.inl
@@ -46,8 +86,25 @@
 include/geos/geom/Polygon.h
 include/geos/geom/PrecisionModel.h
 include/geos/geom/PrecisionModel.inl
+include/geos/geom/Triangle.h
+include/geos/geom/prep/
+include/geos/geom/prep/AbstractPreparedPolygonContains.h
+include/geos/geom/prep/BasicPreparedGeometry.h
+include/geos/geom/prep/PreparedGeometry.h
+include/geos/geom/prep/PreparedGeometryFactory.h
+include/geos/geom/prep/PreparedLineString.h
+include/geos/geom/prep/PreparedLineStringIntersects.h
+include/geos/geom/prep/PreparedPoint.h
+include/geos/geom/prep/PreparedPolygon.h
+include/geos/geom/prep/PreparedPolygonContains.h
+include/geos/geom/prep/PreparedPolygonContainsProperly.h
+include/geos/geom/prep/PreparedPolygonCovers.h
+include/geos/geom/prep/PreparedPolygonIntersects.h
+include/geos/geom/prep/PreparedPolygonPredicate.h
 include/geos/geom/util/
+include/geos/geom/util/ComponentCoordinateExtracter.h
 include/geos/geom/util/CoordinateOperation.h
+include/geos/geom/util/GeometryCombiner.h
 include/geos/geom/util/GeometryEditor.h
 include/geos/geom/util/GeometryEditorOperation.h
 include/geos/geom/util/GeometryTransformer.h
@@ -58,15 +115,29 @@
 include/geos/geomUtil.h
 include/geos/geomgraph/
 include/geos/geomgraph.h
+include/geos/geomgraph/Depth.h
+include/geos/geomgraph/DirectedEdge.h
+include/geos/geomgraph/DirectedEdge.inl
+include/geos/geomgraph/DirectedEdgeStar.h
+include/geos/geomgraph/Edge.h
 include/geos/geomgraph/EdgeEnd.h
 include/geos/geomgraph/EdgeEndStar.h
+include/geos/geomgraph/EdgeIntersection.h
+include/geos/geomgraph/EdgeIntersectionList.h
 include/geos/geomgraph/EdgeList.h
+include/geos/geomgraph/EdgeNodingValidator.h
+include/geos/geomgraph/EdgeRing.h
 include/geos/geomgraph/GeometryGraph.h
 include/geos/geomgraph/GeometryGraph.inl
 include/geos/geomgraph/GraphComponent.h
+include/geos/geomgraph/Label.h
 include/geos/geomgraph/Node.h
+include/geos/geomgraph/NodeFactory.h
 include/geos/geomgraph/NodeMap.h
 include/geos/geomgraph/PlanarGraph.h
+include/geos/geomgraph/Position.h
+include/geos/geomgraph/Quadrant.h
+include/geos/geomgraph/TopologyLocation.h
 include/geos/geomgraph/index/
 include/geos/geomgraph/index/EdgeSetIntersector.h
 include/geos/geomgraph/index/MonotoneChain.h
@@ -87,11 +158,25 @@
 include/geos/index/bintree/
 include/geos/index/bintree/Bintree.h
 include/geos/index/bintree/Interval.h
+include/geos/index/bintree/Key.h
+include/geos/index/bintree/Node.h
+include/geos/index/bintree/NodeBase.h
+include/geos/index/bintree/Root.h
 include/geos/index/chain/
 include/geos/index/chain/MonotoneChain.h
+include/geos/index/chain/MonotoneChainBuilder.h
 include/geos/index/chain/MonotoneChainOverlapAction.h
 include/geos/index/chain/MonotoneChainSelectAction.h
+include/geos/index/intervalrtree/
+include/geos/index/intervalrtree/IntervalRTreeBranchNode.h
+include/geos/index/intervalrtree/IntervalRTreeLeafNode.h
+include/geos/index/intervalrtree/IntervalRTreeNode.h
+include/geos/index/intervalrtree/SortedPackedIntervalRTree.h
 include/geos/index/quadtree/
+include/geos/index/quadtree/DoubleBits.h
+include/geos/index/quadtree/IntervalSize.h
+include/geos/index/quadtree/Key.h
+include/geos/index/quadtree/Node.h
 include/geos/index/quadtree/NodeBase.h
 include/geos/index/quadtree/Quadtree.h
 include/geos/index/quadtree/Root.h
@@ -100,9 +185,13 @@
 include/geos/index/strtree/AbstractSTRtree.h
 include/geos/index/strtree/Boundable.h
 include/geos/index/strtree/Interval.h
+include/geos/index/strtree/ItemBoundable.h
 include/geos/index/strtree/SIRtree.h
 include/geos/index/strtree/STRtree.h
 include/geos/index/sweepline/
+include/geos/index/sweepline/SweepLineEvent.h
+include/geos/index/sweepline/SweepLineIndex.h
+include/geos/index/sweepline/SweepLineInterval.h
 include/geos/index/sweepline/SweepLineOverlapAction.h
 include/geos/indexBintree.h
 include/geos/indexChain.h
@@ -117,13 +206,50 @@
 include/geos/io/ByteOrderValues.h
 include/geos/io/CLocalizer.h
 include/geos/io/ParseException.h
+include/geos/io/StringTokenizer.h
 include/geos/io/WKBConstants.h
 include/geos/io/WKBReader.h
 include/geos/io/WKBWriter.h
 include/geos/io/WKTReader.h
 include/geos/io/WKTReader.inl
 include/geos/io/WKTWriter.h
+include/geos/io/Writer.h
+include/geos/noding/
 include/geos/noding.h
+include/geos/noding/BasicSegmentString.h
+include/geos/noding/FastNodingValidator.h
+include/geos/noding/FastSegmentSetIntersectionFinder.h
+include/geos/noding/IntersectionAdder.h
+include/geos/noding/IntersectionFinderAdder.h
+include/geos/noding/IteratedNoder.h
+include/geos/noding/MCIndexNoder.h
+include/geos/noding/MCIndexNoder.inl
+include/geos/noding/MCIndexSegmentSetMutualIntersector.h
+include/geos/noding/NodableSegmentString.h
+include/geos/noding/NodedSegmentString.h
+include/geos/noding/Noder.h
+include/geos/noding/NodingValidator.h
+include/geos/noding/Octant.h
+include/geos/noding/OrientedCoordinateArray.h
+include/geos/noding/ScaledNoder.h
+include/geos/noding/SegmentIntersectionDetector.h
+include/geos/noding/SegmentIntersector.h
+include/geos/noding/SegmentNode.h
+include/geos/noding/SegmentNodeList.h
+include/geos/noding/SegmentSetMutualIntersector.h
+include/geos/noding/SegmentString.h
+include/geos/noding/SegmentString.inl
+include/geos/noding/SegmentStringUtil.h
+include/geos/noding/SimpleNoder.h
+include/geos/noding/SingleInteriorIntersectionFinder.h
+include/geos/noding/SinglePassNoder.h
+include/geos/noding/snapround/
+include/geos/noding/snapround/HotPixel.h
+include/geos/noding/snapround/HotPixel.inl
+include/geos/noding/snapround/MCIndexPointSnapper.h
+include/geos/noding/snapround/MCIndexSnapRounder.h
+include/geos/noding/snapround/MCIndexSnapRounder.inl
+include/geos/noding/snapround/SimpleSnapRounder.h
 include/geos/nodingSnapround.h
 include/geos/opBuffer.h
 include/geos/opDistance.h
@@ -135,50 +261,124 @@
 include/geos/opValid.h
 include/geos/operation/
 include/geos/operation.h
-include/geos/operation/EndpointInfo.h
 include/geos/operation/GeometryGraphOperation.h
 include/geos/operation/IsSimpleOp.h
 include/geos/operation/buffer/
+include/geos/operation/buffer/BufferBuilder.h
 include/geos/operation/buffer/BufferOp.h
+include/geos/operation/buffer/BufferParameters.h
+include/geos/operation/buffer/BufferSubgraph.h
 include/geos/operation/buffer/OffsetCurveBuilder.h
+include/geos/operation/buffer/OffsetCurveSetBuilder.h
+include/geos/operation/buffer/RightmostEdgeFinder.h
+include/geos/operation/buffer/SubgraphDepthLocater.h
 include/geos/operation/distance/
+include/geos/operation/distance/ConnectedElementLocationFilter.h
+include/geos/operation/distance/ConnectedElementPointFilter.h
 include/geos/operation/distance/DistanceOp.h
+include/geos/operation/distance/GeometryLocation.h
 include/geos/operation/linemerge/
+include/geos/operation/linemerge/EdgeString.h
+include/geos/operation/linemerge/LineMergeDirectedEdge.h
+include/geos/operation/linemerge/LineMergeEdge.h
 include/geos/operation/linemerge/LineMergeGraph.h
 include/geos/operation/linemerge/LineMerger.h
+include/geos/operation/linemerge/LineSequencer.h
 include/geos/operation/overlay/
+include/geos/operation/overlay/EdgeSetNoder.h
+include/geos/operation/overlay/ElevationMatrix.h
+include/geos/operation/overlay/ElevationMatrixCell.h
+include/geos/operation/overlay/FuzzyPointLocator.h
+include/geos/operation/overlay/LineBuilder.h
+include/geos/operation/overlay/MaximalEdgeRing.h
+include/geos/operation/overlay/MinimalEdgeRing.h
+include/geos/operation/overlay/MinimalEdgeRing.inl
+include/geos/operation/overlay/OffsetPointGenerator.h
+include/geos/operation/overlay/OverlayNodeFactory.h
 include/geos/operation/overlay/OverlayOp.h
+include/geos/operation/overlay/OverlayResultValidator.h
+include/geos/operation/overlay/PointBuilder.h
+include/geos/operation/overlay/PolygonBuilder.h
+include/geos/operation/overlay/snap/
+include/geos/operation/overlay/snap/GeometrySnapper.h
+include/geos/operation/overlay/snap/LineStringSnapper.h
+include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h
+include/geos/operation/overlay/snap/SnapOverlayOp.h
 include/geos/operation/polygonize/
+include/geos/operation/polygonize/EdgeRing.h
+include/geos/operation/polygonize/PolygonizeDirectedEdge.h
+include/geos/operation/polygonize/PolygonizeEdge.h
+include/geos/operation/polygonize/PolygonizeGraph.h
 include/geos/operation/polygonize/Polygonizer.h
+include/geos/operation/predicate/
+include/geos/operation/predicate/RectangleContains.h
+include/geos/operation/predicate/RectangleIntersects.h
+include/geos/operation/predicate/SegmentIntersectionTester.h
 include/geos/operation/relate/
+include/geos/operation/relate/EdgeEndBuilder.h
+include/geos/operation/relate/EdgeEndBundle.h
+include/geos/operation/relate/EdgeEndBundleStar.h
 include/geos/operation/relate/RelateComputer.h
+include/geos/operation/relate/RelateNode.h
+include/geos/operation/relate/RelateNodeFactory.h
+include/geos/operation/relate/RelateNodeGraph.h
 include/geos/operation/relate/RelateOp.h
+include/geos/operation/union/
+include/geos/operation/union/CascadedPolygonUnion.h
 include/geos/operation/valid/
+include/geos/operation/valid/ConnectedInteriorTester.h
+include/geos/operation/valid/ConsistentAreaTester.h
 include/geos/operation/valid/IsValidOp.h
+include/geos/operation/valid/QuadtreeNestedRingTester.h
+include/geos/operation/valid/RepeatedPointTester.h
+include/geos/operation/valid/SimpleNestedRingTester.h
+include/geos/operation/valid/SweeplineNestedRingTester.h
 include/geos/operation/valid/TopologyValidationError.h
 include/geos/planargraph/
 include/geos/planargraph.h
+include/geos/planargraph/DirectedEdge.h
+include/geos/planargraph/DirectedEdgeStar.h
+include/geos/planargraph/Edge.h
+include/geos/planargraph/GraphComponent.h
+include/geos/planargraph/Node.h
 include/geos/planargraph/NodeMap.h
 include/geos/planargraph/PlanarGraph.h
+include/geos/planargraph/Subgraph.h
+include/geos/planargraph/algorithm/
+include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h
 include/geos/platform.h
 include/geos/precision/
 include/geos/precision.h
+include/geos/precision/CommonBits.h
 include/geos/precision/CommonBitsOp.h
 include/geos/precision/CommonBitsRemover.h
 include/geos/precision/EnhancedPrecisionOp.h
 include/geos/precision/SimpleGeometryPrecisionReducer.h
+include/geos/profiler.h
 include/geos/simplify/
+include/geos/simplify/DouglasPeuckerLineSimplifier.h
 include/geos/simplify/DouglasPeuckerSimplifier.h
+include/geos/simplify/LineSegmentIndex.h
+include/geos/simplify/TaggedLineSegment.h
+include/geos/simplify/TaggedLineString.h
+include/geos/simplify/TaggedLineStringSimplifier.h
+include/geos/simplify/TaggedLinesSimplifier.h
 include/geos/simplify/TopologyPreservingSimplifier.h
 include/geos/spatialIndex.h
 include/geos/timeval.h
 include/geos/unload.h
 include/geos/util/
 include/geos/util.h
+include/geos/util/Assert.h
+include/geos/util/AssertionFailedException.h
+include/geos/util/CoordinateArrayFilter.h
 include/geos/util/GEOSException.h
 include/geos/util/GeometricShapeFactory.h
 include/geos/util/IllegalArgumentException.h
 include/geos/util/TopologyException.h
+include/geos/util/UniqueCoordinateArrayFilter.h
+include/geos/util/UnsupportedOperationException.h
+include/geos/util/math.h
 include/geos/version.h
 include/geos_c.h
 lib/libgeos.a
@@ -188,19 +388,27 @@
 share/doc/geos/
 share/doc/geos/html/
 share/doc/geos/html/AbstractNode_8h-source.html
+share/doc/geos/html/AbstractPreparedPolygonContains_8h-source.html
 share/doc/geos/html/AbstractSTRtree_8h-source.html
+share/doc/geos/html/Angle_8h-source.html
 share/doc/geos/html/Assert_8h-source.html
 share/doc/geos/html/AssertionFailedException_8h-source.html
+share/doc/geos/html/BasicPreparedGeometry_8h-source.html
+share/doc/geos/html/BasicSegmentString_8h-source.html
 share/doc/geos/html/BinaryOp_8h-source.html
 share/doc/geos/html/Bintree_8h-source.html
 share/doc/geos/html/Boundable_8h-source.html
+share/doc/geos/html/BoundaryNodeRule_8h-source.html
 share/doc/geos/html/BufferBuilder_8h-source.html
+share/doc/geos/html/BufferInputLineSimplifier_8h-source.html
 share/doc/geos/html/BufferOp_8h-source.html
+share/doc/geos/html/BufferParameters_8h-source.html
 share/doc/geos/html/BufferSubgraph_8h-source.html
 share/doc/geos/html/ByteOrderDataInStream_8h-source.html
 share/doc/geos/html/ByteOrderValues_8h-source.html
 share/doc/geos/html/CGAlgorithms_8h-source.html
 share/doc/geos/html/CLocalizer_8h-source.html
+share/doc/geos/html/CascadedPolygonUnion_8h-source.html
 share/doc/geos/html/CentralEndpointIntersector_8h-source.html
 share/doc/geos/html/CentroidArea_8h-source.html
 share/doc/geos/html/CentroidLine_8h-source.html
@@ -208,6 +416,7 @@
 share/doc/geos/html/CommonBitsOp_8h-source.html
 share/doc/geos/html/CommonBitsRemover_8h-source.html
 share/doc/geos/html/CommonBits_8h-source.html
+share/doc/geos/html/ComponentCoordinateExtracter_8h-source.html
 share/doc/geos/html/ConnectedElementLocationFilter_8h-source.html
 share/doc/geos/html/ConnectedElementPointFilter_8h-source.html
 share/doc/geos/html/ConnectedInteriorTester_8h-source.html
@@ -221,11 +430,14 @@
 share/doc/geos/html/CoordinateList_8h-source.html
 share/doc/geos/html/CoordinateOperation_8h-source.html
 share/doc/geos/html/CoordinateSequenceFactory_8h-source.html
+share/doc/geos/html/CoordinateSequenceFilter_8h-source.html
 share/doc/geos/html/CoordinateSequence_8h-source.html
 share/doc/geos/html/Coordinate_8h-source.html
 share/doc/geos/html/Depth_8h-source.html
 share/doc/geos/html/Dimension_8h-source.html
+share/doc/geos/html/DiscreteHausdorffDistance_8h-source.html
 share/doc/geos/html/DistanceOp_8h-source.html
+share/doc/geos/html/DistanceToPoint_8h-source.html
 share/doc/geos/html/DoubleBits_8h-source.html
 share/doc/geos/html/DouglasPeuckerLineSimplifier_8h-source.html
 share/doc/geos/html/DouglasPeuckerSimplifier_8h-source.html
@@ -243,14 +455,16 @@
 share/doc/geos/html/EdgeString_8h-source.html
 share/doc/geos/html/ElevationMatrixCell_8h-source.html
 share/doc/geos/html/ElevationMatrix_8h-source.html
-share/doc/geos/html/EndpointInfo_8h-source.html
 share/doc/geos/html/EnhancedPrecisionOp_8h-source.html
 share/doc/geos/html/Envelope_8h-source.html
+share/doc/geos/html/ExtractLineByLocation_8h-source.html
 share/doc/geos/html/FastNodingValidator_8h-source.html
+share/doc/geos/html/FastSegmentSetIntersectionFinder_8h-source.html
 share/doc/geos/html/FuzzyPointLocator_8h-source.html
 share/doc/geos/html/GEOSException_8h-source.html
 share/doc/geos/html/GeometricShapeFactory_8h-source.html
 share/doc/geos/html/GeometryCollection_8h-source.html
+share/doc/geos/html/GeometryCombiner_8h-source.html
 share/doc/geos/html/GeometryComponentFilter_8h-source.html
 share/doc/geos/html/GeometryEditorOperation_8h-source.html
 share/doc/geos/html/GeometryEditor_8h-source.html
@@ -266,12 +480,17 @@
 share/doc/geos/html/HCoordinate_8h-source.html
 share/doc/geos/html/HotPixel_8h-source.html
 share/doc/geos/html/IllegalArgumentException_8h-source.html
+share/doc/geos/html/IndexedNestedRingTester_8h-source.html
+share/doc/geos/html/IndexedPointInAreaLocator_8h-source.html
 share/doc/geos/html/InteriorPointArea_8h-source.html
 share/doc/geos/html/InteriorPointLine_8h-source.html
 share/doc/geos/html/InteriorPointPoint_8h-source.html
 share/doc/geos/html/IntersectionAdder_8h-source.html
 share/doc/geos/html/IntersectionFinderAdder_8h-source.html
 share/doc/geos/html/IntersectionMatrix_8h-source.html
+share/doc/geos/html/IntervalRTreeBranchNode_8h-source.html
+share/doc/geos/html/IntervalRTreeLeafNode_8h-source.html
+share/doc/geos/html/IntervalRTreeNode_8h-source.html
 share/doc/geos/html/IntervalSize_8h-source.html
 share/doc/geos/html/IsSimpleOp_8h-source.html
 share/doc/geos/html/IsValidOp_8h-source.html
@@ -279,6 +498,9 @@
 share/doc/geos/html/ItemVisitor_8h-source.html
 share/doc/geos/html/IteratedNoder_8h-source.html
 share/doc/geos/html/Label_8h-source.html
+share/doc/geos/html/LengthIndexOfPoint_8h-source.html
+share/doc/geos/html/LengthIndexedLine_8h-source.html
+share/doc/geos/html/LengthLocationMap_8h-source.html
 share/doc/geos/html/LineBuilder_8h-source.html
 share/doc/geos/html/LineIntersector_8h-source.html
 share/doc/geos/html/LineMergeDirectedEdge_8h-source.html
@@ -291,10 +513,16 @@
 share/doc/geos/html/LineStringSnapper_8h-source.html
 share/doc/geos/html/LineString_8h-source.html
 share/doc/geos/html/LinearComponentExtracter_8h-source.html
+share/doc/geos/html/LinearGeometryBuilder_8h-source.html
+share/doc/geos/html/LinearIterator_8h-source.html
+share/doc/geos/html/LinearLocation_8h-source.html
 share/doc/geos/html/LinearRing_8h-source.html
+share/doc/geos/html/LocationIndexOfLine_8h-source.html
+share/doc/geos/html/LocationIndexOfPoint_8h-source.html
 share/doc/geos/html/Location_8h-source.html
 share/doc/geos/html/MCIndexNoder_8h-source.html
 share/doc/geos/html/MCIndexPointSnapper_8h-source.html
+share/doc/geos/html/MCIndexSegmentSetMutualIntersector_8h-source.html
 share/doc/geos/html/MCIndexSnapRounder_8h-source.html
 share/doc/geos/html/MCPointInRing_8h-source.html
 share/doc/geos/html/MaximalEdgeRing_8h-source.html
@@ -308,7 +536,9 @@
 share/doc/geos/html/MultiLineString_8h-source.html
 share/doc/geos/html/MultiPoint_8h-source.html
 share/doc/geos/html/MultiPolygon_8h-source.html
+share/doc/geos/html/NodableSegmentString_8h-source.html
 share/doc/geos/html/NodeFactory_8h-source.html
+share/doc/geos/html/NodedSegmentString_8h-source.html
 share/doc/geos/html/Noder_8h-source.html
 share/doc/geos/html/NodingValidator_8h-source.html
 share/doc/geos/html/NotRepresentableException_8h-source.html
@@ -317,6 +547,7 @@
 share/doc/geos/html/OffsetCurveSetBuilder_8h-source.html
 share/doc/geos/html/OffsetCurveVertexList_8h-source.html
 share/doc/geos/html/OffsetPointGenerator_8h-source.html
+share/doc/geos/html/OrientedCoordinateArray_8h-source.html
 share/doc/geos/html/OverlayNodeFactory_8h-source.html
 share/doc/geos/html/OverlayOp_8h-source.html
 share/doc/geos/html/OverlayResultValidator_8h-source.html
@@ -325,6 +556,8 @@
 share/doc/geos/html/PointExtracter_8h-source.html
 share/doc/geos/html/PointInRing_8h-source.html
 share/doc/geos/html/PointLocator_8h-source.html
+share/doc/geos/html/PointOnGeometryLocator_8h-source.html
+share/doc/geos/html/PointPairDistance_8h-source.html
 share/doc/geos/html/Point_8h-source.html
 share/doc/geos/html/PolygonBuilder_8h-source.html
 share/doc/geos/html/PolygonExtracter_8h-source.html
@@ -335,9 +568,21 @@
 share/doc/geos/html/Polygonizer_8h-source.html
 share/doc/geos/html/Position_8h-source.html
 share/doc/geos/html/PrecisionModel_8h-source.html
+share/doc/geos/html/PreparedGeometryFactory_8h-source.html
+share/doc/geos/html/PreparedGeometry_8h-source.html
+share/doc/geos/html/PreparedLineStringIntersects_8h-source.html
+share/doc/geos/html/PreparedLineString_8h-source.html
+share/doc/geos/html/PreparedPoint_8h-source.html
+share/doc/geos/html/PreparedPolygonContainsProperly_8h-source.html
+share/doc/geos/html/PreparedPolygonContains_8h-source.html
+share/doc/geos/html/PreparedPolygonCovers_8h-source.html
+share/doc/geos/html/PreparedPolygonIntersects_8h-source.html
+share/doc/geos/html/PreparedPolygonPredicate_8h-source.html
+share/doc/geos/html/PreparedPolygon_8h-source.html
 share/doc/geos/html/Quadrant_8h-source.html
 share/doc/geos/html/QuadtreeNestedRingTester_8h-source.html
 share/doc/geos/html/Quadtree_8h-source.html
+share/doc/geos/html/RayCrossingCounter_8h-source.html
 share/doc/geos/html/RectangleContains_8h-source.html
 share/doc/geos/html/RectangleIntersects_8h-source.html
 share/doc/geos/html/RelateComputer_8h-source.html
@@ -352,9 +597,12 @@
 share/doc/geos/html/SIRtree_8h-source.html
 share/doc/geos/html/STRtree_8h-source.html
 share/doc/geos/html/ScaledNoder_8h-source.html
+share/doc/geos/html/SegmentIntersectionDetector_8h-source.html
 share/doc/geos/html/SegmentIntersectionTester_8h-source.html
 share/doc/geos/html/SegmentNodeList_8h-source.html
 share/doc/geos/html/SegmentNode_8h-source.html
+share/doc/geos/html/SegmentSetMutualIntersector_8h-source.html
+share/doc/geos/html/SegmentStringUtil_8h-source.html
 share/doc/geos/html/SegmentString_8h-source.html
 share/doc/geos/html/ShortCircuitedGeometryVisitor_8h-source.html
 share/doc/geos/html/SimpleEdgeSetIntersector_8h-source.html
@@ -368,6 +616,9 @@
 share/doc/geos/html/SimpleSweepLineIntersector_8h-source.html
 share/doc/geos/html/SingleInteriorIntersectionFinder_8h-source.html
 share/doc/geos/html/SinglePassNoder_8h-source.html
+share/doc/geos/html/SnapIfNeededOverlayOp_8h-source.html
+share/doc/geos/html/SnapOverlayOp_8h-source.html
+share/doc/geos/html/SortedPackedIntervalRTree_8h-source.html
 share/doc/geos/html/SpatialIndex_8h-source.html
 share/doc/geos/html/StringTokenizer_8h-source.html
 share/doc/geos/html/SubgraphDepthLocater_8h-source.html
@@ -401,6 +652,10 @@
 share/doc/geos/html/bintree_2NodeBase_8h-source.html
 share/doc/geos/html/bintree_2Root_8h-source.html
 share/doc/geos/html/c_iface.html
+share/doc/geos/html/classgeos_1_1algorithm_1_1Angle-members.html
+share/doc/geos/html/classgeos_1_1algorithm_1_1Angle.html
+share/doc/geos/html/classgeos_1_1algorithm_1_1BoundaryNodeRule-members.html
+share/doc/geos/html/classgeos_1_1algorithm_1_1BoundaryNodeRule.html
 share/doc/geos/html/classgeos_1_1algorithm_1_1CGAlgorithms-members.html
 share/doc/geos/html/classgeos_1_1algorithm_1_1CGAlgorithms.html
 
share/doc/geos/html/classgeos_1_1algorithm_1_1CentralEndpointIntersector-members.html
@@ -426,6 +681,25 @@
 share/doc/geos/html/classgeos_1_1algorithm_1_1NotRepresentableException.png
 share/doc/geos/html/classgeos_1_1algorithm_1_1PointLocator-members.html
 share/doc/geos/html/classgeos_1_1algorithm_1_1PointLocator.html
+share/doc/geos/html/classgeos_1_1algorithm_1_1RayCrossingCounter-members.html
+share/doc/geos/html/classgeos_1_1algorithm_1_1RayCrossingCounter.html
+share/doc/geos/html/classgeos_1_1algorithm_1_1RobustDeterminant-members.html
+share/doc/geos/html/classgeos_1_1algorithm_1_1RobustDeterminant.html
+share/doc/geos/html/classgeos_1_1algorithm_1_1distance_1_1DiscreteHausdorffDistance-members.html
+share/doc/geos/html/classgeos_1_1algorithm_1_1distance_1_1DiscreteHausdorffDistance.html
+share/doc/geos/html/classgeos_1_1algorithm_1_1distance_1_1DistanceToPoint-members.html
+share/doc/geos/html/classgeos_1_1algorithm_1_1distance_1_1DistanceToPoint.html
+share/doc/geos/html/classgeos_1_1algorithm_1_1distance_1_1PointPairDistance-members.html
+share/doc/geos/html/classgeos_1_1algorithm_1_1distance_1_1PointPairDistance.html
+share/doc/geos/html/classgeos_1_1algorithm_1_1locate_1_1IndexedPointInAreaLocator-members.html
+share/doc/geos/html/classgeos_1_1algorithm_1_1locate_1_1IndexedPointInAreaLocator.html
+share/doc/geos/html/classgeos_1_1algorithm_1_1locate_1_1IndexedPointInAreaLocator.png
+share/doc/geos/html/classgeos_1_1algorithm_1_1locate_1_1PointOnGeometryLocator-members.html
+share/doc/geos/html/classgeos_1_1algorithm_1_1locate_1_1PointOnGeometryLocator.html
+share/doc/geos/html/classgeos_1_1algorithm_1_1locate_1_1PointOnGeometryLocator.png
+share/doc/geos/html/classgeos_1_1algorithm_1_1locate_1_1SimplePointInAreaLocator-members.html
+share/doc/geos/html/classgeos_1_1algorithm_1_1locate_1_1SimplePointInAreaLocator.html
+share/doc/geos/html/classgeos_1_1algorithm_1_1locate_1_1SimplePointInAreaLocator.png
 share/doc/geos/html/classgeos_1_1geom_1_1Coordinate-members.html
 share/doc/geos/html/classgeos_1_1geom_1_1Coordinate.html
 share/doc/geos/html/classgeos_1_1geom_1_1CoordinateArraySequence-members.html
@@ -445,6 +719,8 @@
 share/doc/geos/html/classgeos_1_1geom_1_1CoordinateSequenceFactory-members.html
 share/doc/geos/html/classgeos_1_1geom_1_1CoordinateSequenceFactory.html
 share/doc/geos/html/classgeos_1_1geom_1_1CoordinateSequenceFactory.png
+share/doc/geos/html/classgeos_1_1geom_1_1CoordinateSequenceFilter-members.html
+share/doc/geos/html/classgeos_1_1geom_1_1CoordinateSequenceFilter.html
 share/doc/geos/html/classgeos_1_1geom_1_1Dimension-members.html
 share/doc/geos/html/classgeos_1_1geom_1_1Dimension.html
 share/doc/geos/html/classgeos_1_1geom_1_1Envelope-members.html
@@ -497,9 +773,51 @@
 share/doc/geos/html/classgeos_1_1geom_1_1PrecisionModel.html
 share/doc/geos/html/classgeos_1_1geom_1_1Triangle-members.html
 share/doc/geos/html/classgeos_1_1geom_1_1Triangle.html
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1AbstractPreparedPolygonContains-members.html
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1AbstractPreparedPolygonContains.html
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1AbstractPreparedPolygonContains.png
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1BasicPreparedGeometry-members.html
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1BasicPreparedGeometry.html
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1BasicPreparedGeometry.png
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedGeometry-members.html
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedGeometry.html
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedGeometry.png
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedGeometryFactory-members.html
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedGeometryFactory.html
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedLineString-members.html
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedLineString.html
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedLineString.png
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedLineStringIntersects-members.html
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedLineStringIntersects.html
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedPoint-members.html
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedPoint.html
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedPoint.png
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedPolygon-members.html
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedPolygon.html
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedPolygon.png
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedPolygonContains-members.html
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedPolygonContains.html
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedPolygonContains.png
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedPolygonContainsProperly-members.html
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedPolygonContainsProperly.html
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedPolygonContainsProperly.png
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedPolygonCovers-members.html
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedPolygonCovers.html
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedPolygonCovers.png
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedPolygonIntersects-members.html
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedPolygonIntersects.html
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedPolygonIntersects.png
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedPolygonPredicate-members.html
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedPolygonPredicate.html
+share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1PreparedPolygonPredicate.png
+share/doc/geos/html/classgeos_1_1geom_1_1util_1_1ComponentCoordinateExtracter-members.html
+share/doc/geos/html/classgeos_1_1geom_1_1util_1_1ComponentCoordinateExtracter.html
+share/doc/geos/html/classgeos_1_1geom_1_1util_1_1ComponentCoordinateExtracter.png
 
share/doc/geos/html/classgeos_1_1geom_1_1util_1_1CoordinateOperation-members.html
 share/doc/geos/html/classgeos_1_1geom_1_1util_1_1CoordinateOperation.html
 share/doc/geos/html/classgeos_1_1geom_1_1util_1_1CoordinateOperation.png
+share/doc/geos/html/classgeos_1_1geom_1_1util_1_1GeometryCombiner-members.html
+share/doc/geos/html/classgeos_1_1geom_1_1util_1_1GeometryCombiner.html
 share/doc/geos/html/classgeos_1_1geom_1_1util_1_1GeometryEditor-members.html
 share/doc/geos/html/classgeos_1_1geom_1_1util_1_1GeometryEditor.html
 
share/doc/geos/html/classgeos_1_1geom_1_1util_1_1GeometryEditorOperation-members.html
@@ -530,8 +848,12 @@
 share/doc/geos/html/classgeos_1_1geomgraph_1_1EdgeEndStar-members.html
 share/doc/geos/html/classgeos_1_1geomgraph_1_1EdgeEndStar.html
 share/doc/geos/html/classgeos_1_1geomgraph_1_1EdgeEndStar.png
+share/doc/geos/html/classgeos_1_1geomgraph_1_1EdgeIntersection-members.html
+share/doc/geos/html/classgeos_1_1geomgraph_1_1EdgeIntersection.html
 share/doc/geos/html/classgeos_1_1geomgraph_1_1EdgeIntersectionList-members.html
 share/doc/geos/html/classgeos_1_1geomgraph_1_1EdgeIntersectionList.html
+share/doc/geos/html/classgeos_1_1geomgraph_1_1EdgeList-members.html
+share/doc/geos/html/classgeos_1_1geomgraph_1_1EdgeList.html
 share/doc/geos/html/classgeos_1_1geomgraph_1_1EdgeNodingValidator-members.html
 share/doc/geos/html/classgeos_1_1geomgraph_1_1EdgeNodingValidator.html
 share/doc/geos/html/classgeos_1_1geomgraph_1_1Label-members.html
@@ -576,6 +898,8 @@
 
share/doc/geos/html/classgeos_1_1index_1_1chain_1_1MonotoneChainOverlapAction.html
 
share/doc/geos/html/classgeos_1_1index_1_1chain_1_1MonotoneChainSelectAction-members.html
 
share/doc/geos/html/classgeos_1_1index_1_1chain_1_1MonotoneChainSelectAction.html
+share/doc/geos/html/classgeos_1_1index_1_1intervalrtree_1_1SortedPackedIntervalRTree-members.html
+share/doc/geos/html/classgeos_1_1index_1_1intervalrtree_1_1SortedPackedIntervalRTree.html
 share/doc/geos/html/classgeos_1_1index_1_1quadtree_1_1DoubleBits-members.html
 share/doc/geos/html/classgeos_1_1index_1_1quadtree_1_1DoubleBits.html
 share/doc/geos/html/classgeos_1_1index_1_1quadtree_1_1IntervalSize-members.html
@@ -629,8 +953,29 @@
 share/doc/geos/html/classgeos_1_1io_1_1WKTReader.html
 share/doc/geos/html/classgeos_1_1io_1_1WKTWriter-members.html
 share/doc/geos/html/classgeos_1_1io_1_1WKTWriter.html
+share/doc/geos/html/classgeos_1_1linearref_1_1ExtractLineByLocation-members.html
+share/doc/geos/html/classgeos_1_1linearref_1_1ExtractLineByLocation.html
+share/doc/geos/html/classgeos_1_1linearref_1_1LengthIndexedLine-members.html
+share/doc/geos/html/classgeos_1_1linearref_1_1LengthIndexedLine.html
+share/doc/geos/html/classgeos_1_1linearref_1_1LengthLocationMap-members.html
+share/doc/geos/html/classgeos_1_1linearref_1_1LengthLocationMap.html
+share/doc/geos/html/classgeos_1_1linearref_1_1LinearGeometryBuilder-members.html
+share/doc/geos/html/classgeos_1_1linearref_1_1LinearGeometryBuilder.html
+share/doc/geos/html/classgeos_1_1linearref_1_1LinearIterator-members.html
+share/doc/geos/html/classgeos_1_1linearref_1_1LinearIterator.html
+share/doc/geos/html/classgeos_1_1linearref_1_1LinearLocation-members.html
+share/doc/geos/html/classgeos_1_1linearref_1_1LinearLocation.html
+share/doc/geos/html/classgeos_1_1linearref_1_1LocationIndexOfLine-members.html
+share/doc/geos/html/classgeos_1_1linearref_1_1LocationIndexOfLine.html
+share/doc/geos/html/classgeos_1_1linearref_1_1LocationIndexOfPoint-members.html
+share/doc/geos/html/classgeos_1_1linearref_1_1LocationIndexOfPoint.html
+share/doc/geos/html/classgeos_1_1noding_1_1BasicSegmentString-members.html
+share/doc/geos/html/classgeos_1_1noding_1_1BasicSegmentString.html
+share/doc/geos/html/classgeos_1_1noding_1_1BasicSegmentString.png
 share/doc/geos/html/classgeos_1_1noding_1_1FastNodingValidator-members.html
 share/doc/geos/html/classgeos_1_1noding_1_1FastNodingValidator.html
+share/doc/geos/html/classgeos_1_1noding_1_1FastSegmentSetIntersectionFinder-members.html
+share/doc/geos/html/classgeos_1_1noding_1_1FastSegmentSetIntersectionFinder.html
 share/doc/geos/html/classgeos_1_1noding_1_1IntersectionAdder-members.html
 share/doc/geos/html/classgeos_1_1noding_1_1IntersectionAdder.html
 share/doc/geos/html/classgeos_1_1noding_1_1IntersectionAdder.png
@@ -643,6 +988,15 @@
 share/doc/geos/html/classgeos_1_1noding_1_1MCIndexNoder-members.html
 share/doc/geos/html/classgeos_1_1noding_1_1MCIndexNoder.html
 share/doc/geos/html/classgeos_1_1noding_1_1MCIndexNoder.png
+share/doc/geos/html/classgeos_1_1noding_1_1MCIndexSegmentSetMutualIntersector-members.html
+share/doc/geos/html/classgeos_1_1noding_1_1MCIndexSegmentSetMutualIntersector.html
+share/doc/geos/html/classgeos_1_1noding_1_1MCIndexSegmentSetMutualIntersector.png
+share/doc/geos/html/classgeos_1_1noding_1_1NodableSegmentString-members.html
+share/doc/geos/html/classgeos_1_1noding_1_1NodableSegmentString.html
+share/doc/geos/html/classgeos_1_1noding_1_1NodableSegmentString.png
+share/doc/geos/html/classgeos_1_1noding_1_1NodedSegmentString-members.html
+share/doc/geos/html/classgeos_1_1noding_1_1NodedSegmentString.html
+share/doc/geos/html/classgeos_1_1noding_1_1NodedSegmentString.png
 share/doc/geos/html/classgeos_1_1noding_1_1Noder-members.html
 share/doc/geos/html/classgeos_1_1noding_1_1Noder.html
 share/doc/geos/html/classgeos_1_1noding_1_1Noder.png
@@ -650,9 +1004,14 @@
 share/doc/geos/html/classgeos_1_1noding_1_1NodingValidator.html
 share/doc/geos/html/classgeos_1_1noding_1_1Octant-members.html
 share/doc/geos/html/classgeos_1_1noding_1_1Octant.html
+share/doc/geos/html/classgeos_1_1noding_1_1OrientedCoordinateArray-members.html
+share/doc/geos/html/classgeos_1_1noding_1_1OrientedCoordinateArray.html
 share/doc/geos/html/classgeos_1_1noding_1_1ScaledNoder-members.html
 share/doc/geos/html/classgeos_1_1noding_1_1ScaledNoder.html
 share/doc/geos/html/classgeos_1_1noding_1_1ScaledNoder.png
+share/doc/geos/html/classgeos_1_1noding_1_1SegmentIntersectionDetector-members.html
+share/doc/geos/html/classgeos_1_1noding_1_1SegmentIntersectionDetector.html
+share/doc/geos/html/classgeos_1_1noding_1_1SegmentIntersectionDetector.png
 share/doc/geos/html/classgeos_1_1noding_1_1SegmentIntersector-members.html
 share/doc/geos/html/classgeos_1_1noding_1_1SegmentIntersector.html
 share/doc/geos/html/classgeos_1_1noding_1_1SegmentIntersector.png
@@ -660,8 +1019,14 @@
 share/doc/geos/html/classgeos_1_1noding_1_1SegmentNode.html
 share/doc/geos/html/classgeos_1_1noding_1_1SegmentNodeList-members.html
 share/doc/geos/html/classgeos_1_1noding_1_1SegmentNodeList.html
+share/doc/geos/html/classgeos_1_1noding_1_1SegmentSetMutualIntersector-members.html
+share/doc/geos/html/classgeos_1_1noding_1_1SegmentSetMutualIntersector.html
+share/doc/geos/html/classgeos_1_1noding_1_1SegmentSetMutualIntersector.png
 share/doc/geos/html/classgeos_1_1noding_1_1SegmentString-members.html
 share/doc/geos/html/classgeos_1_1noding_1_1SegmentString.html
+share/doc/geos/html/classgeos_1_1noding_1_1SegmentString.png
+share/doc/geos/html/classgeos_1_1noding_1_1SegmentStringUtil-members.html
+share/doc/geos/html/classgeos_1_1noding_1_1SegmentStringUtil.html
 share/doc/geos/html/classgeos_1_1noding_1_1SimpleNoder-members.html
 share/doc/geos/html/classgeos_1_1noding_1_1SimpleNoder.html
 share/doc/geos/html/classgeos_1_1noding_1_1SimpleNoder.png
@@ -688,8 +1053,12 @@
 share/doc/geos/html/classgeos_1_1operation_1_1IsSimpleOp.html
 
share/doc/geos/html/classgeos_1_1operation_1_1buffer_1_1BufferBuilder-members.html
 share/doc/geos/html/classgeos_1_1operation_1_1buffer_1_1BufferBuilder.html
+share/doc/geos/html/classgeos_1_1operation_1_1buffer_1_1BufferInputLineSimplifier-members.html
+share/doc/geos/html/classgeos_1_1operation_1_1buffer_1_1BufferInputLineSimplifier.html
 share/doc/geos/html/classgeos_1_1operation_1_1buffer_1_1BufferOp-members.html
 share/doc/geos/html/classgeos_1_1operation_1_1buffer_1_1BufferOp.html
+share/doc/geos/html/classgeos_1_1operation_1_1buffer_1_1BufferParameters-members.html
+share/doc/geos/html/classgeos_1_1operation_1_1buffer_1_1BufferParameters.html
 
share/doc/geos/html/classgeos_1_1operation_1_1buffer_1_1BufferSubgraph-members.html
 share/doc/geos/html/classgeos_1_1operation_1_1buffer_1_1BufferSubgraph.html
 
share/doc/geos/html/classgeos_1_1operation_1_1buffer_1_1OffsetCurveBuilder-members.html
@@ -712,6 +1081,10 @@
 share/doc/geos/html/classgeos_1_1operation_1_1distance_1_1DistanceOp.html
 
share/doc/geos/html/classgeos_1_1operation_1_1distance_1_1GeometryLocation-members.html
 share/doc/geos/html/classgeos_1_1operation_1_1distance_1_1GeometryLocation.html
+share/doc/geos/html/classgeos_1_1operation_1_1geounion_1_1CascadedPolygonUnion-members.html
+share/doc/geos/html/classgeos_1_1operation_1_1geounion_1_1CascadedPolygonUnion.html
+share/doc/geos/html/classgeos_1_1operation_1_1geounion_1_1GeometryListHolder-members.html
+share/doc/geos/html/classgeos_1_1operation_1_1geounion_1_1GeometryListHolder.html
 
share/doc/geos/html/classgeos_1_1operation_1_1linemerge_1_1EdgeString-members.html
 share/doc/geos/html/classgeos_1_1operation_1_1linemerge_1_1EdgeString.html
 
share/doc/geos/html/classgeos_1_1operation_1_1linemerge_1_1LineMergeDirectedEdge-members.html
@@ -729,27 +1102,35 @@
 share/doc/geos/html/classgeos_1_1operation_1_1linemerge_1_1LineSequencer.html
 
share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1EdgeSetNoder-members.html
 share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1EdgeSetNoder.html
-share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1FuzzyPointLocator-members.html
-share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1FuzzyPointLocator.html
 
share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1LineBuilder-members.html
 share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1LineBuilder.html
 
share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1MaximalEdgeRing-members.html
 share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1MaximalEdgeRing.html
 
share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1MinimalEdgeRing-members.html
 share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1MinimalEdgeRing.html
-share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1OffsetPointGenerator-members.html
-share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1OffsetPointGenerator.html
 
share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1OverlayNodeFactory-members.html
 
share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1OverlayNodeFactory.html
 share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1OverlayOp-members.html
 share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1OverlayOp.html
 share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1OverlayOp.png
-share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1OverlayResultValidator-members.html
-share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1OverlayResultValidator.html
 
share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1PointBuilder-members.html
 share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1PointBuilder.html
 
share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1PolygonBuilder-members.html
 share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1PolygonBuilder.html
+share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1snap_1_1GeometrySnapper-members.html
+share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1snap_1_1GeometrySnapper.html
+share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1snap_1_1LineStringSnapper-members.html
+share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1snap_1_1LineStringSnapper.html
+share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1snap_1_1SnapIfNeededOverlayOp-members.html
+share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1snap_1_1SnapIfNeededOverlayOp.html
+share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1snap_1_1SnapOverlayOp-members.html
+share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1snap_1_1SnapOverlayOp.html
+share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1validate_1_1FuzzyPointLocator-members.html
+share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1validate_1_1FuzzyPointLocator.html
+share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1validate_1_1OffsetPointGenerator-members.html
+share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1validate_1_1OffsetPointGenerator.html
+share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1validate_1_1OverlayResultValidator-members.html
+share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1validate_1_1OverlayResultValidator.html
 
share/doc/geos/html/classgeos_1_1operation_1_1polygonize_1_1EdgeRing-members.html
 share/doc/geos/html/classgeos_1_1operation_1_1polygonize_1_1EdgeRing.html
 
share/doc/geos/html/classgeos_1_1operation_1_1polygonize_1_1PolygonizeDirectedEdge-members.html
@@ -789,6 +1170,8 @@
 
share/doc/geos/html/classgeos_1_1operation_1_1valid_1_1ConnectedInteriorTester.html
 
share/doc/geos/html/classgeos_1_1operation_1_1valid_1_1ConsistentAreaTester-members.html
 
share/doc/geos/html/classgeos_1_1operation_1_1valid_1_1ConsistentAreaTester.html
+share/doc/geos/html/classgeos_1_1operation_1_1valid_1_1IndexedNestedRingTester-members.html
+share/doc/geos/html/classgeos_1_1operation_1_1valid_1_1IndexedNestedRingTester.html
 share/doc/geos/html/classgeos_1_1operation_1_1valid_1_1IsValidOp-members.html
 share/doc/geos/html/classgeos_1_1operation_1_1valid_1_1IsValidOp.html
 
share/doc/geos/html/classgeos_1_1operation_1_1valid_1_1QuadtreeNestedRingTester-members.html
@@ -832,10 +1215,6 @@
 share/doc/geos/html/classgeos_1_1precision_1_1CommonBitsRemover.html
 share/doc/geos/html/classgeos_1_1precision_1_1EnhancedPrecisionOp-members.html
 share/doc/geos/html/classgeos_1_1precision_1_1EnhancedPrecisionOp.html
-share/doc/geos/html/classgeos_1_1precision_1_1GeometrySnapper-members.html
-share/doc/geos/html/classgeos_1_1precision_1_1GeometrySnapper.html
-share/doc/geos/html/classgeos_1_1precision_1_1LineStringSnapper-members.html
-share/doc/geos/html/classgeos_1_1precision_1_1LineStringSnapper.html
 
share/doc/geos/html/classgeos_1_1precision_1_1SimpleGeometryPrecisionReducer-members.html
 
share/doc/geos/html/classgeos_1_1precision_1_1SimpleGeometryPrecisionReducer.html
 
share/doc/geos/html/classgeos_1_1simplify_1_1DouglasPeuckerLineSimplifier-members.html
@@ -877,6 +1256,7 @@
 share/doc/geos/html/deprecated.html
 share/doc/geos/html/doxygen.css
 share/doc/geos/html/doxygen.png
+share/doc/geos/html/export_8h-source.html
 share/doc/geos/html/files.html
 share/doc/geos/html/functions.html
 share/doc/geos/html/functions_0x62.html
@@ -887,6 +1267,7 @@
 share/doc/geos/html/functions_0x67.html
 share/doc/geos/html/functions_0x68.html
 share/doc/geos/html/functions_0x69.html
+share/doc/geos/html/functions_0x6a.html
 share/doc/geos/html/functions_0x6c.html
 share/doc/geos/html/functions_0x6d.html
 share/doc/geos/html/functions_0x6e.html
@@ -964,7 +1345,9 @@
 share/doc/geos/html/math_8h-source.html
 share/doc/geos/html/namespacegeos.html
 share/doc/geos/html/namespacegeos_1_1algorithm.html
+share/doc/geos/html/namespacegeos_1_1algorithm_1_1locate.html
 share/doc/geos/html/namespacegeos_1_1geom.html
+share/doc/geos/html/namespacegeos_1_1geom_1_1util.html
 share/doc/geos/html/namespacegeos_1_1geomgraph.html
 share/doc/geos/html/namespacegeos_1_1index.html
 share/doc/geos/html/namespacegeos_1_1index_1_1bintree.html

Reply via email to