diff --git a/geo/geos/Makefile b/geo/geos/Makefile index 71d2256852c..a79b19fa3c7 100644 --- a/geo/geos/Makefile +++ b/geo/geos/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2007/09/14 22:47:06 eric Exp $ +# $OpenBSD: Makefile,v 1.2 2008/06/15 07:01:36 eric Exp $ COMMENT= 2d geometry and topology engine -DISTNAME= geos-2.2.3 +DISTNAME= geos-3.0.0 CATEGORIES= geo -SHARED_LIBS= geos 4.2 \ - geos_c 1.2 +SHARED_LIBS= geos 5.0 \ + geos_c 2.0 MAINTAINER= Eric Faurot @@ -14,8 +14,8 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -HOMEPAGE= http://geos.refractions.net/ -MASTER_SITES= http://geos.refractions.net/ +HOMEPAGE= http://trac.osgeo.org/geos/ +MASTER_SITES= http://geos.refractions.net/downloads/ EXTRACT_SUFX= .tar.bz2 @@ -36,8 +36,4 @@ post-install: ${INSTALL_DATA} $(WRKSRC)/doc/doxygen_docs/html/* \ ${PREFIX}/share/doc/geos/html -do-regress: - $(WRKSRC)/source/test/XMLTester $(WRKSRC)/source/test/test.xml - $(WRKSRC)/source/bigtest/TestSweepLineSpeed - .include diff --git a/geo/geos/distinfo b/geo/geos/distinfo index cf904acb117..80d9ffb4e6d 100644 --- a/geo/geos/distinfo +++ b/geo/geos/distinfo @@ -1,4 +1,5 @@ -MD5 (geos-2.2.3.tar.bz2) = 440be2b11fd3d711e950a47ea6f1b424 -RMD160 (geos-2.2.3.tar.bz2) = 968de157f96f41aa71d5ef7c28c7186e8db0939e -SHA1 (geos-2.2.3.tar.bz2) = c5da21829255e3625f7c2482c9220234cc5d9f90 -SIZE (geos-2.2.3.tar.bz2) = 554802 +MD5 (geos-3.0.0.tar.bz2) = P3lAq+6f7GmpeHh4zTrncQ== +RMD160 (geos-3.0.0.tar.bz2) = GV+yTeL2fVFfYp8dyz3M7HcRvaw= +SHA1 (geos-3.0.0.tar.bz2) = cQkCIDUciue7FH10FF+l2vg+PCY= +SHA256 (geos-3.0.0.tar.bz2) = uqhsUSWjSVBOOJAxLmirO/NgFInO/pzrn2WeNLvl608= +SIZE (geos-3.0.0.tar.bz2) = 1091475 diff --git a/geo/geos/patches/patch-source_Makefile_in b/geo/geos/patches/patch-source_Makefile_in new file mode 100644 index 00000000000..b861e8e40ad --- /dev/null +++ b/geo/geos/patches/patch-source_Makefile_in @@ -0,0 +1,13 @@ +$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 + INCLUDES = -I$(top_srcdir)/source/headers + lib_LTLIBRARIES = libgeos.la + libgeos_la_LDFLAGS = \ +- -release @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@ \ +- -no-undefined ++ -no-undefined -lstdc++ -lm + + libgeos_la_SOURCES = \ + inlines.cpp diff --git a/geo/geos/patches/patch-source_geom_Makefile_in b/geo/geos/patches/patch-source_geom_Makefile_in deleted file mode 100644 index fe1df250526..00000000000 --- a/geo/geos/patches/patch-source_geom_Makefile_in +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-source_geom_Makefile_in,v 1.1.1.1 2007/09/14 22:47:06 eric Exp $ ---- source/geom/Makefile.in.orig Sat Jul 22 13:25:11 2006 -+++ source/geom/Makefile.in Sat Jul 22 13:24:59 2006 -@@ -57,7 +57,7 @@ am__strip_dir = `echo $$p | sed -e 's|^. - am__installdirs = "$(DESTDIR)$(libdir)" - libLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(lib_LTLIBRARIES) --libgeos_la_LIBADD = -+libgeos_la_LIBADD = -lm -lstdc++ - am__objects_1 = Coordinate.lo CoordinateSequence.lo \ - CoordinateSequenceFactory.lo DefaultCoordinateSequence.lo \ - DefaultCoordinateSequenceFactory.lo \ diff --git a/geo/geos/pkg/PLIST b/geo/geos/pkg/PLIST index 95e5f740b29..e26990794fe 100644 --- a/geo/geos/pkg/PLIST +++ b/geo/geos/pkg/PLIST @@ -1,20 +1,127 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2007/09/14 22:47:06 eric Exp $ +@comment $OpenBSD: PLIST,v 1.2 2008/06/15 07:01:36 eric Exp $ %%SHARED%% @comment bin/XMLTester bin/geos-config include/geos/ include/geos.h +include/geos/algorithm/ +include/geos/algorithm/LineIntersector.h +include/geos/algorithm/PointLocator.h +include/geos/geom/ include/geos/geom.h +include/geos/geom/BinaryOp.h +include/geos/geom/Coordinate.h +include/geos/geom/Coordinate.inl +include/geos/geom/CoordinateArraySequence.h +include/geos/geom/CoordinateArraySequenceFactory.h +include/geos/geom/CoordinateArraySequenceFactory.inl +include/geos/geom/CoordinateFilter.h +include/geos/geom/CoordinateList.h +include/geos/geom/CoordinateSequence.h +include/geos/geom/CoordinateSequenceFactory.h +include/geos/geom/Dimension.h +include/geos/geom/Envelope.h +include/geos/geom/Envelope.inl +include/geos/geom/Geometry.h +include/geos/geom/Geometry.inl +include/geos/geom/GeometryCollection.h +include/geos/geom/GeometryCollection.inl +include/geos/geom/GeometryComponentFilter.h +include/geos/geom/GeometryFactory.h +include/geos/geom/GeometryFactory.inl +include/geos/geom/GeometryFilter.h +include/geos/geom/GeometryList.h +include/geos/geom/IntersectionMatrix.h +include/geos/geom/LineSegment.h +include/geos/geom/LineSegment.inl +include/geos/geom/LineString.h +include/geos/geom/LinearRing.h +include/geos/geom/Location.h +include/geos/geom/MultiLineString.h +include/geos/geom/MultiLineString.inl +include/geos/geom/MultiPoint.h +include/geos/geom/MultiPolygon.h +include/geos/geom/MultiPolygon.inl +include/geos/geom/Point.h +include/geos/geom/Polygon.h +include/geos/geom/PrecisionModel.h +include/geos/geom/PrecisionModel.inl +include/geos/geom/util/ +include/geos/geom/util/CoordinateOperation.h +include/geos/geom/util/GeometryEditor.h +include/geos/geom/util/GeometryEditorOperation.h +include/geos/geom/util/GeometryTransformer.h +include/geos/geom/util/LinearComponentExtracter.h +include/geos/geom/util/PointExtracter.h +include/geos/geom/util/PolygonExtracter.h +include/geos/geom/util/ShortCircuitedGeometryVisitor.h include/geos/geomUtil.h +include/geos/geomgraph/ include/geos/geomgraph.h +include/geos/geomgraph/EdgeEnd.h +include/geos/geomgraph/EdgeEndStar.h +include/geos/geomgraph/EdgeList.h +include/geos/geomgraph/GeometryGraph.h +include/geos/geomgraph/GeometryGraph.inl +include/geos/geomgraph/GraphComponent.h +include/geos/geomgraph/Node.h +include/geos/geomgraph/NodeMap.h +include/geos/geomgraph/PlanarGraph.h +include/geos/geomgraph/index/ +include/geos/geomgraph/index/EdgeSetIntersector.h +include/geos/geomgraph/index/MonotoneChain.h +include/geos/geomgraph/index/MonotoneChainEdge.h +include/geos/geomgraph/index/MonotoneChainIndexer.h +include/geos/geomgraph/index/SegmentIntersector.h +include/geos/geomgraph/index/SimpleEdgeSetIntersector.h +include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h +include/geos/geomgraph/index/SimpleSweepLineIntersector.h +include/geos/geomgraph/index/SweepLineEvent.h +include/geos/geomgraph/index/SweepLineEventObj.h +include/geos/geomgraph/index/SweepLineSegment.h include/geos/geomgraphindex.h include/geos/geosAlgorithm.h +include/geos/index/ +include/geos/index/ItemVisitor.h +include/geos/index/SpatialIndex.h +include/geos/index/bintree/ +include/geos/index/bintree/Bintree.h +include/geos/index/bintree/Interval.h +include/geos/index/chain/ +include/geos/index/chain/MonotoneChain.h +include/geos/index/chain/MonotoneChainOverlapAction.h +include/geos/index/chain/MonotoneChainSelectAction.h +include/geos/index/quadtree/ +include/geos/index/quadtree/NodeBase.h +include/geos/index/quadtree/Quadtree.h +include/geos/index/quadtree/Root.h +include/geos/index/strtree/ +include/geos/index/strtree/AbstractNode.h +include/geos/index/strtree/AbstractSTRtree.h +include/geos/index/strtree/Boundable.h +include/geos/index/strtree/Interval.h +include/geos/index/strtree/SIRtree.h +include/geos/index/strtree/STRtree.h +include/geos/index/sweepline/ +include/geos/index/sweepline/SweepLineOverlapAction.h include/geos/indexBintree.h include/geos/indexChain.h include/geos/indexQuadtree.h include/geos/indexStrtree.h include/geos/indexSweepline.h +include/geos/inline.h +include/geos/io/ include/geos/io.h +include/geos/io/ByteOrderDataInStream.h +include/geos/io/ByteOrderDataInStream.inl +include/geos/io/ByteOrderValues.h +include/geos/io/ParseException.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/noding.h include/geos/nodingSnapround.h include/geos/opBuffer.h @@ -22,17 +129,55 @@ include/geos/opDistance.h include/geos/opLinemerge.h include/geos/opOverlay.h include/geos/opPolygonize.h +include/geos/opPredicate.h include/geos/opRelate.h 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/BufferOp.h +include/geos/operation/buffer/OffsetCurveBuilder.h +include/geos/operation/distance/ +include/geos/operation/distance/DistanceOp.h +include/geos/operation/linemerge/ +include/geos/operation/linemerge/LineMergeGraph.h +include/geos/operation/linemerge/LineMerger.h +include/geos/operation/overlay/ +include/geos/operation/overlay/OverlayOp.h +include/geos/operation/polygonize/ +include/geos/operation/polygonize/Polygonizer.h +include/geos/operation/relate/ +include/geos/operation/relate/RelateComputer.h +include/geos/operation/relate/RelateOp.h +include/geos/operation/valid/ +include/geos/operation/valid/IsValidOp.h +include/geos/operation/valid/TopologyValidationError.h +include/geos/planargraph/ include/geos/planargraph.h +include/geos/planargraph/NodeMap.h +include/geos/planargraph/PlanarGraph.h include/geos/platform.h +include/geos/precision/ include/geos/precision.h -include/geos/profiler.h +include/geos/precision/CommonBitsOp.h +include/geos/precision/CommonBitsRemover.h +include/geos/precision/EnhancedPrecisionOp.h +include/geos/precision/SimpleGeometryPrecisionReducer.h +include/geos/simplify/ +include/geos/simplify/DouglasPeuckerSimplifier.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/GEOSException.h +include/geos/util/GeometricShapeFactory.h +include/geos/util/IllegalArgumentException.h +include/geos/util/TopologyException.h include/geos/version.h include/geos_c.h lib/libgeos.a @@ -41,97 +186,761 @@ lib/libgeos_c.a lib/libgeos_c.la share/doc/geos/ share/doc/geos/html/ +share/doc/geos/html/AbstractNode_8h-source.html +share/doc/geos/html/AbstractSTRtree_8h-source.html +share/doc/geos/html/Assert_8h-source.html +share/doc/geos/html/AssertionFailedException_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/BufferBuilder_8h-source.html +share/doc/geos/html/BufferOp_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/CentralEndpointIntersector_8h-source.html +share/doc/geos/html/CentroidArea_8h-source.html +share/doc/geos/html/CentroidLine_8h-source.html +share/doc/geos/html/CentroidPoint_8h-source.html +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/ConnectedElementLocationFilter_8h-source.html +share/doc/geos/html/ConnectedElementPointFilter_8h-source.html +share/doc/geos/html/ConnectedInteriorTester_8h-source.html +share/doc/geos/html/ConnectedSubgraphFinder_8h-source.html +share/doc/geos/html/ConsistentAreaTester_8h-source.html +share/doc/geos/html/ConvexHull_8h-source.html +share/doc/geos/html/CoordinateArrayFilter_8h-source.html +share/doc/geos/html/CoordinateArraySequenceFactory_8h-source.html +share/doc/geos/html/CoordinateArraySequence_8h-source.html +share/doc/geos/html/CoordinateFilter_8h-source.html +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/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/DistanceOp_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 +share/doc/geos/html/EdgeEndBuilder_8h-source.html +share/doc/geos/html/EdgeEndBundleStar_8h-source.html +share/doc/geos/html/EdgeEndBundle_8h-source.html +share/doc/geos/html/EdgeEndStar_8h-source.html +share/doc/geos/html/EdgeEnd_8h-source.html +share/doc/geos/html/EdgeIntersectionList_8h-source.html +share/doc/geos/html/EdgeIntersection_8h-source.html +share/doc/geos/html/EdgeList_8h-source.html +share/doc/geos/html/EdgeNodingValidator_8h-source.html +share/doc/geos/html/EdgeSetIntersector_8h-source.html +share/doc/geos/html/EdgeSetNoder_8h-source.html +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/FastNodingValidator_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/GeometryComponentFilter_8h-source.html +share/doc/geos/html/GeometryEditorOperation_8h-source.html +share/doc/geos/html/GeometryEditor_8h-source.html +share/doc/geos/html/GeometryFactory_8h-source.html +share/doc/geos/html/GeometryFilter_8h-source.html +share/doc/geos/html/GeometryGraphOperation_8h-source.html +share/doc/geos/html/GeometryGraph_8h-source.html +share/doc/geos/html/GeometryList_8h-source.html +share/doc/geos/html/GeometryLocation_8h-source.html +share/doc/geos/html/GeometrySnapper_8h-source.html +share/doc/geos/html/GeometryTransformer_8h-source.html +share/doc/geos/html/Geometry_8h-source.html +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/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/IntervalSize_8h-source.html +share/doc/geos/html/IsSimpleOp_8h-source.html +share/doc/geos/html/IsValidOp_8h-source.html +share/doc/geos/html/ItemBoundable_8h-source.html +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/LineBuilder_8h-source.html +share/doc/geos/html/LineIntersector_8h-source.html +share/doc/geos/html/LineMergeDirectedEdge_8h-source.html +share/doc/geos/html/LineMergeEdge_8h-source.html +share/doc/geos/html/LineMergeGraph_8h-source.html +share/doc/geos/html/LineMerger_8h-source.html +share/doc/geos/html/LineSegmentIndex_8h-source.html +share/doc/geos/html/LineSegment_8h-source.html +share/doc/geos/html/LineSequencer_8h-source.html +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/LinearRing_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/MCIndexSnapRounder_8h-source.html +share/doc/geos/html/MCPointInRing_8h-source.html +share/doc/geos/html/MaximalEdgeRing_8h-source.html +share/doc/geos/html/MinimalEdgeRing_8h-source.html +share/doc/geos/html/MinimumDiameter_8h-source.html +share/doc/geos/html/MonotoneChainBuilder_8h-source.html +share/doc/geos/html/MonotoneChainEdge_8h-source.html +share/doc/geos/html/MonotoneChainIndexer_8h-source.html +share/doc/geos/html/MonotoneChainOverlapAction_8h-source.html +share/doc/geos/html/MonotoneChainSelectAction_8h-source.html +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/NodeFactory_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 +share/doc/geos/html/Octant_8h-source.html +share/doc/geos/html/OffsetCurveBuilder_8h-source.html +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/OverlayNodeFactory_8h-source.html +share/doc/geos/html/OverlayOp_8h-source.html +share/doc/geos/html/OverlayResultValidator_8h-source.html +share/doc/geos/html/ParseException_8h-source.html +share/doc/geos/html/PointBuilder_8h-source.html +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/Point_8h-source.html +share/doc/geos/html/PolygonBuilder_8h-source.html +share/doc/geos/html/PolygonExtracter_8h-source.html +share/doc/geos/html/Polygon_8h-source.html +share/doc/geos/html/PolygonizeDirectedEdge_8h-source.html +share/doc/geos/html/PolygonizeEdge_8h-source.html +share/doc/geos/html/PolygonizeGraph_8h-source.html +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/Quadrant_8h-source.html +share/doc/geos/html/QuadtreeNestedRingTester_8h-source.html +share/doc/geos/html/Quadtree_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 +share/doc/geos/html/RelateNodeFactory_8h-source.html +share/doc/geos/html/RelateNodeGraph_8h-source.html +share/doc/geos/html/RelateNode_8h-source.html +share/doc/geos/html/RelateOp_8h-source.html +share/doc/geos/html/RepeatedPointTester_8h-source.html +share/doc/geos/html/RightmostEdgeFinder_8h-source.html +share/doc/geos/html/RobustDeterminant_8h-source.html +share/doc/geos/html/SIRtreePointInRing_8h-source.html +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/SegmentIntersectionTester_8h-source.html +share/doc/geos/html/SegmentNodeList_8h-source.html +share/doc/geos/html/SegmentNode_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 +share/doc/geos/html/SimpleGeometryPrecisionReducer_8h-source.html +share/doc/geos/html/SimpleMCSweepLineIntersector_8h-source.html +share/doc/geos/html/SimpleNestedRingTester_8h-source.html +share/doc/geos/html/SimpleNoder_8h-source.html +share/doc/geos/html/SimplePointInAreaLocator_8h-source.html +share/doc/geos/html/SimplePointInRing_8h-source.html +share/doc/geos/html/SimpleSnapRounder_8h-source.html +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/SpatialIndex_8h-source.html +share/doc/geos/html/StringTokenizer_8h-source.html +share/doc/geos/html/SubgraphDepthLocater_8h-source.html +share/doc/geos/html/Subgraph_8h-source.html +share/doc/geos/html/SweepLineEventObj_8h-source.html +share/doc/geos/html/SweepLineIndex_8h-source.html +share/doc/geos/html/SweepLineInterval_8h-source.html +share/doc/geos/html/SweepLineOverlapAction_8h-source.html +share/doc/geos/html/SweepLineSegment_8h-source.html +share/doc/geos/html/SweeplineNestedRingTester_8h-source.html +share/doc/geos/html/TaggedLineSegment_8h-source.html +share/doc/geos/html/TaggedLineStringSimplifier_8h-source.html +share/doc/geos/html/TaggedLineString_8h-source.html +share/doc/geos/html/TaggedLinesSimplifier_8h-source.html +share/doc/geos/html/TopologyException_8h-source.html +share/doc/geos/html/TopologyLocation_8h-source.html +share/doc/geos/html/TopologyPreservingSimplifier_8h-source.html +share/doc/geos/html/TopologyValidationError_8h-source.html +share/doc/geos/html/Triangle_8h-source.html +share/doc/geos/html/UniqueCoordinateArrayFilter_8h-source.html +share/doc/geos/html/UnsupportedOperationException_8h-source.html +share/doc/geos/html/WKBConstants_8h-source.html +share/doc/geos/html/WKBReader_8h-source.html +share/doc/geos/html/WKBWriter_8h-source.html +share/doc/geos/html/WKTReader_8h-source.html +share/doc/geos/html/WKTWriter_8h-source.html +share/doc/geos/html/Writer_8h-source.html share/doc/geos/html/annotated.html +share/doc/geos/html/bintree_2Interval_8h-source.html +share/doc/geos/html/bintree_2Key_8h-source.html +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_1AssertionFailedException-members.html -share/doc/geos/html/classgeos_1_1AssertionFailedException.html -share/doc/geos/html/classgeos_1_1AssertionFailedException.png -share/doc/geos/html/classgeos_1_1Coordinate-members.html -share/doc/geos/html/classgeos_1_1Coordinate.html -share/doc/geos/html/classgeos_1_1CoordinateSequence-members.html -share/doc/geos/html/classgeos_1_1CoordinateSequence.html -share/doc/geos/html/classgeos_1_1CoordinateSequence.png -share/doc/geos/html/classgeos_1_1CoordinateSequenceFactory-members.html -share/doc/geos/html/classgeos_1_1CoordinateSequenceFactory.html -share/doc/geos/html/classgeos_1_1CoordinateSequenceFactory.png -share/doc/geos/html/classgeos_1_1DefaultCoordinateSequence-members.html -share/doc/geos/html/classgeos_1_1DefaultCoordinateSequence.html -share/doc/geos/html/classgeos_1_1DefaultCoordinateSequence.png -share/doc/geos/html/classgeos_1_1DefaultCoordinateSequenceFactory-members.html -share/doc/geos/html/classgeos_1_1DefaultCoordinateSequenceFactory.html -share/doc/geos/html/classgeos_1_1DefaultCoordinateSequenceFactory.png -share/doc/geos/html/classgeos_1_1Envelope-members.html -share/doc/geos/html/classgeos_1_1Envelope.html -share/doc/geos/html/classgeos_1_1GEOSException-members.html -share/doc/geos/html/classgeos_1_1GEOSException.html -share/doc/geos/html/classgeos_1_1GEOSException.png -share/doc/geos/html/classgeos_1_1GeometricShapeFactory-members.html -share/doc/geos/html/classgeos_1_1GeometricShapeFactory.html -share/doc/geos/html/classgeos_1_1Geometry-members.html -share/doc/geos/html/classgeos_1_1Geometry.html -share/doc/geos/html/classgeos_1_1Geometry.png -share/doc/geos/html/classgeos_1_1GeometryCollection-members.html -share/doc/geos/html/classgeos_1_1GeometryCollection.html -share/doc/geos/html/classgeos_1_1GeometryCollection.png -share/doc/geos/html/classgeos_1_1GeometryFactory-members.html -share/doc/geos/html/classgeos_1_1GeometryFactory.html -share/doc/geos/html/classgeos_1_1HCoordinate-members.html -share/doc/geos/html/classgeos_1_1HCoordinate.html -share/doc/geos/html/classgeos_1_1IllegalArgumentException-members.html -share/doc/geos/html/classgeos_1_1IllegalArgumentException.html -share/doc/geos/html/classgeos_1_1IllegalArgumentException.png -share/doc/geos/html/classgeos_1_1LineString-members.html -share/doc/geos/html/classgeos_1_1LineString.html -share/doc/geos/html/classgeos_1_1LineString.png -share/doc/geos/html/classgeos_1_1LinearRing-members.html -share/doc/geos/html/classgeos_1_1LinearRing.html -share/doc/geos/html/classgeos_1_1LinearRing.png -share/doc/geos/html/classgeos_1_1MultiLineString-members.html -share/doc/geos/html/classgeos_1_1MultiLineString.html -share/doc/geos/html/classgeos_1_1MultiLineString.png -share/doc/geos/html/classgeos_1_1MultiPoint-members.html -share/doc/geos/html/classgeos_1_1MultiPoint.html -share/doc/geos/html/classgeos_1_1MultiPoint.png -share/doc/geos/html/classgeos_1_1MultiPolygon-members.html -share/doc/geos/html/classgeos_1_1MultiPolygon.html -share/doc/geos/html/classgeos_1_1MultiPolygon.png -share/doc/geos/html/classgeos_1_1ParseException-members.html -share/doc/geos/html/classgeos_1_1ParseException.html -share/doc/geos/html/classgeos_1_1ParseException.png -share/doc/geos/html/classgeos_1_1Point-members.html -share/doc/geos/html/classgeos_1_1Point.html -share/doc/geos/html/classgeos_1_1Point.png -share/doc/geos/html/classgeos_1_1Polygon-members.html -share/doc/geos/html/classgeos_1_1Polygon.html -share/doc/geos/html/classgeos_1_1Polygon.png -share/doc/geos/html/classgeos_1_1PrecisionModel-members.html -share/doc/geos/html/classgeos_1_1PrecisionModel.html -share/doc/geos/html/classgeos_1_1TopologyException-members.html -share/doc/geos/html/classgeos_1_1TopologyException.html -share/doc/geos/html/classgeos_1_1TopologyException.png -share/doc/geos/html/classgeos_1_1UnsupportedOperationException-members.html -share/doc/geos/html/classgeos_1_1UnsupportedOperationException.html -share/doc/geos/html/classgeos_1_1UnsupportedOperationException.png -share/doc/geos/html/classgeos_1_1WKBReader-members.html -share/doc/geos/html/classgeos_1_1WKBReader.html -share/doc/geos/html/classgeos_1_1WKBWriter-members.html -share/doc/geos/html/classgeos_1_1WKBWriter.html -share/doc/geos/html/classgeos_1_1WKTReader-members.html -share/doc/geos/html/classgeos_1_1WKTReader.html -share/doc/geos/html/classgeos_1_1WKTWriter-members.html -share/doc/geos/html/classgeos_1_1WKTWriter.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 +share/doc/geos/html/classgeos_1_1algorithm_1_1CentralEndpointIntersector.html +share/doc/geos/html/classgeos_1_1algorithm_1_1CentroidArea-members.html +share/doc/geos/html/classgeos_1_1algorithm_1_1CentroidArea.html +share/doc/geos/html/classgeos_1_1algorithm_1_1ConvexHull-members.html +share/doc/geos/html/classgeos_1_1algorithm_1_1ConvexHull.html +share/doc/geos/html/classgeos_1_1algorithm_1_1HCoordinate-members.html +share/doc/geos/html/classgeos_1_1algorithm_1_1HCoordinate.html +share/doc/geos/html/classgeos_1_1algorithm_1_1InteriorPointArea-members.html +share/doc/geos/html/classgeos_1_1algorithm_1_1InteriorPointArea.html +share/doc/geos/html/classgeos_1_1algorithm_1_1InteriorPointLine-members.html +share/doc/geos/html/classgeos_1_1algorithm_1_1InteriorPointLine.html +share/doc/geos/html/classgeos_1_1algorithm_1_1InteriorPointPoint-members.html +share/doc/geos/html/classgeos_1_1algorithm_1_1InteriorPointPoint.html +share/doc/geos/html/classgeos_1_1algorithm_1_1LineIntersector-members.html +share/doc/geos/html/classgeos_1_1algorithm_1_1LineIntersector.html +share/doc/geos/html/classgeos_1_1algorithm_1_1MinimumDiameter-members.html +share/doc/geos/html/classgeos_1_1algorithm_1_1MinimumDiameter.html +share/doc/geos/html/classgeos_1_1algorithm_1_1NotRepresentableException-members.html +share/doc/geos/html/classgeos_1_1algorithm_1_1NotRepresentableException.html +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_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 +share/doc/geos/html/classgeos_1_1geom_1_1CoordinateArraySequence.html +share/doc/geos/html/classgeos_1_1geom_1_1CoordinateArraySequence.png +share/doc/geos/html/classgeos_1_1geom_1_1CoordinateArraySequenceFactory-members.html +share/doc/geos/html/classgeos_1_1geom_1_1CoordinateArraySequenceFactory.html +share/doc/geos/html/classgeos_1_1geom_1_1CoordinateArraySequenceFactory.png +share/doc/geos/html/classgeos_1_1geom_1_1CoordinateFilter-members.html +share/doc/geos/html/classgeos_1_1geom_1_1CoordinateFilter.html +share/doc/geos/html/classgeos_1_1geom_1_1CoordinateFilter.png +share/doc/geos/html/classgeos_1_1geom_1_1CoordinateList-members.html +share/doc/geos/html/classgeos_1_1geom_1_1CoordinateList.html +share/doc/geos/html/classgeos_1_1geom_1_1CoordinateSequence-members.html +share/doc/geos/html/classgeos_1_1geom_1_1CoordinateSequence.html +share/doc/geos/html/classgeos_1_1geom_1_1CoordinateSequence.png +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_1Dimension-members.html +share/doc/geos/html/classgeos_1_1geom_1_1Dimension.html +share/doc/geos/html/classgeos_1_1geom_1_1Envelope-members.html +share/doc/geos/html/classgeos_1_1geom_1_1Envelope.html +share/doc/geos/html/classgeos_1_1geom_1_1Geometry-members.html +share/doc/geos/html/classgeos_1_1geom_1_1Geometry.html +share/doc/geos/html/classgeos_1_1geom_1_1Geometry.png +share/doc/geos/html/classgeos_1_1geom_1_1GeometryCollection-members.html +share/doc/geos/html/classgeos_1_1geom_1_1GeometryCollection.html +share/doc/geos/html/classgeos_1_1geom_1_1GeometryCollection.png +share/doc/geos/html/classgeos_1_1geom_1_1GeometryComponentFilter-members.html +share/doc/geos/html/classgeos_1_1geom_1_1GeometryComponentFilter.html +share/doc/geos/html/classgeos_1_1geom_1_1GeometryComponentFilter.png +share/doc/geos/html/classgeos_1_1geom_1_1GeometryFactory-members.html +share/doc/geos/html/classgeos_1_1geom_1_1GeometryFactory.html +share/doc/geos/html/classgeos_1_1geom_1_1GeometryFilter-members.html +share/doc/geos/html/classgeos_1_1geom_1_1GeometryFilter.html +share/doc/geos/html/classgeos_1_1geom_1_1GeometryFilter.png +share/doc/geos/html/classgeos_1_1geom_1_1GeometryList-members.html +share/doc/geos/html/classgeos_1_1geom_1_1GeometryList.html +share/doc/geos/html/classgeos_1_1geom_1_1IntersectionMatrix-members.html +share/doc/geos/html/classgeos_1_1geom_1_1IntersectionMatrix.html +share/doc/geos/html/classgeos_1_1geom_1_1LineSegment-members.html +share/doc/geos/html/classgeos_1_1geom_1_1LineSegment.html +share/doc/geos/html/classgeos_1_1geom_1_1LineSegment.png +share/doc/geos/html/classgeos_1_1geom_1_1LineString-members.html +share/doc/geos/html/classgeos_1_1geom_1_1LineString.html +share/doc/geos/html/classgeos_1_1geom_1_1LineString.png +share/doc/geos/html/classgeos_1_1geom_1_1LinearRing-members.html +share/doc/geos/html/classgeos_1_1geom_1_1LinearRing.html +share/doc/geos/html/classgeos_1_1geom_1_1LinearRing.png +share/doc/geos/html/classgeos_1_1geom_1_1Location-members.html +share/doc/geos/html/classgeos_1_1geom_1_1Location.html +share/doc/geos/html/classgeos_1_1geom_1_1MultiLineString-members.html +share/doc/geos/html/classgeos_1_1geom_1_1MultiLineString.html +share/doc/geos/html/classgeos_1_1geom_1_1MultiLineString.png +share/doc/geos/html/classgeos_1_1geom_1_1MultiPoint-members.html +share/doc/geos/html/classgeos_1_1geom_1_1MultiPoint.html +share/doc/geos/html/classgeos_1_1geom_1_1MultiPoint.png +share/doc/geos/html/classgeos_1_1geom_1_1MultiPolygon-members.html +share/doc/geos/html/classgeos_1_1geom_1_1MultiPolygon.html +share/doc/geos/html/classgeos_1_1geom_1_1MultiPolygon.png +share/doc/geos/html/classgeos_1_1geom_1_1Point-members.html +share/doc/geos/html/classgeos_1_1geom_1_1Point.html +share/doc/geos/html/classgeos_1_1geom_1_1Point.png +share/doc/geos/html/classgeos_1_1geom_1_1Polygon-members.html +share/doc/geos/html/classgeos_1_1geom_1_1Polygon.html +share/doc/geos/html/classgeos_1_1geom_1_1Polygon.png +share/doc/geos/html/classgeos_1_1geom_1_1PrecisionModel-members.html +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_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_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 +share/doc/geos/html/classgeos_1_1geom_1_1util_1_1GeometryEditorOperation.html +share/doc/geos/html/classgeos_1_1geom_1_1util_1_1GeometryEditorOperation.png +share/doc/geos/html/classgeos_1_1geom_1_1util_1_1GeometryTransformer-members.html +share/doc/geos/html/classgeos_1_1geom_1_1util_1_1GeometryTransformer.html +share/doc/geos/html/classgeos_1_1geom_1_1util_1_1LinearComponentExtracter-members.html +share/doc/geos/html/classgeos_1_1geom_1_1util_1_1LinearComponentExtracter.html +share/doc/geos/html/classgeos_1_1geom_1_1util_1_1LinearComponentExtracter.png +share/doc/geos/html/classgeos_1_1geom_1_1util_1_1PointExtracter-members.html +share/doc/geos/html/classgeos_1_1geom_1_1util_1_1PointExtracter.html +share/doc/geos/html/classgeos_1_1geom_1_1util_1_1PointExtracter.png +share/doc/geos/html/classgeos_1_1geom_1_1util_1_1PolygonExtracter-members.html +share/doc/geos/html/classgeos_1_1geom_1_1util_1_1PolygonExtracter.html +share/doc/geos/html/classgeos_1_1geom_1_1util_1_1PolygonExtracter.png +share/doc/geos/html/classgeos_1_1geom_1_1util_1_1ShortCircuitedGeometryVisitor-members.html +share/doc/geos/html/classgeos_1_1geom_1_1util_1_1ShortCircuitedGeometryVisitor.html +share/doc/geos/html/classgeos_1_1geomgraph_1_1DirectedEdge-members.html +share/doc/geos/html/classgeos_1_1geomgraph_1_1DirectedEdge.html +share/doc/geos/html/classgeos_1_1geomgraph_1_1DirectedEdge.png +share/doc/geos/html/classgeos_1_1geomgraph_1_1DirectedEdgeStar-members.html +share/doc/geos/html/classgeos_1_1geomgraph_1_1DirectedEdgeStar.html +share/doc/geos/html/classgeos_1_1geomgraph_1_1DirectedEdgeStar.png +share/doc/geos/html/classgeos_1_1geomgraph_1_1EdgeEnd-members.html +share/doc/geos/html/classgeos_1_1geomgraph_1_1EdgeEnd.html +share/doc/geos/html/classgeos_1_1geomgraph_1_1EdgeEnd.png +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_1EdgeIntersectionList-members.html +share/doc/geos/html/classgeos_1_1geomgraph_1_1EdgeIntersectionList.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 +share/doc/geos/html/classgeos_1_1geomgraph_1_1Label.html +share/doc/geos/html/classgeos_1_1geomgraph_1_1PlanarGraph-members.html +share/doc/geos/html/classgeos_1_1geomgraph_1_1PlanarGraph.html +share/doc/geos/html/classgeos_1_1geomgraph_1_1Quadrant-members.html +share/doc/geos/html/classgeos_1_1geomgraph_1_1Quadrant.html +share/doc/geos/html/classgeos_1_1geomgraph_1_1TopologyLocation-members.html +share/doc/geos/html/classgeos_1_1geomgraph_1_1TopologyLocation.html +share/doc/geos/html/classgeos_1_1geomgraph_1_1index_1_1MonotoneChain-members.html +share/doc/geos/html/classgeos_1_1geomgraph_1_1index_1_1MonotoneChain.html +share/doc/geos/html/classgeos_1_1geomgraph_1_1index_1_1SimpleMCSweepLineIntersector-members.html +share/doc/geos/html/classgeos_1_1geomgraph_1_1index_1_1SimpleMCSweepLineIntersector.html +share/doc/geos/html/classgeos_1_1geomgraph_1_1index_1_1SimpleSweepLineIntersector-members.html +share/doc/geos/html/classgeos_1_1geomgraph_1_1index_1_1SimpleSweepLineIntersector.html +share/doc/geos/html/classgeos_1_1index_1_1ItemVisitor-members.html +share/doc/geos/html/classgeos_1_1index_1_1ItemVisitor.html +share/doc/geos/html/classgeos_1_1index_1_1SpatialIndex-members.html +share/doc/geos/html/classgeos_1_1index_1_1SpatialIndex.html +share/doc/geos/html/classgeos_1_1index_1_1SpatialIndex.png +share/doc/geos/html/classgeos_1_1index_1_1bintree_1_1Bintree-members.html +share/doc/geos/html/classgeos_1_1index_1_1bintree_1_1Bintree.html +share/doc/geos/html/classgeos_1_1index_1_1bintree_1_1Interval-members.html +share/doc/geos/html/classgeos_1_1index_1_1bintree_1_1Interval.html +share/doc/geos/html/classgeos_1_1index_1_1bintree_1_1Key-members.html +share/doc/geos/html/classgeos_1_1index_1_1bintree_1_1Key.html +share/doc/geos/html/classgeos_1_1index_1_1bintree_1_1Node-members.html +share/doc/geos/html/classgeos_1_1index_1_1bintree_1_1Node.html +share/doc/geos/html/classgeos_1_1index_1_1bintree_1_1Node.png +share/doc/geos/html/classgeos_1_1index_1_1bintree_1_1NodeBase-members.html +share/doc/geos/html/classgeos_1_1index_1_1bintree_1_1NodeBase.html +share/doc/geos/html/classgeos_1_1index_1_1bintree_1_1NodeBase.png +share/doc/geos/html/classgeos_1_1index_1_1bintree_1_1Root-members.html +share/doc/geos/html/classgeos_1_1index_1_1bintree_1_1Root.html +share/doc/geos/html/classgeos_1_1index_1_1bintree_1_1Root.png +share/doc/geos/html/classgeos_1_1index_1_1chain_1_1MonotoneChain-members.html +share/doc/geos/html/classgeos_1_1index_1_1chain_1_1MonotoneChain.html +share/doc/geos/html/classgeos_1_1index_1_1chain_1_1MonotoneChainBuilder-members.html +share/doc/geos/html/classgeos_1_1index_1_1chain_1_1MonotoneChainBuilder.html +share/doc/geos/html/classgeos_1_1index_1_1chain_1_1MonotoneChainOverlapAction-members.html +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_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 +share/doc/geos/html/classgeos_1_1index_1_1quadtree_1_1IntervalSize.html +share/doc/geos/html/classgeos_1_1index_1_1quadtree_1_1Key-members.html +share/doc/geos/html/classgeos_1_1index_1_1quadtree_1_1Key.html +share/doc/geos/html/classgeos_1_1index_1_1quadtree_1_1Node-members.html +share/doc/geos/html/classgeos_1_1index_1_1quadtree_1_1Node.html +share/doc/geos/html/classgeos_1_1index_1_1quadtree_1_1Node.png +share/doc/geos/html/classgeos_1_1index_1_1quadtree_1_1NodeBase-members.html +share/doc/geos/html/classgeos_1_1index_1_1quadtree_1_1NodeBase.html +share/doc/geos/html/classgeos_1_1index_1_1quadtree_1_1NodeBase.png +share/doc/geos/html/classgeos_1_1index_1_1quadtree_1_1Quadtree-members.html +share/doc/geos/html/classgeos_1_1index_1_1quadtree_1_1Quadtree.html +share/doc/geos/html/classgeos_1_1index_1_1quadtree_1_1Quadtree.png +share/doc/geos/html/classgeos_1_1index_1_1quadtree_1_1Root-members.html +share/doc/geos/html/classgeos_1_1index_1_1quadtree_1_1Root.html +share/doc/geos/html/classgeos_1_1index_1_1quadtree_1_1Root.png +share/doc/geos/html/classgeos_1_1index_1_1strtree_1_1AbstractNode-members.html +share/doc/geos/html/classgeos_1_1index_1_1strtree_1_1AbstractNode.html +share/doc/geos/html/classgeos_1_1index_1_1strtree_1_1AbstractNode.png +share/doc/geos/html/classgeos_1_1index_1_1strtree_1_1AbstractSTRtree-members.html +share/doc/geos/html/classgeos_1_1index_1_1strtree_1_1AbstractSTRtree.html +share/doc/geos/html/classgeos_1_1index_1_1strtree_1_1AbstractSTRtree.png +share/doc/geos/html/classgeos_1_1index_1_1strtree_1_1AbstractSTRtree_1_1IntersectsOp-members.html +share/doc/geos/html/classgeos_1_1index_1_1strtree_1_1AbstractSTRtree_1_1IntersectsOp.html +share/doc/geos/html/classgeos_1_1index_1_1strtree_1_1Boundable-members.html +share/doc/geos/html/classgeos_1_1index_1_1strtree_1_1Boundable.html +share/doc/geos/html/classgeos_1_1index_1_1strtree_1_1Boundable.png +share/doc/geos/html/classgeos_1_1index_1_1strtree_1_1Interval-members.html +share/doc/geos/html/classgeos_1_1index_1_1strtree_1_1Interval.html +share/doc/geos/html/classgeos_1_1index_1_1strtree_1_1ItemBoundable-members.html +share/doc/geos/html/classgeos_1_1index_1_1strtree_1_1ItemBoundable.html +share/doc/geos/html/classgeos_1_1index_1_1strtree_1_1ItemBoundable.png +share/doc/geos/html/classgeos_1_1index_1_1strtree_1_1SIRtree-members.html +share/doc/geos/html/classgeos_1_1index_1_1strtree_1_1SIRtree.html +share/doc/geos/html/classgeos_1_1index_1_1strtree_1_1SIRtree.png +share/doc/geos/html/classgeos_1_1index_1_1strtree_1_1STRtree-members.html +share/doc/geos/html/classgeos_1_1index_1_1strtree_1_1STRtree.html +share/doc/geos/html/classgeos_1_1index_1_1strtree_1_1STRtree.png +share/doc/geos/html/classgeos_1_1index_1_1sweepline_1_1SweepLineIndex-members.html +share/doc/geos/html/classgeos_1_1index_1_1sweepline_1_1SweepLineIndex.html +share/doc/geos/html/classgeos_1_1io_1_1ParseException-members.html +share/doc/geos/html/classgeos_1_1io_1_1ParseException.html +share/doc/geos/html/classgeos_1_1io_1_1ParseException.png +share/doc/geos/html/classgeos_1_1io_1_1WKBReader-members.html +share/doc/geos/html/classgeos_1_1io_1_1WKBReader.html +share/doc/geos/html/classgeos_1_1io_1_1WKBWriter-members.html +share/doc/geos/html/classgeos_1_1io_1_1WKBWriter.html +share/doc/geos/html/classgeos_1_1io_1_1WKTReader-members.html +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_1noding_1_1FastNodingValidator-members.html +share/doc/geos/html/classgeos_1_1noding_1_1FastNodingValidator.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 +share/doc/geos/html/classgeos_1_1noding_1_1IntersectionFinderAdder-members.html +share/doc/geos/html/classgeos_1_1noding_1_1IntersectionFinderAdder.html +share/doc/geos/html/classgeos_1_1noding_1_1IntersectionFinderAdder.png +share/doc/geos/html/classgeos_1_1noding_1_1IteratedNoder-members.html +share/doc/geos/html/classgeos_1_1noding_1_1IteratedNoder.html +share/doc/geos/html/classgeos_1_1noding_1_1IteratedNoder.png +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_1Noder-members.html +share/doc/geos/html/classgeos_1_1noding_1_1Noder.html +share/doc/geos/html/classgeos_1_1noding_1_1Noder.png +share/doc/geos/html/classgeos_1_1noding_1_1NodingValidator-members.html +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_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_1SegmentIntersector-members.html +share/doc/geos/html/classgeos_1_1noding_1_1SegmentIntersector.html +share/doc/geos/html/classgeos_1_1noding_1_1SegmentIntersector.png +share/doc/geos/html/classgeos_1_1noding_1_1SegmentNode-members.html +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_1SegmentString-members.html +share/doc/geos/html/classgeos_1_1noding_1_1SegmentString.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 +share/doc/geos/html/classgeos_1_1noding_1_1SingleInteriorIntersectionFinder-members.html +share/doc/geos/html/classgeos_1_1noding_1_1SingleInteriorIntersectionFinder.html +share/doc/geos/html/classgeos_1_1noding_1_1SingleInteriorIntersectionFinder.png +share/doc/geos/html/classgeos_1_1noding_1_1SinglePassNoder-members.html +share/doc/geos/html/classgeos_1_1noding_1_1SinglePassNoder.html +share/doc/geos/html/classgeos_1_1noding_1_1SinglePassNoder.png +share/doc/geos/html/classgeos_1_1noding_1_1snapround_1_1HotPixel-members.html +share/doc/geos/html/classgeos_1_1noding_1_1snapround_1_1HotPixel.html +share/doc/geos/html/classgeos_1_1noding_1_1snapround_1_1MCIndexPointSnapper-members.html +share/doc/geos/html/classgeos_1_1noding_1_1snapround_1_1MCIndexPointSnapper.html +share/doc/geos/html/classgeos_1_1noding_1_1snapround_1_1MCIndexSnapRounder-members.html +share/doc/geos/html/classgeos_1_1noding_1_1snapround_1_1MCIndexSnapRounder.html +share/doc/geos/html/classgeos_1_1noding_1_1snapround_1_1MCIndexSnapRounder.png +share/doc/geos/html/classgeos_1_1noding_1_1snapround_1_1SimpleSnapRounder-members.html +share/doc/geos/html/classgeos_1_1noding_1_1snapround_1_1SimpleSnapRounder.html +share/doc/geos/html/classgeos_1_1noding_1_1snapround_1_1SimpleSnapRounder.png +share/doc/geos/html/classgeos_1_1operation_1_1GeometryGraphOperation-members.html +share/doc/geos/html/classgeos_1_1operation_1_1GeometryGraphOperation.html +share/doc/geos/html/classgeos_1_1operation_1_1GeometryGraphOperation.png +share/doc/geos/html/classgeos_1_1operation_1_1IsSimpleOp-members.html +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_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_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 +share/doc/geos/html/classgeos_1_1operation_1_1buffer_1_1OffsetCurveBuilder.html +share/doc/geos/html/classgeos_1_1operation_1_1buffer_1_1OffsetCurveSetBuilder-members.html +share/doc/geos/html/classgeos_1_1operation_1_1buffer_1_1OffsetCurveSetBuilder.html +share/doc/geos/html/classgeos_1_1operation_1_1buffer_1_1OffsetCurveVertexList-members.html +share/doc/geos/html/classgeos_1_1operation_1_1buffer_1_1OffsetCurveVertexList.html +share/doc/geos/html/classgeos_1_1operation_1_1buffer_1_1RightmostEdgeFinder-members.html +share/doc/geos/html/classgeos_1_1operation_1_1buffer_1_1RightmostEdgeFinder.html +share/doc/geos/html/classgeos_1_1operation_1_1buffer_1_1SubgraphDepthLocater-members.html +share/doc/geos/html/classgeos_1_1operation_1_1buffer_1_1SubgraphDepthLocater.html +share/doc/geos/html/classgeos_1_1operation_1_1distance_1_1ConnectedElementLocationFilter-members.html +share/doc/geos/html/classgeos_1_1operation_1_1distance_1_1ConnectedElementLocationFilter.html +share/doc/geos/html/classgeos_1_1operation_1_1distance_1_1ConnectedElementLocationFilter.png +share/doc/geos/html/classgeos_1_1operation_1_1distance_1_1ConnectedElementPointFilter-members.html +share/doc/geos/html/classgeos_1_1operation_1_1distance_1_1ConnectedElementPointFilter.html +share/doc/geos/html/classgeos_1_1operation_1_1distance_1_1ConnectedElementPointFilter.png +share/doc/geos/html/classgeos_1_1operation_1_1distance_1_1DistanceOp-members.html +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_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 +share/doc/geos/html/classgeos_1_1operation_1_1linemerge_1_1LineMergeDirectedEdge.html +share/doc/geos/html/classgeos_1_1operation_1_1linemerge_1_1LineMergeDirectedEdge.png +share/doc/geos/html/classgeos_1_1operation_1_1linemerge_1_1LineMergeEdge-members.html +share/doc/geos/html/classgeos_1_1operation_1_1linemerge_1_1LineMergeEdge.html +share/doc/geos/html/classgeos_1_1operation_1_1linemerge_1_1LineMergeEdge.png +share/doc/geos/html/classgeos_1_1operation_1_1linemerge_1_1LineMergeGraph-members.html +share/doc/geos/html/classgeos_1_1operation_1_1linemerge_1_1LineMergeGraph.html +share/doc/geos/html/classgeos_1_1operation_1_1linemerge_1_1LineMergeGraph.png +share/doc/geos/html/classgeos_1_1operation_1_1linemerge_1_1LineMerger-members.html +share/doc/geos/html/classgeos_1_1operation_1_1linemerge_1_1LineMerger.html +share/doc/geos/html/classgeos_1_1operation_1_1linemerge_1_1LineSequencer-members.html +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_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 +share/doc/geos/html/classgeos_1_1operation_1_1polygonize_1_1PolygonizeDirectedEdge.html +share/doc/geos/html/classgeos_1_1operation_1_1polygonize_1_1PolygonizeDirectedEdge.png +share/doc/geos/html/classgeos_1_1operation_1_1polygonize_1_1PolygonizeGraph-members.html +share/doc/geos/html/classgeos_1_1operation_1_1polygonize_1_1PolygonizeGraph.html +share/doc/geos/html/classgeos_1_1operation_1_1polygonize_1_1PolygonizeGraph.png +share/doc/geos/html/classgeos_1_1operation_1_1polygonize_1_1Polygonizer-members.html +share/doc/geos/html/classgeos_1_1operation_1_1polygonize_1_1Polygonizer.html +share/doc/geos/html/classgeos_1_1operation_1_1predicate_1_1RectangleContains-members.html +share/doc/geos/html/classgeos_1_1operation_1_1predicate_1_1RectangleContains.html +share/doc/geos/html/classgeos_1_1operation_1_1predicate_1_1RectangleIntersects-members.html +share/doc/geos/html/classgeos_1_1operation_1_1predicate_1_1RectangleIntersects.html +share/doc/geos/html/classgeos_1_1operation_1_1predicate_1_1SegmentIntersectionTester-members.html +share/doc/geos/html/classgeos_1_1operation_1_1predicate_1_1SegmentIntersectionTester.html +share/doc/geos/html/classgeos_1_1operation_1_1relate_1_1EdgeEndBuilder-members.html +share/doc/geos/html/classgeos_1_1operation_1_1relate_1_1EdgeEndBuilder.html +share/doc/geos/html/classgeos_1_1operation_1_1relate_1_1EdgeEndBundle-members.html +share/doc/geos/html/classgeos_1_1operation_1_1relate_1_1EdgeEndBundle.html +share/doc/geos/html/classgeos_1_1operation_1_1relate_1_1EdgeEndBundle.png +share/doc/geos/html/classgeos_1_1operation_1_1relate_1_1EdgeEndBundleStar-members.html +share/doc/geos/html/classgeos_1_1operation_1_1relate_1_1EdgeEndBundleStar.html +share/doc/geos/html/classgeos_1_1operation_1_1relate_1_1EdgeEndBundleStar.png +share/doc/geos/html/classgeos_1_1operation_1_1relate_1_1RelateComputer-members.html +share/doc/geos/html/classgeos_1_1operation_1_1relate_1_1RelateComputer.html +share/doc/geos/html/classgeos_1_1operation_1_1relate_1_1RelateNode-members.html +share/doc/geos/html/classgeos_1_1operation_1_1relate_1_1RelateNode.html +share/doc/geos/html/classgeos_1_1operation_1_1relate_1_1RelateNodeFactory-members.html +share/doc/geos/html/classgeos_1_1operation_1_1relate_1_1RelateNodeFactory.html +share/doc/geos/html/classgeos_1_1operation_1_1relate_1_1RelateNodeGraph-members.html +share/doc/geos/html/classgeos_1_1operation_1_1relate_1_1RelateNodeGraph.html +share/doc/geos/html/classgeos_1_1operation_1_1relate_1_1RelateOp-members.html +share/doc/geos/html/classgeos_1_1operation_1_1relate_1_1RelateOp.html +share/doc/geos/html/classgeos_1_1operation_1_1relate_1_1RelateOp.png +share/doc/geos/html/classgeos_1_1operation_1_1valid_1_1ConnectedInteriorTester-members.html +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_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 +share/doc/geos/html/classgeos_1_1operation_1_1valid_1_1QuadtreeNestedRingTester.html +share/doc/geos/html/classgeos_1_1operation_1_1valid_1_1RepeatedPointTester-members.html +share/doc/geos/html/classgeos_1_1operation_1_1valid_1_1RepeatedPointTester.html +share/doc/geos/html/classgeos_1_1operation_1_1valid_1_1SimpleNestedRingTester-members.html +share/doc/geos/html/classgeos_1_1operation_1_1valid_1_1SimpleNestedRingTester.html +share/doc/geos/html/classgeos_1_1operation_1_1valid_1_1SweeplineNestedRingTester-members.html +share/doc/geos/html/classgeos_1_1operation_1_1valid_1_1SweeplineNestedRingTester.html +share/doc/geos/html/classgeos_1_1operation_1_1valid_1_1TopologyValidationError-members.html +share/doc/geos/html/classgeos_1_1operation_1_1valid_1_1TopologyValidationError.html +share/doc/geos/html/classgeos_1_1planargraph_1_1DirectedEdge-members.html +share/doc/geos/html/classgeos_1_1planargraph_1_1DirectedEdge.html +share/doc/geos/html/classgeos_1_1planargraph_1_1DirectedEdge.png +share/doc/geos/html/classgeos_1_1planargraph_1_1DirectedEdgeStar-members.html +share/doc/geos/html/classgeos_1_1planargraph_1_1DirectedEdgeStar.html +share/doc/geos/html/classgeos_1_1planargraph_1_1Edge-members.html +share/doc/geos/html/classgeos_1_1planargraph_1_1Edge.html +share/doc/geos/html/classgeos_1_1planargraph_1_1Edge.png +share/doc/geos/html/classgeos_1_1planargraph_1_1GraphComponent-members.html +share/doc/geos/html/classgeos_1_1planargraph_1_1GraphComponent.html +share/doc/geos/html/classgeos_1_1planargraph_1_1GraphComponent.png +share/doc/geos/html/classgeos_1_1planargraph_1_1Node-members.html +share/doc/geos/html/classgeos_1_1planargraph_1_1Node.html +share/doc/geos/html/classgeos_1_1planargraph_1_1Node.png +share/doc/geos/html/classgeos_1_1planargraph_1_1NodeMap-members.html +share/doc/geos/html/classgeos_1_1planargraph_1_1NodeMap.html +share/doc/geos/html/classgeos_1_1planargraph_1_1PlanarGraph-members.html +share/doc/geos/html/classgeos_1_1planargraph_1_1PlanarGraph.html +share/doc/geos/html/classgeos_1_1planargraph_1_1PlanarGraph.png +share/doc/geos/html/classgeos_1_1planargraph_1_1Subgraph-members.html +share/doc/geos/html/classgeos_1_1planargraph_1_1Subgraph.html +share/doc/geos/html/classgeos_1_1planargraph_1_1algorithm_1_1ConnectedSubgraphFinder-members.html +share/doc/geos/html/classgeos_1_1planargraph_1_1algorithm_1_1ConnectedSubgraphFinder.html +share/doc/geos/html/classgeos_1_1precision_1_1CommonBits-members.html +share/doc/geos/html/classgeos_1_1precision_1_1CommonBits.html +share/doc/geos/html/classgeos_1_1precision_1_1CommonBitsOp-members.html +share/doc/geos/html/classgeos_1_1precision_1_1CommonBitsOp.html +share/doc/geos/html/classgeos_1_1precision_1_1CommonBitsRemover-members.html +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 +share/doc/geos/html/classgeos_1_1simplify_1_1DouglasPeuckerLineSimplifier.html +share/doc/geos/html/classgeos_1_1simplify_1_1DouglasPeuckerSimplifier-members.html +share/doc/geos/html/classgeos_1_1simplify_1_1DouglasPeuckerSimplifier.html +share/doc/geos/html/classgeos_1_1simplify_1_1TaggedLineSegment-members.html +share/doc/geos/html/classgeos_1_1simplify_1_1TaggedLineSegment.html +share/doc/geos/html/classgeos_1_1simplify_1_1TaggedLineSegment.png +share/doc/geos/html/classgeos_1_1simplify_1_1TaggedLineString-members.html +share/doc/geos/html/classgeos_1_1simplify_1_1TaggedLineString.html +share/doc/geos/html/classgeos_1_1simplify_1_1TaggedLineStringSimplifier-members.html +share/doc/geos/html/classgeos_1_1simplify_1_1TaggedLineStringSimplifier.html +share/doc/geos/html/classgeos_1_1simplify_1_1TaggedLinesSimplifier-members.html +share/doc/geos/html/classgeos_1_1simplify_1_1TaggedLinesSimplifier.html +share/doc/geos/html/classgeos_1_1simplify_1_1TopologyPreservingSimplifier-members.html +share/doc/geos/html/classgeos_1_1simplify_1_1TopologyPreservingSimplifier.html +share/doc/geos/html/classgeos_1_1util_1_1AssertionFailedException-members.html +share/doc/geos/html/classgeos_1_1util_1_1AssertionFailedException.html +share/doc/geos/html/classgeos_1_1util_1_1AssertionFailedException.png +share/doc/geos/html/classgeos_1_1util_1_1CoordinateArrayFilter-members.html +share/doc/geos/html/classgeos_1_1util_1_1CoordinateArrayFilter.html +share/doc/geos/html/classgeos_1_1util_1_1CoordinateArrayFilter.png +share/doc/geos/html/classgeos_1_1util_1_1GEOSException-members.html +share/doc/geos/html/classgeos_1_1util_1_1GEOSException.html +share/doc/geos/html/classgeos_1_1util_1_1GEOSException.png +share/doc/geos/html/classgeos_1_1util_1_1GeometricShapeFactory-members.html +share/doc/geos/html/classgeos_1_1util_1_1GeometricShapeFactory.html +share/doc/geos/html/classgeos_1_1util_1_1IllegalArgumentException-members.html +share/doc/geos/html/classgeos_1_1util_1_1IllegalArgumentException.html +share/doc/geos/html/classgeos_1_1util_1_1IllegalArgumentException.png +share/doc/geos/html/classgeos_1_1util_1_1TopologyException-members.html +share/doc/geos/html/classgeos_1_1util_1_1TopologyException.html +share/doc/geos/html/classgeos_1_1util_1_1TopologyException.png +share/doc/geos/html/classgeos_1_1util_1_1UnsupportedOperationException-members.html +share/doc/geos/html/classgeos_1_1util_1_1UnsupportedOperationException.html +share/doc/geos/html/classgeos_1_1util_1_1UnsupportedOperationException.png share/doc/geos/html/cpp_iface.html share/doc/geos/html/deprecated.html share/doc/geos/html/doxygen.css share/doc/geos/html/doxygen.png share/doc/geos/html/files.html share/doc/geos/html/functions.html +share/doc/geos/html/functions_0x62.html +share/doc/geos/html/functions_0x63.html +share/doc/geos/html/functions_0x64.html +share/doc/geos/html/functions_0x65.html +share/doc/geos/html/functions_0x66.html +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_0x6c.html +share/doc/geos/html/functions_0x6d.html +share/doc/geos/html/functions_0x6e.html +share/doc/geos/html/functions_0x6f.html +share/doc/geos/html/functions_0x70.html +share/doc/geos/html/functions_0x71.html +share/doc/geos/html/functions_0x72.html +share/doc/geos/html/functions_0x73.html +share/doc/geos/html/functions_0x74.html +share/doc/geos/html/functions_0x75.html +share/doc/geos/html/functions_0x76.html +share/doc/geos/html/functions_0x77.html +share/doc/geos/html/functions_0x78.html +share/doc/geos/html/functions_0x79.html +share/doc/geos/html/functions_0x7a.html +share/doc/geos/html/functions_0x7e.html share/doc/geos/html/functions_enum.html share/doc/geos/html/functions_eval.html share/doc/geos/html/functions_func.html +share/doc/geos/html/functions_func_0x62.html +share/doc/geos/html/functions_func_0x63.html +share/doc/geos/html/functions_func_0x64.html +share/doc/geos/html/functions_func_0x65.html +share/doc/geos/html/functions_func_0x66.html +share/doc/geos/html/functions_func_0x67.html +share/doc/geos/html/functions_func_0x68.html +share/doc/geos/html/functions_func_0x69.html +share/doc/geos/html/functions_func_0x6c.html +share/doc/geos/html/functions_func_0x6d.html +share/doc/geos/html/functions_func_0x6e.html +share/doc/geos/html/functions_func_0x6f.html +share/doc/geos/html/functions_func_0x70.html +share/doc/geos/html/functions_func_0x71.html +share/doc/geos/html/functions_func_0x72.html +share/doc/geos/html/functions_func_0x73.html +share/doc/geos/html/functions_func_0x74.html +share/doc/geos/html/functions_func_0x75.html +share/doc/geos/html/functions_func_0x77.html +share/doc/geos/html/functions_func_0x7a.html +share/doc/geos/html/functions_func_0x7e.html +share/doc/geos/html/functions_rela.html +share/doc/geos/html/functions_type.html share/doc/geos/html/functions_vars.html share/doc/geos/html/geomUtil_8h-source.html share/doc/geos/html/geom_8h-source.html +share/doc/geos/html/geomgraph_2DirectedEdgeStar_8h-source.html +share/doc/geos/html/geomgraph_2DirectedEdge_8h-source.html +share/doc/geos/html/geomgraph_2EdgeRing_8h-source.html +share/doc/geos/html/geomgraph_2Edge_8h-source.html +share/doc/geos/html/geomgraph_2GraphComponent_8h-source.html +share/doc/geos/html/geomgraph_2NodeMap_8h-source.html +share/doc/geos/html/geomgraph_2Node_8h-source.html +share/doc/geos/html/geomgraph_2PlanarGraph_8h-source.html +share/doc/geos/html/geomgraph_2index_2MonotoneChain_8h-source.html +share/doc/geos/html/geomgraph_2index_2SegmentIntersector_8h-source.html +share/doc/geos/html/geomgraph_2index_2SweepLineEvent_8h-source.html share/doc/geos/html/geomgraph_8h-source.html share/doc/geos/html/geomgraphindex_8h-source.html share/doc/geos/html/geosAlgorithm_8h-source.html @@ -144,36 +953,84 @@ share/doc/geos/html/indexChain_8h-source.html share/doc/geos/html/indexQuadtree_8h-source.html share/doc/geos/html/indexStrtree_8h-source.html share/doc/geos/html/indexSweepline_8h-source.html +share/doc/geos/html/index_2bintree_2Node_8h-source.html +share/doc/geos/html/index_2chain_2MonotoneChain_8h-source.html +share/doc/geos/html/index_2quadtree_2Node_8h-source.html +share/doc/geos/html/index_2sweepline_2SweepLineEvent_8h-source.html +share/doc/geos/html/inline_8h-source.html share/doc/geos/html/io_8h-source.html +share/doc/geos/html/math_8h-source.html share/doc/geos/html/namespacegeos.html -share/doc/geos/html/namespacegeos_1_1WKBConstants.html +share/doc/geos/html/namespacegeos_1_1algorithm.html +share/doc/geos/html/namespacegeos_1_1geom.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 +share/doc/geos/html/namespacegeos_1_1index_1_1chain.html +share/doc/geos/html/namespacegeos_1_1index_1_1quadtree.html +share/doc/geos/html/namespacegeos_1_1index_1_1strtree.html +share/doc/geos/html/namespacegeos_1_1index_1_1sweepline.html +share/doc/geos/html/namespacegeos_1_1io.html +share/doc/geos/html/namespacegeos_1_1io_1_1WKBConstants.html +share/doc/geos/html/namespacegeos_1_1noding.html +share/doc/geos/html/namespacegeos_1_1noding_1_1snapround.html +share/doc/geos/html/namespacegeos_1_1operation.html +share/doc/geos/html/namespacegeos_1_1operation_1_1buffer.html +share/doc/geos/html/namespacegeos_1_1operation_1_1distance.html +share/doc/geos/html/namespacegeos_1_1operation_1_1linemerge.html +share/doc/geos/html/namespacegeos_1_1operation_1_1overlay.html +share/doc/geos/html/namespacegeos_1_1operation_1_1relate.html +share/doc/geos/html/namespacegeos_1_1operation_1_1valid.html +share/doc/geos/html/namespacegeos_1_1planargraph.html +share/doc/geos/html/namespacegeos_1_1planargraph_1_1algorithm.html +share/doc/geos/html/namespacegeos_1_1precision.html share/doc/geos/html/namespacemembers.html share/doc/geos/html/namespacemembers_enum.html share/doc/geos/html/namespacemembers_eval.html share/doc/geos/html/namespacemembers_func.html share/doc/geos/html/namespacemembers_type.html +share/doc/geos/html/namespacemembers_vars.html share/doc/geos/html/namespaces.html share/doc/geos/html/nodingSnapround_8h-source.html +share/doc/geos/html/noding_2SegmentIntersector_8h-source.html share/doc/geos/html/noding_8h-source.html share/doc/geos/html/opBuffer_8h-source.html share/doc/geos/html/opDistance_8h-source.html share/doc/geos/html/opLinemerge_8h-source.html share/doc/geos/html/opOverlay_8h-source.html share/doc/geos/html/opPolygonize_8h-source.html +share/doc/geos/html/opPredicate_8h-source.html share/doc/geos/html/opRelate_8h-source.html share/doc/geos/html/opValid_8h-source.html +share/doc/geos/html/operation_2polygonize_2EdgeRing_8h-source.html share/doc/geos/html/operation_8h-source.html share/doc/geos/html/pages.html +share/doc/geos/html/planargraph_2DirectedEdgeStar_8h-source.html +share/doc/geos/html/planargraph_2DirectedEdge_8h-source.html +share/doc/geos/html/planargraph_2Edge_8h-source.html +share/doc/geos/html/planargraph_2GraphComponent_8h-source.html +share/doc/geos/html/planargraph_2NodeMap_8h-source.html +share/doc/geos/html/planargraph_2Node_8h-source.html +share/doc/geos/html/planargraph_2PlanarGraph_8h-source.html share/doc/geos/html/planargraph_8h-source.html share/doc/geos/html/platform_8h-source.html share/doc/geos/html/precision_8h-source.html share/doc/geos/html/profiler_8h-source.html +share/doc/geos/html/quadtree_2Key_8h-source.html +share/doc/geos/html/quadtree_2NodeBase_8h-source.html +share/doc/geos/html/quadtree_2Root_8h-source.html share/doc/geos/html/spatialIndex_8h-source.html +share/doc/geos/html/strtree_2Interval_8h-source.html +share/doc/geos/html/structgeos_1_1geom_1_1CoordinateLessThen-members.html +share/doc/geos/html/structgeos_1_1geom_1_1CoordinateLessThen.html +share/doc/geos/html/structgeos_1_1operation_1_1overlay_1_1overlayOp-members.html +share/doc/geos/html/structgeos_1_1operation_1_1overlay_1_1overlayOp.html share/doc/geos/html/tab_b.gif share/doc/geos/html/tab_l.gif share/doc/geos/html/tab_r.gif share/doc/geos/html/tabs.css share/doc/geos/html/timeval_8h-source.html +share/doc/geos/html/todo.html share/doc/geos/html/unload_8h-source.html share/doc/geos/html/util_8h-source.html share/doc/geos/html/version_8h-source.html