Fri Jun 3 20:01:32 2022 UTC ()
geography/geos: Update to 3.10.3

Upstream changes are minor


(gdt)
diff -r1.41 -r1.42 pkgsrc/geography/geos/Makefile
diff -r1.20 -r1.21 pkgsrc/geography/geos/PLIST
diff -r1.42 -r1.43 pkgsrc/geography/geos/distinfo

cvs diff -r1.41 -r1.42 pkgsrc/geography/geos/Makefile (switch to unified diff)

--- pkgsrc/geography/geos/Makefile 2022/03/13 14:28:59 1.41
+++ pkgsrc/geography/geos/Makefile 2022/06/03 20:01:32 1.42
@@ -1,53 +1,53 @@ @@ -1,53 +1,53 @@
1# $NetBSD: Makefile,v 1.41 2022/03/13 14:28:59 gdt Exp $ 1# $NetBSD: Makefile,v 1.42 2022/06/03 20:01:32 gdt Exp $
2 2
3DISTNAME= geos-3.10.2 3DISTNAME= geos-3.10.3
4CATEGORIES= geography 4CATEGORIES= geography
5MASTER_SITES= http://download.osgeo.org/geos/ 5MASTER_SITES= http://download.osgeo.org/geos/
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8# geos has two libraries: 8# geos has two libraries:
9# geos_c (C), which follows normal versioning rules 9# geos_c (C), which follows normal versioning rules
10# geos (C++), which uses -release, and changes on every release 10# geos (C++), which uses -release, and changes on every release
11 11
12# According to the geos project (as documented in README), the C++ 12# According to the geos project (as documented in README), the C++
13# interface should not be directly used and other packages should not 13# interface should not be directly used and other packages should not
14# link against it. Therefore, in theory pkgsrc would perform a 14# link against it. Therefore, in theory pkgsrc would perform a
15# recursive revbump when the libgeos_c.so version changes, and would 15# recursive revbump when the libgeos_c.so version changes, and would
16# generally ignore libgeos.so shlib name changes. 16# generally ignore libgeos.so shlib name changes.
17# 17#
18# However, libtool explicitly adds dependency_libs, so packages that 18# However, libtool explicitly adds dependency_libs, so packages that
19# intend to only depend on the C library end up being linked directly 19# intend to only depend on the C library end up being linked directly
20# to the C++ library also. Thus, they need revbumping because of 20# to the C++ library also. Thus, they need revbumping because of
21# libtools {bug or feature}. 21# libtools {bug or feature}.
22# 22#
23# Packages that need revbumping because of libtool's behavior: 23# Packages that need revbumping because of libtool's behavior:
24# geography/gdal-lib 24# geography/gdal-lib
25# geography/py-gdal 25# geography/py-gdal
26# Packages that need revbumping because of direct use of the C++ lib: 26# Packages that need revbumping because of direct use of the C++ lib:
27# (none known) 27# (none known)
28 28
29MAINTAINER= gdt@NetBSD.org 29MAINTAINER= gdt@NetBSD.org
30HOMEPAGE= https://trac.osgeo.org/geos 30HOMEPAGE= https://trac.osgeo.org/geos
31COMMENT= C++ port of the Java Topology Suite (JTS) 31COMMENT= C++ port of the Java Topology Suite (JTS)
32LICENSE= gnu-lgpl-v2.1 32LICENSE= gnu-lgpl-v2.1
33 33
34USE_LANGUAGES= c c++11 34USE_LANGUAGES= c c++11
35 35
36USE_CMAKE= yes 36USE_CMAKE= yes
37#PKG_DEBUG_LEVEL?= 1 37#PKG_DEBUG_LEVEL?= 1
38# cmake hides what it is doing; ask it to be like traditional builds. 38# cmake hides what it is doing; ask it to be like traditional builds.
39MAKE_FLAGS+= VERBOSE=1 39MAKE_FLAGS+= VERBOSE=1
40 40
41# Note that the new geos cmake build system is broken and misorders 41# Note that the new geos cmake build system is broken and misorders
42# RPATH for tests, leading to testing the installed geos instead of 42# RPATH for tests, leading to testing the installed geos instead of
43# the built geos. Reported upstream via email 202110, and probably 43# the built geos. Reported upstream via email 202110, and probably
44# it's a cmake bug. 44# it's a cmake bug.
45TEST_TARGET= check 45TEST_TARGET= check
46# pthreads are used in tests only, to validate that the thread-safe 46# pthreads are used in tests only, to validate that the thread-safe
47# API to geos, which is not threaded, works. In that API, callers 47# API to geos, which is not threaded, works. In that API, callers
48# provide context so that the library does not use internal state. 48# provide context so that the library does not use internal state.
49# For now, leave it out on the theory that it's found anyway, 49# For now, leave it out on the theory that it's found anyway,
50# optimizing for the package not the tests. 50# optimizing for the package not the tests.
51#.include "../../mk/pthread.buildlink3.mk" 51#.include "../../mk/pthread.buildlink3.mk"
52 52
53.include "../../mk/bsd.pkg.mk" 53.include "../../mk/bsd.pkg.mk"

cvs diff -r1.20 -r1.21 pkgsrc/geography/geos/PLIST (switch to unified diff)

--- pkgsrc/geography/geos/PLIST 2022/03/13 14:28:59 1.20
+++ pkgsrc/geography/geos/PLIST 2022/06/03 20:01:32 1.21
@@ -1,476 +1,476 @@ @@ -1,476 +1,476 @@
1@comment $NetBSD: PLIST,v 1.20 2022/03/13 14:28:59 gdt Exp $ 1@comment $NetBSD: PLIST,v 1.21 2022/06/03 20:01:32 gdt Exp $
2bin/geos-config 2bin/geos-config
3bin/geosop 3bin/geosop
4include/geos/algorithm/Angle.h 4include/geos/algorithm/Angle.h
5include/geos/algorithm/Area.h 5include/geos/algorithm/Area.h
6include/geos/algorithm/BoundaryNodeRule.h 6include/geos/algorithm/BoundaryNodeRule.h
7include/geos/algorithm/CGAlgorithmsDD.h 7include/geos/algorithm/CGAlgorithmsDD.h
8include/geos/algorithm/CGAlgorithmsDD.inl 8include/geos/algorithm/CGAlgorithmsDD.inl
9include/geos/algorithm/CentralEndpointIntersector.h 9include/geos/algorithm/CentralEndpointIntersector.h
10include/geos/algorithm/Centroid.h 10include/geos/algorithm/Centroid.h
11include/geos/algorithm/ConvexHull.h 11include/geos/algorithm/ConvexHull.h
12include/geos/algorithm/ConvexHull.inl 12include/geos/algorithm/ConvexHull.inl
13include/geos/algorithm/Distance.h 13include/geos/algorithm/Distance.h
14include/geos/algorithm/HCoordinate.h 14include/geos/algorithm/HCoordinate.h
15include/geos/algorithm/InteriorPointArea.h 15include/geos/algorithm/InteriorPointArea.h
16include/geos/algorithm/InteriorPointLine.h 16include/geos/algorithm/InteriorPointLine.h
17include/geos/algorithm/InteriorPointPoint.h 17include/geos/algorithm/InteriorPointPoint.h
18include/geos/algorithm/Intersection.h 18include/geos/algorithm/Intersection.h
19include/geos/algorithm/Length.h 19include/geos/algorithm/Length.h
20include/geos/algorithm/LineIntersector.h 20include/geos/algorithm/LineIntersector.h
21include/geos/algorithm/LineIntersector.inl 21include/geos/algorithm/LineIntersector.inl
22include/geos/algorithm/MinimumBoundingCircle.h 22include/geos/algorithm/MinimumBoundingCircle.h
23include/geos/algorithm/MinimumDiameter.h 23include/geos/algorithm/MinimumDiameter.h
24include/geos/algorithm/NotRepresentableException.h 24include/geos/algorithm/NotRepresentableException.h
25include/geos/algorithm/Orientation.h 25include/geos/algorithm/Orientation.h
26include/geos/algorithm/PointInRing.h 26include/geos/algorithm/PointInRing.h
27include/geos/algorithm/PointLocation.h 27include/geos/algorithm/PointLocation.h
28include/geos/algorithm/PointLocator.h 28include/geos/algorithm/PointLocator.h
29include/geos/algorithm/RayCrossingCounter.h 29include/geos/algorithm/RayCrossingCounter.h
30include/geos/algorithm/RayCrossingCounterDD.h 30include/geos/algorithm/RayCrossingCounterDD.h
31include/geos/algorithm/RobustDeterminant.h 31include/geos/algorithm/RobustDeterminant.h
32include/geos/algorithm/SimplePointInRing.h 32include/geos/algorithm/SimplePointInRing.h
33include/geos/algorithm/construct/LargestEmptyCircle.h 33include/geos/algorithm/construct/LargestEmptyCircle.h
34include/geos/algorithm/construct/MaximumInscribedCircle.h 34include/geos/algorithm/construct/MaximumInscribedCircle.h
35include/geos/algorithm/distance/DiscreteFrechetDistance.h 35include/geos/algorithm/distance/DiscreteFrechetDistance.h
36include/geos/algorithm/distance/DiscreteHausdorffDistance.h 36include/geos/algorithm/distance/DiscreteHausdorffDistance.h
37include/geos/algorithm/distance/DistanceToPoint.h 37include/geos/algorithm/distance/DistanceToPoint.h
38include/geos/algorithm/distance/PointPairDistance.h 38include/geos/algorithm/distance/PointPairDistance.h
39include/geos/algorithm/locate/IndexedPointInAreaLocator.h 39include/geos/algorithm/locate/IndexedPointInAreaLocator.h
40include/geos/algorithm/locate/PointOnGeometryLocator.h 40include/geos/algorithm/locate/PointOnGeometryLocator.h
41include/geos/algorithm/locate/SimplePointInAreaLocator.h 41include/geos/algorithm/locate/SimplePointInAreaLocator.h
42include/geos/constants.h 42include/geos/constants.h
43include/geos/edgegraph/EdgeGraph.h 43include/geos/edgegraph/EdgeGraph.h
44include/geos/edgegraph/EdgeGraphBuilder.h 44include/geos/edgegraph/EdgeGraphBuilder.h
45include/geos/edgegraph/HalfEdge.h 45include/geos/edgegraph/HalfEdge.h
46include/geos/edgegraph/MarkHalfEdge.h 46include/geos/edgegraph/MarkHalfEdge.h
47include/geos/export.h 47include/geos/export.h
48include/geos/geom.h 48include/geos/geom.h
49include/geos/geom/Coordinate.h 49include/geos/geom/Coordinate.h
50include/geos/geom/Coordinate.inl 50include/geos/geom/Coordinate.inl
51include/geos/geom/CoordinateArraySequence.h 51include/geos/geom/CoordinateArraySequence.h
52include/geos/geom/CoordinateArraySequenceFactory.h 52include/geos/geom/CoordinateArraySequenceFactory.h
53include/geos/geom/CoordinateArraySequenceFactory.inl 53include/geos/geom/CoordinateArraySequenceFactory.inl
54include/geos/geom/CoordinateFilter.h 54include/geos/geom/CoordinateFilter.h
55include/geos/geom/CoordinateList.h 55include/geos/geom/CoordinateList.h
56include/geos/geom/CoordinateSequence.h 56include/geos/geom/CoordinateSequence.h
57include/geos/geom/CoordinateSequenceFactory.h 57include/geos/geom/CoordinateSequenceFactory.h
58include/geos/geom/CoordinateSequenceFilter.h 58include/geos/geom/CoordinateSequenceFilter.h
59include/geos/geom/DefaultCoordinateSequenceFactory.h 59include/geos/geom/DefaultCoordinateSequenceFactory.h
60include/geos/geom/Dimension.h 60include/geos/geom/Dimension.h
61include/geos/geom/Envelope.h 61include/geos/geom/Envelope.h
62include/geos/geom/Envelope.inl 62include/geos/geom/Envelope.inl
63include/geos/geom/FixedSizeCoordinateSequence.h 63include/geos/geom/FixedSizeCoordinateSequence.h
64include/geos/geom/Geometry.h 64include/geos/geom/Geometry.h
65include/geos/geom/GeometryCollection.h 65include/geos/geom/GeometryCollection.h
66include/geos/geom/GeometryCollection.inl 66include/geos/geom/GeometryCollection.inl
67include/geos/geom/GeometryComponentFilter.h 67include/geos/geom/GeometryComponentFilter.h
68include/geos/geom/GeometryFactory.h 68include/geos/geom/GeometryFactory.h
69include/geos/geom/GeometryFactory.inl 69include/geos/geom/GeometryFactory.inl
70include/geos/geom/GeometryFilter.h 70include/geos/geom/GeometryFilter.h
71include/geos/geom/HeuristicOverlay.h 71include/geos/geom/HeuristicOverlay.h
72include/geos/geom/IntersectionMatrix.h 72include/geos/geom/IntersectionMatrix.h
73include/geos/geom/LineSegment.h 73include/geos/geom/LineSegment.h
74include/geos/geom/LineSegment.inl 74include/geos/geom/LineSegment.inl
75include/geos/geom/LineString.h 75include/geos/geom/LineString.h
76include/geos/geom/LinearRing.h 76include/geos/geom/LinearRing.h
77include/geos/geom/Location.h 77include/geos/geom/Location.h
78include/geos/geom/MultiLineString.h 78include/geos/geom/MultiLineString.h
79include/geos/geom/MultiLineString.inl 79include/geos/geom/MultiLineString.inl
80include/geos/geom/MultiPoint.h 80include/geos/geom/MultiPoint.h
81include/geos/geom/MultiPolygon.h 81include/geos/geom/MultiPolygon.h
82include/geos/geom/MultiPolygon.inl 82include/geos/geom/MultiPolygon.inl
83include/geos/geom/Point.h 83include/geos/geom/Point.h
84include/geos/geom/Polygon.h 84include/geos/geom/Polygon.h
85include/geos/geom/Position.h 85include/geos/geom/Position.h
86include/geos/geom/PrecisionModel.h 86include/geos/geom/PrecisionModel.h
87include/geos/geom/PrecisionModel.inl 87include/geos/geom/PrecisionModel.inl
88include/geos/geom/Quadrant.h 88include/geos/geom/Quadrant.h
89include/geos/geom/Quadrant.inl 89include/geos/geom/Quadrant.inl
90include/geos/geom/Triangle.h 90include/geos/geom/Triangle.h
91include/geos/geom/prep/AbstractPreparedPolygonContains.h 91include/geos/geom/prep/AbstractPreparedPolygonContains.h
92include/geos/geom/prep/BasicPreparedGeometry.h 92include/geos/geom/prep/BasicPreparedGeometry.h
93include/geos/geom/prep/PreparedGeometry.h 93include/geos/geom/prep/PreparedGeometry.h
94include/geos/geom/prep/PreparedGeometryFactory.h 94include/geos/geom/prep/PreparedGeometryFactory.h
95include/geos/geom/prep/PreparedLineString.h 95include/geos/geom/prep/PreparedLineString.h
96include/geos/geom/prep/PreparedLineStringDistance.h 96include/geos/geom/prep/PreparedLineStringDistance.h
97include/geos/geom/prep/PreparedLineStringIntersects.h 97include/geos/geom/prep/PreparedLineStringIntersects.h
98include/geos/geom/prep/PreparedLineStringNearestPoints.h 98include/geos/geom/prep/PreparedLineStringNearestPoints.h
99include/geos/geom/prep/PreparedPoint.h 99include/geos/geom/prep/PreparedPoint.h
100include/geos/geom/prep/PreparedPolygon.h 100include/geos/geom/prep/PreparedPolygon.h
101include/geos/geom/prep/PreparedPolygonContains.h 101include/geos/geom/prep/PreparedPolygonContains.h
102include/geos/geom/prep/PreparedPolygonContainsProperly.h 102include/geos/geom/prep/PreparedPolygonContainsProperly.h
103include/geos/geom/prep/PreparedPolygonCovers.h 103include/geos/geom/prep/PreparedPolygonCovers.h
104include/geos/geom/prep/PreparedPolygonDistance.h 104include/geos/geom/prep/PreparedPolygonDistance.h
105include/geos/geom/prep/PreparedPolygonIntersects.h 105include/geos/geom/prep/PreparedPolygonIntersects.h
106include/geos/geom/prep/PreparedPolygonPredicate.h 106include/geos/geom/prep/PreparedPolygonPredicate.h
107include/geos/geom/util/ComponentCoordinateExtracter.h 107include/geos/geom/util/ComponentCoordinateExtracter.h
108include/geos/geom/util/CoordinateOperation.h 108include/geos/geom/util/CoordinateOperation.h
109include/geos/geom/util/Densifier.h 109include/geos/geom/util/Densifier.h
110include/geos/geom/util/GeometryCombiner.h 110include/geos/geom/util/GeometryCombiner.h
111include/geos/geom/util/GeometryEditor.h 111include/geos/geom/util/GeometryEditor.h
112include/geos/geom/util/GeometryEditorOperation.h 112include/geos/geom/util/GeometryEditorOperation.h
113include/geos/geom/util/GeometryExtracter.h 113include/geos/geom/util/GeometryExtracter.h
114include/geos/geom/util/GeometryFixer.h 114include/geos/geom/util/GeometryFixer.h
115include/geos/geom/util/GeometryTransformer.h 115include/geos/geom/util/GeometryTransformer.h
116include/geos/geom/util/LinearComponentExtracter.h 116include/geos/geom/util/LinearComponentExtracter.h
117include/geos/geom/util/NoOpGeometryOperation.h 117include/geos/geom/util/NoOpGeometryOperation.h
118include/geos/geom/util/PointExtracter.h 118include/geos/geom/util/PointExtracter.h
119include/geos/geom/util/PolygonExtracter.h 119include/geos/geom/util/PolygonExtracter.h
120include/geos/geom/util/ShortCircuitedGeometryVisitor.h 120include/geos/geom/util/ShortCircuitedGeometryVisitor.h
121include/geos/geom/util/SineStarFactory.h 121include/geos/geom/util/SineStarFactory.h
122include/geos/geomgraph/Depth.h 122include/geos/geomgraph/Depth.h
123include/geos/geomgraph/Depth.inl 123include/geos/geomgraph/Depth.inl
124include/geos/geomgraph/DirectedEdge.h 124include/geos/geomgraph/DirectedEdge.h
125include/geos/geomgraph/DirectedEdge.inl 125include/geos/geomgraph/DirectedEdge.inl
126include/geos/geomgraph/DirectedEdgeStar.h 126include/geos/geomgraph/DirectedEdgeStar.h
127include/geos/geomgraph/Edge.h 127include/geos/geomgraph/Edge.h
128include/geos/geomgraph/EdgeEnd.h 128include/geos/geomgraph/EdgeEnd.h
129include/geos/geomgraph/EdgeEndStar.h 129include/geos/geomgraph/EdgeEndStar.h
130include/geos/geomgraph/EdgeIntersection.h 130include/geos/geomgraph/EdgeIntersection.h
131include/geos/geomgraph/EdgeIntersectionList.h 131include/geos/geomgraph/EdgeIntersectionList.h
132include/geos/geomgraph/EdgeList.h 132include/geos/geomgraph/EdgeList.h
133include/geos/geomgraph/EdgeNodingValidator.h 133include/geos/geomgraph/EdgeNodingValidator.h
134include/geos/geomgraph/EdgeRing.h 134include/geos/geomgraph/EdgeRing.h
135include/geos/geomgraph/GeometryGraph.h 135include/geos/geomgraph/GeometryGraph.h
136include/geos/geomgraph/GeometryGraph.inl 136include/geos/geomgraph/GeometryGraph.inl
137include/geos/geomgraph/GraphComponent.h 137include/geos/geomgraph/GraphComponent.h
138include/geos/geomgraph/Label.h 138include/geos/geomgraph/Label.h
139include/geos/geomgraph/Label.inl 139include/geos/geomgraph/Label.inl
140include/geos/geomgraph/Node.h 140include/geos/geomgraph/Node.h
141include/geos/geomgraph/NodeFactory.h 141include/geos/geomgraph/NodeFactory.h
142include/geos/geomgraph/NodeMap.h 142include/geos/geomgraph/NodeMap.h
143include/geos/geomgraph/PlanarGraph.h 143include/geos/geomgraph/PlanarGraph.h
144include/geos/geomgraph/TopologyLocation.h 144include/geos/geomgraph/TopologyLocation.h
145include/geos/geomgraph/TopologyLocation.inl 145include/geos/geomgraph/TopologyLocation.inl
146include/geos/geomgraph/index/EdgeSetIntersector.h 146include/geos/geomgraph/index/EdgeSetIntersector.h
147include/geos/geomgraph/index/MonotoneChain.h 147include/geos/geomgraph/index/MonotoneChain.h
148include/geos/geomgraph/index/MonotoneChainEdge.h 148include/geos/geomgraph/index/MonotoneChainEdge.h
149include/geos/geomgraph/index/MonotoneChainIndexer.h 149include/geos/geomgraph/index/MonotoneChainIndexer.h
150include/geos/geomgraph/index/SegmentIntersector.h 150include/geos/geomgraph/index/SegmentIntersector.h
151include/geos/geomgraph/index/SegmentIntersector.inl 151include/geos/geomgraph/index/SegmentIntersector.inl
152include/geos/geomgraph/index/SimpleEdgeSetIntersector.h 152include/geos/geomgraph/index/SimpleEdgeSetIntersector.h
153include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h 153include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h
154include/geos/geomgraph/index/SimpleSweepLineIntersector.h 154include/geos/geomgraph/index/SimpleSweepLineIntersector.h
155include/geos/geomgraph/index/SweepLineEvent.h 155include/geos/geomgraph/index/SweepLineEvent.h
156include/geos/geomgraph/index/SweepLineEventObj.h 156include/geos/geomgraph/index/SweepLineEventObj.h
157include/geos/geomgraph/index/SweepLineSegment.h 157include/geos/geomgraph/index/SweepLineSegment.h
158include/geos/index/ItemVisitor.h 158include/geos/index/ItemVisitor.h
159include/geos/index/SpatialIndex.h 159include/geos/index/SpatialIndex.h
160include/geos/index/bintree/Bintree.h 160include/geos/index/bintree/Bintree.h
161include/geos/index/bintree/Interval.h 161include/geos/index/bintree/Interval.h
162include/geos/index/bintree/Key.h 162include/geos/index/bintree/Key.h
163include/geos/index/bintree/Node.h 163include/geos/index/bintree/Node.h
164include/geos/index/bintree/NodeBase.h 164include/geos/index/bintree/NodeBase.h
165include/geos/index/bintree/Root.h 165include/geos/index/bintree/Root.h
166include/geos/index/chain/MonotoneChain.h 166include/geos/index/chain/MonotoneChain.h
167include/geos/index/chain/MonotoneChainBuilder.h 167include/geos/index/chain/MonotoneChainBuilder.h
168include/geos/index/chain/MonotoneChainOverlapAction.h 168include/geos/index/chain/MonotoneChainOverlapAction.h
169include/geos/index/chain/MonotoneChainSelectAction.h 169include/geos/index/chain/MonotoneChainSelectAction.h
170include/geos/index/intervalrtree/IntervalRTreeBranchNode.h 170include/geos/index/intervalrtree/IntervalRTreeBranchNode.h
171include/geos/index/intervalrtree/IntervalRTreeLeafNode.h 171include/geos/index/intervalrtree/IntervalRTreeLeafNode.h
172include/geos/index/intervalrtree/IntervalRTreeNode.h 172include/geos/index/intervalrtree/IntervalRTreeNode.h
173include/geos/index/intervalrtree/SortedPackedIntervalRTree.h 173include/geos/index/intervalrtree/SortedPackedIntervalRTree.h
174include/geos/index/kdtree/KdNode.h 174include/geos/index/kdtree/KdNode.h
175include/geos/index/kdtree/KdNodeVisitor.h 175include/geos/index/kdtree/KdNodeVisitor.h
176include/geos/index/kdtree/KdTree.h 176include/geos/index/kdtree/KdTree.h
177include/geos/index/quadtree/IntervalSize.h 177include/geos/index/quadtree/IntervalSize.h
178include/geos/index/quadtree/Key.h 178include/geos/index/quadtree/Key.h
179include/geos/index/quadtree/Node.h 179include/geos/index/quadtree/Node.h
180include/geos/index/quadtree/NodeBase.h 180include/geos/index/quadtree/NodeBase.h
181include/geos/index/quadtree/Quadtree.h 181include/geos/index/quadtree/Quadtree.h
182include/geos/index/quadtree/Root.h 182include/geos/index/quadtree/Root.h
183include/geos/index/strtree/AbstractNode.h 183include/geos/index/strtree/AbstractNode.h
184include/geos/index/strtree/AbstractSTRtree.h 184include/geos/index/strtree/AbstractSTRtree.h
185include/geos/index/strtree/Boundable.h 185include/geos/index/strtree/Boundable.h
186include/geos/index/strtree/BoundablePair.h 186include/geos/index/strtree/BoundablePair.h
187include/geos/index/strtree/EnvelopeUtil.h 187include/geos/index/strtree/EnvelopeUtil.h
188include/geos/index/strtree/GeometryItemDistance.h 188include/geos/index/strtree/GeometryItemDistance.h
189include/geos/index/strtree/Interval.h 189include/geos/index/strtree/Interval.h
190include/geos/index/strtree/ItemBoundable.h 190include/geos/index/strtree/ItemBoundable.h
191include/geos/index/strtree/ItemDistance.h 191include/geos/index/strtree/ItemDistance.h
192include/geos/index/strtree/SIRtree.h 192include/geos/index/strtree/SIRtree.h
193include/geos/index/strtree/STRtree.h 193include/geos/index/strtree/STRtree.h
194include/geos/index/strtree/SimpleSTRdistance.h 194include/geos/index/strtree/SimpleSTRdistance.h
195include/geos/index/strtree/SimpleSTRnode.h 195include/geos/index/strtree/SimpleSTRnode.h
196include/geos/index/strtree/SimpleSTRtree.h 196include/geos/index/strtree/SimpleSTRtree.h
197include/geos/index/strtree/TemplateSTRNode.h 197include/geos/index/strtree/TemplateSTRNode.h
198include/geos/index/strtree/TemplateSTRNodePair.h 198include/geos/index/strtree/TemplateSTRNodePair.h
199include/geos/index/strtree/TemplateSTRtree.h 199include/geos/index/strtree/TemplateSTRtree.h
200include/geos/index/strtree/TemplateSTRtreeDistance.h 200include/geos/index/strtree/TemplateSTRtreeDistance.h
201include/geos/index/sweepline/SweepLineEvent.h 201include/geos/index/sweepline/SweepLineEvent.h
202include/geos/index/sweepline/SweepLineIndex.h 202include/geos/index/sweepline/SweepLineIndex.h
203include/geos/index/sweepline/SweepLineInterval.h 203include/geos/index/sweepline/SweepLineInterval.h
204include/geos/index/sweepline/SweepLineOverlapAction.h 204include/geos/index/sweepline/SweepLineOverlapAction.h
205include/geos/inline.h 205include/geos/inline.h
206include/geos/io/ByteOrderDataInStream.h 206include/geos/io/ByteOrderDataInStream.h
207include/geos/io/ByteOrderDataInStream.inl 207include/geos/io/ByteOrderDataInStream.inl
208include/geos/io/ByteOrderValues.h 208include/geos/io/ByteOrderValues.h
209include/geos/io/CLocalizer.h 209include/geos/io/CLocalizer.h
210include/geos/io/GeoJSON.h 210include/geos/io/GeoJSON.h
211include/geos/io/GeoJSONReader.h 211include/geos/io/GeoJSONReader.h
212include/geos/io/GeoJSONWriter.h 212include/geos/io/GeoJSONWriter.h
213include/geos/io/ParseException.h 213include/geos/io/ParseException.h
214include/geos/io/StringTokenizer.h 214include/geos/io/StringTokenizer.h
215include/geos/io/WKBConstants.h 215include/geos/io/WKBConstants.h
216include/geos/io/WKBReader.h 216include/geos/io/WKBReader.h
217include/geos/io/WKBWriter.h 217include/geos/io/WKBWriter.h
218include/geos/io/WKTReader.h 218include/geos/io/WKTReader.h
219include/geos/io/WKTReader.inl 219include/geos/io/WKTReader.inl
220include/geos/io/WKTWriter.h 220include/geos/io/WKTWriter.h
221include/geos/io/Writer.h 221include/geos/io/Writer.h
222include/geos/linearref/ExtractLineByLocation.h 222include/geos/linearref/ExtractLineByLocation.h
223include/geos/linearref/LengthIndexOfPoint.h 223include/geos/linearref/LengthIndexOfPoint.h
224include/geos/linearref/LengthIndexedLine.h 224include/geos/linearref/LengthIndexedLine.h
225include/geos/linearref/LengthLocationMap.h 225include/geos/linearref/LengthLocationMap.h
226include/geos/linearref/LinearGeometryBuilder.h 226include/geos/linearref/LinearGeometryBuilder.h
227include/geos/linearref/LinearIterator.h 227include/geos/linearref/LinearIterator.h
228include/geos/linearref/LinearLocation.h 228include/geos/linearref/LinearLocation.h
229include/geos/linearref/LocationIndexOfLine.h 229include/geos/linearref/LocationIndexOfLine.h
230include/geos/linearref/LocationIndexOfPoint.h 230include/geos/linearref/LocationIndexOfPoint.h
231include/geos/linearref/LocationIndexedLine.h 231include/geos/linearref/LocationIndexedLine.h
232include/geos/math/DD.h 232include/geos/math/DD.h
233include/geos/namespaces.h 233include/geos/namespaces.h
234include/geos/noding/BasicSegmentString.h 234include/geos/noding/BasicSegmentString.h
235include/geos/noding/BasicSegmentString.inl 235include/geos/noding/BasicSegmentString.inl
236include/geos/noding/FastNodingValidator.h 236include/geos/noding/FastNodingValidator.h
237include/geos/noding/FastSegmentSetIntersectionFinder.h 237include/geos/noding/FastSegmentSetIntersectionFinder.h
238include/geos/noding/GeometryNoder.h 238include/geos/noding/GeometryNoder.h
239include/geos/noding/IntersectionAdder.h 239include/geos/noding/IntersectionAdder.h
240include/geos/noding/IntersectionFinderAdder.h 240include/geos/noding/IntersectionFinderAdder.h
241include/geos/noding/IteratedNoder.h 241include/geos/noding/IteratedNoder.h
242include/geos/noding/MCIndexNoder.h 242include/geos/noding/MCIndexNoder.h
243include/geos/noding/MCIndexNoder.inl 243include/geos/noding/MCIndexNoder.inl
244include/geos/noding/MCIndexSegmentSetMutualIntersector.h 244include/geos/noding/MCIndexSegmentSetMutualIntersector.h
245include/geos/noding/NodableSegmentString.h 245include/geos/noding/NodableSegmentString.h
246include/geos/noding/NodedSegmentString.h 246include/geos/noding/NodedSegmentString.h
247include/geos/noding/NodedSegmentString.inl 247include/geos/noding/NodedSegmentString.inl
248include/geos/noding/Noder.h 248include/geos/noding/Noder.h
249include/geos/noding/NodingIntersectionFinder.h 249include/geos/noding/NodingIntersectionFinder.h
250include/geos/noding/NodingIntersectionFinder.inl 250include/geos/noding/NodingIntersectionFinder.inl
251include/geos/noding/NodingValidator.h 251include/geos/noding/NodingValidator.h
252include/geos/noding/Octant.h 252include/geos/noding/Octant.h
253include/geos/noding/OrientedCoordinateArray.h 253include/geos/noding/OrientedCoordinateArray.h
254include/geos/noding/ScaledNoder.h 254include/geos/noding/ScaledNoder.h
255include/geos/noding/SegmentIntersectionDetector.h 255include/geos/noding/SegmentIntersectionDetector.h
256include/geos/noding/SegmentIntersector.h 256include/geos/noding/SegmentIntersector.h
257include/geos/noding/SegmentNode.h 257include/geos/noding/SegmentNode.h
258include/geos/noding/SegmentNode.inl 258include/geos/noding/SegmentNode.inl
259include/geos/noding/SegmentNodeList.h 259include/geos/noding/SegmentNodeList.h
260include/geos/noding/SegmentPointComparator.h 260include/geos/noding/SegmentPointComparator.h
261include/geos/noding/SegmentSetMutualIntersector.h 261include/geos/noding/SegmentSetMutualIntersector.h
262include/geos/noding/SegmentString.h 262include/geos/noding/SegmentString.h
263include/geos/noding/SegmentStringUtil.h 263include/geos/noding/SegmentStringUtil.h
264include/geos/noding/SimpleNoder.h 264include/geos/noding/SimpleNoder.h
265include/geos/noding/SinglePassNoder.h 265include/geos/noding/SinglePassNoder.h
266include/geos/noding/ValidatingNoder.h 266include/geos/noding/ValidatingNoder.h
267include/geos/noding/snap/SnappingIntersectionAdder.h 267include/geos/noding/snap/SnappingIntersectionAdder.h
268include/geos/noding/snap/SnappingNoder.h 268include/geos/noding/snap/SnappingNoder.h
269include/geos/noding/snap/SnappingPointIndex.h 269include/geos/noding/snap/SnappingPointIndex.h
270include/geos/noding/snapround/HotPixel.h 270include/geos/noding/snapround/HotPixel.h
271include/geos/noding/snapround/HotPixel.inl 271include/geos/noding/snapround/HotPixel.inl
272include/geos/noding/snapround/HotPixelIndex.h 272include/geos/noding/snapround/HotPixelIndex.h
273include/geos/noding/snapround/MCIndexPointSnapper.h 273include/geos/noding/snapround/MCIndexPointSnapper.h
274include/geos/noding/snapround/MCIndexSnapRounder.h 274include/geos/noding/snapround/MCIndexSnapRounder.h
275include/geos/noding/snapround/SnapRoundingIntersectionAdder.h 275include/geos/noding/snapround/SnapRoundingIntersectionAdder.h
276include/geos/noding/snapround/SnapRoundingNoder.h 276include/geos/noding/snapround/SnapRoundingNoder.h
277include/geos/operation/GeometryGraphOperation.h 277include/geos/operation/GeometryGraphOperation.h
278include/geos/operation/buffer/BufferBuilder.h 278include/geos/operation/buffer/BufferBuilder.h
279include/geos/operation/buffer/BufferInputLineSimplifier.h 279include/geos/operation/buffer/BufferInputLineSimplifier.h
280include/geos/operation/buffer/BufferOp.h 280include/geos/operation/buffer/BufferOp.h
281include/geos/operation/buffer/BufferParameters.h 281include/geos/operation/buffer/BufferParameters.h
282include/geos/operation/buffer/BufferSubgraph.h 282include/geos/operation/buffer/BufferSubgraph.h
283include/geos/operation/buffer/OffsetCurveBuilder.h 283include/geos/operation/buffer/OffsetCurveBuilder.h
284include/geos/operation/buffer/OffsetCurveSetBuilder.h 284include/geos/operation/buffer/OffsetCurveSetBuilder.h
285include/geos/operation/buffer/OffsetSegmentGenerator.h 285include/geos/operation/buffer/OffsetSegmentGenerator.h
286include/geos/operation/buffer/OffsetSegmentString.h 286include/geos/operation/buffer/OffsetSegmentString.h
287include/geos/operation/buffer/RightmostEdgeFinder.h 287include/geos/operation/buffer/RightmostEdgeFinder.h
288include/geos/operation/buffer/SubgraphDepthLocater.h 288include/geos/operation/buffer/SubgraphDepthLocater.h
289include/geos/operation/distance/ConnectedElementLocationFilter.h 289include/geos/operation/distance/ConnectedElementLocationFilter.h
290include/geos/operation/distance/ConnectedElementPointFilter.h 290include/geos/operation/distance/ConnectedElementPointFilter.h
291include/geos/operation/distance/DistanceOp.h 291include/geos/operation/distance/DistanceOp.h
292include/geos/operation/distance/FacetSequence.h 292include/geos/operation/distance/FacetSequence.h
293include/geos/operation/distance/FacetSequenceTreeBuilder.h 293include/geos/operation/distance/FacetSequenceTreeBuilder.h
294include/geos/operation/distance/GeometryLocation.h 294include/geos/operation/distance/GeometryLocation.h
295include/geos/operation/distance/IndexedFacetDistance.h 295include/geos/operation/distance/IndexedFacetDistance.h
296include/geos/operation/intersection/Rectangle.h 296include/geos/operation/intersection/Rectangle.h
297include/geos/operation/intersection/RectangleIntersection.h 297include/geos/operation/intersection/RectangleIntersection.h
298include/geos/operation/intersection/RectangleIntersectionBuilder.h 298include/geos/operation/intersection/RectangleIntersectionBuilder.h
299include/geos/operation/linemerge/EdgeString.h 299include/geos/operation/linemerge/EdgeString.h
300include/geos/operation/linemerge/LineMergeDirectedEdge.h 300include/geos/operation/linemerge/LineMergeDirectedEdge.h
301include/geos/operation/linemerge/LineMergeEdge.h 301include/geos/operation/linemerge/LineMergeEdge.h
302include/geos/operation/linemerge/LineMergeGraph.h 302include/geos/operation/linemerge/LineMergeGraph.h
303include/geos/operation/linemerge/LineMerger.h 303include/geos/operation/linemerge/LineMerger.h
304include/geos/operation/linemerge/LineSequencer.h 304include/geos/operation/linemerge/LineSequencer.h
305include/geos/operation/overlay/EdgeSetNoder.h 305include/geos/operation/overlay/EdgeSetNoder.h
306include/geos/operation/overlay/ElevationMatrix.h 306include/geos/operation/overlay/ElevationMatrix.h
307include/geos/operation/overlay/ElevationMatrixCell.h 307include/geos/operation/overlay/ElevationMatrixCell.h
308include/geos/operation/overlay/LineBuilder.h 308include/geos/operation/overlay/LineBuilder.h
309include/geos/operation/overlay/MaximalEdgeRing.h 309include/geos/operation/overlay/MaximalEdgeRing.h
310include/geos/operation/overlay/MinimalEdgeRing.h 310include/geos/operation/overlay/MinimalEdgeRing.h
311include/geos/operation/overlay/MinimalEdgeRing.inl 311include/geos/operation/overlay/MinimalEdgeRing.inl
312include/geos/operation/overlay/OverlayNodeFactory.h 312include/geos/operation/overlay/OverlayNodeFactory.h
313include/geos/operation/overlay/OverlayOp.h 313include/geos/operation/overlay/OverlayOp.h
314include/geos/operation/overlay/PointBuilder.h 314include/geos/operation/overlay/PointBuilder.h
315include/geos/operation/overlay/PolygonBuilder.h 315include/geos/operation/overlay/PolygonBuilder.h
316include/geos/operation/overlay/snap/GeometrySnapper.h 316include/geos/operation/overlay/snap/GeometrySnapper.h
317include/geos/operation/overlay/snap/LineStringSnapper.h 317include/geos/operation/overlay/snap/LineStringSnapper.h
318include/geos/operation/overlay/snap/SnapOverlayOp.h 318include/geos/operation/overlay/snap/SnapOverlayOp.h
319include/geos/operation/overlay/validate/FuzzyPointLocator.h 319include/geos/operation/overlay/validate/FuzzyPointLocator.h
320include/geos/operation/overlay/validate/OffsetPointGenerator.h 320include/geos/operation/overlay/validate/OffsetPointGenerator.h
321include/geos/operation/overlay/validate/OverlayResultValidator.h 321include/geos/operation/overlay/validate/OverlayResultValidator.h
322include/geos/operation/overlayng/Edge.h 322include/geos/operation/overlayng/Edge.h
323include/geos/operation/overlayng/Edge.inl 323include/geos/operation/overlayng/Edge.inl
324include/geos/operation/overlayng/EdgeKey.h 324include/geos/operation/overlayng/EdgeKey.h
325include/geos/operation/overlayng/EdgeKey.inl 325include/geos/operation/overlayng/EdgeKey.inl
326include/geos/operation/overlayng/EdgeMerger.h 326include/geos/operation/overlayng/EdgeMerger.h
327include/geos/operation/overlayng/EdgeNodingBuilder.h 327include/geos/operation/overlayng/EdgeNodingBuilder.h
328include/geos/operation/overlayng/EdgeSourceInfo.h 328include/geos/operation/overlayng/EdgeSourceInfo.h
329include/geos/operation/overlayng/ElevationModel.h 329include/geos/operation/overlayng/ElevationModel.h
330include/geos/operation/overlayng/IndexedPointOnLineLocator.h 330include/geos/operation/overlayng/IndexedPointOnLineLocator.h
331include/geos/operation/overlayng/InputGeometry.h 331include/geos/operation/overlayng/InputGeometry.h
332include/geos/operation/overlayng/IntersectionPointBuilder.h 332include/geos/operation/overlayng/IntersectionPointBuilder.h
333include/geos/operation/overlayng/LineBuilder.h 333include/geos/operation/overlayng/LineBuilder.h
334include/geos/operation/overlayng/LineLimiter.h 334include/geos/operation/overlayng/LineLimiter.h
335include/geos/operation/overlayng/MaximalEdgeRing.h 335include/geos/operation/overlayng/MaximalEdgeRing.h
336include/geos/operation/overlayng/OverlayEdge.h 336include/geos/operation/overlayng/OverlayEdge.h
337include/geos/operation/overlayng/OverlayEdge.inl 337include/geos/operation/overlayng/OverlayEdge.inl
338include/geos/operation/overlayng/OverlayEdgeRing.h 338include/geos/operation/overlayng/OverlayEdgeRing.h
339include/geos/operation/overlayng/OverlayGraph.h 339include/geos/operation/overlayng/OverlayGraph.h
340include/geos/operation/overlayng/OverlayLabel.h 340include/geos/operation/overlayng/OverlayLabel.h
341include/geos/operation/overlayng/OverlayLabel.inl 341include/geos/operation/overlayng/OverlayLabel.inl
342include/geos/operation/overlayng/OverlayLabeller.h 342include/geos/operation/overlayng/OverlayLabeller.h
343include/geos/operation/overlayng/OverlayMixedPoints.h 343include/geos/operation/overlayng/OverlayMixedPoints.h
344include/geos/operation/overlayng/OverlayNG.h 344include/geos/operation/overlayng/OverlayNG.h
345include/geos/operation/overlayng/OverlayNGRobust.h 345include/geos/operation/overlayng/OverlayNGRobust.h
346include/geos/operation/overlayng/OverlayPoints.h 346include/geos/operation/overlayng/OverlayPoints.h
347include/geos/operation/overlayng/OverlayUtil.h 347include/geos/operation/overlayng/OverlayUtil.h
348include/geos/operation/overlayng/PolygonBuilder.h 348include/geos/operation/overlayng/PolygonBuilder.h
349include/geos/operation/overlayng/PrecisionReducer.h 349include/geos/operation/overlayng/PrecisionReducer.h
350include/geos/operation/overlayng/PrecisionUtil.h 350include/geos/operation/overlayng/PrecisionUtil.h
351include/geos/operation/overlayng/RingClipper.h 351include/geos/operation/overlayng/RingClipper.h
352include/geos/operation/overlayng/RobustClipEnvelopeComputer.h 352include/geos/operation/overlayng/RobustClipEnvelopeComputer.h
353include/geos/operation/overlayng/UnaryUnionNG.h 353include/geos/operation/overlayng/UnaryUnionNG.h
354include/geos/operation/polygonize/BuildArea.h 354include/geos/operation/polygonize/BuildArea.h
355include/geos/operation/polygonize/EdgeRing.h 355include/geos/operation/polygonize/EdgeRing.h
356include/geos/operation/polygonize/HoleAssigner.h 356include/geos/operation/polygonize/HoleAssigner.h
357include/geos/operation/polygonize/PolygonizeDirectedEdge.h 357include/geos/operation/polygonize/PolygonizeDirectedEdge.h
358include/geos/operation/polygonize/PolygonizeEdge.h 358include/geos/operation/polygonize/PolygonizeEdge.h
359include/geos/operation/polygonize/PolygonizeGraph.h 359include/geos/operation/polygonize/PolygonizeGraph.h
360include/geos/operation/polygonize/Polygonizer.h 360include/geos/operation/polygonize/Polygonizer.h
361include/geos/operation/predicate/RectangleContains.h 361include/geos/operation/predicate/RectangleContains.h
362include/geos/operation/predicate/RectangleIntersects.h 362include/geos/operation/predicate/RectangleIntersects.h
363include/geos/operation/predicate/SegmentIntersectionTester.h 363include/geos/operation/predicate/SegmentIntersectionTester.h
364include/geos/operation/relate/EdgeEndBuilder.h 364include/geos/operation/relate/EdgeEndBuilder.h
365include/geos/operation/relate/EdgeEndBundle.h 365include/geos/operation/relate/EdgeEndBundle.h
366include/geos/operation/relate/EdgeEndBundleStar.h 366include/geos/operation/relate/EdgeEndBundleStar.h
367include/geos/operation/relate/RelateComputer.h 367include/geos/operation/relate/RelateComputer.h
368include/geos/operation/relate/RelateNode.h 368include/geos/operation/relate/RelateNode.h
369include/geos/operation/relate/RelateNodeFactory.h 369include/geos/operation/relate/RelateNodeFactory.h
370include/geos/operation/relate/RelateNodeGraph.h 370include/geos/operation/relate/RelateNodeGraph.h
371include/geos/operation/relate/RelateOp.h 371include/geos/operation/relate/RelateOp.h
372include/geos/operation/sharedpaths/SharedPathsOp.h 372include/geos/operation/sharedpaths/SharedPathsOp.h
373include/geos/operation/union/CascadedPolygonUnion.h 373include/geos/operation/union/CascadedPolygonUnion.h
374include/geos/operation/union/CoverageUnion.h 374include/geos/operation/union/CoverageUnion.h
375include/geos/operation/union/OverlapUnion.h 375include/geos/operation/union/OverlapUnion.h
376include/geos/operation/union/PointGeometryUnion.h 376include/geos/operation/union/PointGeometryUnion.h
377include/geos/operation/union/UnaryUnionOp.h 377include/geos/operation/union/UnaryUnionOp.h
378include/geos/operation/union/UnionStrategy.h 378include/geos/operation/union/UnionStrategy.h
379include/geos/operation/valid/ConnectedInteriorTester.h 379include/geos/operation/valid/ConnectedInteriorTester.h
380include/geos/operation/valid/ConsistentAreaTester.h 380include/geos/operation/valid/ConsistentAreaTester.h
381include/geos/operation/valid/IndexedNestedHoleTester.h 381include/geos/operation/valid/IndexedNestedHoleTester.h
382include/geos/operation/valid/IndexedNestedPolygonTester.h 382include/geos/operation/valid/IndexedNestedPolygonTester.h
383include/geos/operation/valid/IsSimpleOp.h 383include/geos/operation/valid/IsSimpleOp.h
384include/geos/operation/valid/IsValidOp.h 384include/geos/operation/valid/IsValidOp.h
385include/geos/operation/valid/MakeValid.h 385include/geos/operation/valid/MakeValid.h
386include/geos/operation/valid/PolygonIntersectionAnalyzer.h 386include/geos/operation/valid/PolygonIntersectionAnalyzer.h
387include/geos/operation/valid/PolygonNode.h 387include/geos/operation/valid/PolygonNode.h
388include/geos/operation/valid/PolygonRing.h 388include/geos/operation/valid/PolygonRing.h
389include/geos/operation/valid/PolygonRingSelfNode.h 389include/geos/operation/valid/PolygonRingSelfNode.h
390include/geos/operation/valid/PolygonRingTouch.h 390include/geos/operation/valid/PolygonRingTouch.h
391include/geos/operation/valid/PolygonTopologyAnalyzer.h 391include/geos/operation/valid/PolygonTopologyAnalyzer.h
392include/geos/operation/valid/RepeatedPointRemover.h 392include/geos/operation/valid/RepeatedPointRemover.h
393include/geos/operation/valid/RepeatedPointTester.h 393include/geos/operation/valid/RepeatedPointTester.h
394include/geos/operation/valid/TopologyValidationError.h 394include/geos/operation/valid/TopologyValidationError.h
395include/geos/planargraph/DirectedEdge.h 395include/geos/planargraph/DirectedEdge.h
396include/geos/planargraph/DirectedEdgeStar.h 396include/geos/planargraph/DirectedEdgeStar.h
397include/geos/planargraph/Edge.h 397include/geos/planargraph/Edge.h
398include/geos/planargraph/GraphComponent.h 398include/geos/planargraph/GraphComponent.h
399include/geos/planargraph/Node.h 399include/geos/planargraph/Node.h
400include/geos/planargraph/NodeMap.h 400include/geos/planargraph/NodeMap.h
401include/geos/planargraph/PlanarGraph.h 401include/geos/planargraph/PlanarGraph.h
402include/geos/planargraph/Subgraph.h 402include/geos/planargraph/Subgraph.h
403include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h 403include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h
404include/geos/precision/CommonBits.h 404include/geos/precision/CommonBits.h
405include/geos/precision/CommonBitsOp.h 405include/geos/precision/CommonBitsOp.h
406include/geos/precision/CommonBitsRemover.h 406include/geos/precision/CommonBitsRemover.h
407include/geos/precision/EnhancedPrecisionOp.h 407include/geos/precision/EnhancedPrecisionOp.h
408include/geos/precision/GeometryPrecisionReducer.h 408include/geos/precision/GeometryPrecisionReducer.h
409include/geos/precision/MinimumClearance.h 409include/geos/precision/MinimumClearance.h
410include/geos/precision/PointwisePrecisionReducerTransformer.h 410include/geos/precision/PointwisePrecisionReducerTransformer.h
411include/geos/precision/PrecisionReducerCoordinateOperation.h 411include/geos/precision/PrecisionReducerCoordinateOperation.h
412include/geos/precision/PrecisionReducerTransformer.h 412include/geos/precision/PrecisionReducerTransformer.h
413include/geos/precision/SimpleGeometryPrecisionReducer.h 413include/geos/precision/SimpleGeometryPrecisionReducer.h
414include/geos/profiler.h 414include/geos/profiler.h
415include/geos/shape/fractal/HilbertCode.h 415include/geos/shape/fractal/HilbertCode.h
416include/geos/shape/fractal/HilbertEncoder.h 416include/geos/shape/fractal/HilbertEncoder.h
417include/geos/shape/fractal/MortonCode.h 417include/geos/shape/fractal/MortonCode.h
418include/geos/simplify/DouglasPeuckerLineSimplifier.h 418include/geos/simplify/DouglasPeuckerLineSimplifier.h
419include/geos/simplify/DouglasPeuckerSimplifier.h 419include/geos/simplify/DouglasPeuckerSimplifier.h
420include/geos/simplify/LineSegmentIndex.h 420include/geos/simplify/LineSegmentIndex.h
421include/geos/simplify/TaggedLineSegment.h 421include/geos/simplify/TaggedLineSegment.h
422include/geos/simplify/TaggedLineString.h 422include/geos/simplify/TaggedLineString.h
423include/geos/simplify/TaggedLineStringSimplifier.h 423include/geos/simplify/TaggedLineStringSimplifier.h
424include/geos/simplify/TaggedLinesSimplifier.h 424include/geos/simplify/TaggedLinesSimplifier.h
425include/geos/simplify/TopologyPreservingSimplifier.h 425include/geos/simplify/TopologyPreservingSimplifier.h
426include/geos/triangulate/DelaunayTriangulationBuilder.h 426include/geos/triangulate/DelaunayTriangulationBuilder.h
427include/geos/triangulate/IncrementalDelaunayTriangulator.h 427include/geos/triangulate/IncrementalDelaunayTriangulator.h
428include/geos/triangulate/VoronoiDiagramBuilder.h 428include/geos/triangulate/VoronoiDiagramBuilder.h
429include/geos/triangulate/polygon/ConstrainedDelaunayTriangulator.h 429include/geos/triangulate/polygon/ConstrainedDelaunayTriangulator.h
430include/geos/triangulate/polygon/PolygonEarClipper.h 430include/geos/triangulate/polygon/PolygonEarClipper.h
431include/geos/triangulate/polygon/PolygonHoleJoiner.h 431include/geos/triangulate/polygon/PolygonHoleJoiner.h
432include/geos/triangulate/polygon/PolygonTriangulator.h 432include/geos/triangulate/polygon/PolygonTriangulator.h
433include/geos/triangulate/polygon/TriDelaunayImprover.h 433include/geos/triangulate/polygon/TriDelaunayImprover.h
434include/geos/triangulate/polygon/VertexSequencePackedRtree.h 434include/geos/triangulate/polygon/VertexSequencePackedRtree.h
435include/geos/triangulate/quadedge/LastFoundQuadEdgeLocator.h 435include/geos/triangulate/quadedge/LastFoundQuadEdgeLocator.h
436include/geos/triangulate/quadedge/LocateFailureException.h 436include/geos/triangulate/quadedge/LocateFailureException.h
437include/geos/triangulate/quadedge/QuadEdge.h 437include/geos/triangulate/quadedge/QuadEdge.h
438include/geos/triangulate/quadedge/QuadEdgeLocator.h 438include/geos/triangulate/quadedge/QuadEdgeLocator.h
439include/geos/triangulate/quadedge/QuadEdgeQuartet.h 439include/geos/triangulate/quadedge/QuadEdgeQuartet.h
440include/geos/triangulate/quadedge/QuadEdgeSubdivision.h 440include/geos/triangulate/quadedge/QuadEdgeSubdivision.h
441include/geos/triangulate/quadedge/TrianglePredicate.h 441include/geos/triangulate/quadedge/TrianglePredicate.h
442include/geos/triangulate/quadedge/TriangleVisitor.h 442include/geos/triangulate/quadedge/TriangleVisitor.h
443include/geos/triangulate/quadedge/Vertex.h 443include/geos/triangulate/quadedge/Vertex.h
444include/geos/triangulate/tri/Tri.h 444include/geos/triangulate/tri/Tri.h
445include/geos/triangulate/tri/TriEdge.h 445include/geos/triangulate/tri/TriEdge.h
446include/geos/triangulate/tri/TriList.h 446include/geos/triangulate/tri/TriList.h
447include/geos/triangulate/tri/TriangulationBuilder.h 447include/geos/triangulate/tri/TriangulationBuilder.h
448include/geos/unload.h 448include/geos/unload.h
449include/geos/util.h 449include/geos/util.h
450include/geos/util/Assert.h 450include/geos/util/Assert.h
451include/geos/util/AssertionFailedException.h 451include/geos/util/AssertionFailedException.h
452include/geos/util/CoordinateArrayFilter.h 452include/geos/util/CoordinateArrayFilter.h
453include/geos/util/GEOSException.h 453include/geos/util/GEOSException.h
454include/geos/util/GeometricShapeFactory.h 454include/geos/util/GeometricShapeFactory.h
455include/geos/util/IllegalArgumentException.h 455include/geos/util/IllegalArgumentException.h
456include/geos/util/IllegalStateException.h 456include/geos/util/IllegalStateException.h
457include/geos/util/Interrupt.h 457include/geos/util/Interrupt.h
458include/geos/util/Machine.h 458include/geos/util/Machine.h
459include/geos/util/TopologyException.h 459include/geos/util/TopologyException.h
460include/geos/util/UniqueCoordinateArrayFilter.h 460include/geos/util/UniqueCoordinateArrayFilter.h
461include/geos/util/UnsupportedOperationException.h 461include/geos/util/UnsupportedOperationException.h
462include/geos/util/math.h 462include/geos/util/math.h
463include/geos/vend/include_nlohmann_json.hpp 463include/geos/vend/include_nlohmann_json.hpp
464include/geos/vend/json.hpp 464include/geos/vend/json.hpp
465include/geos/version.h 465include/geos/version.h
466include/geos_c.h 466include/geos_c.h
467lib/cmake/GEOS/geos-config-version.cmake 467lib/cmake/GEOS/geos-config-version.cmake
468lib/cmake/GEOS/geos-config.cmake 468lib/cmake/GEOS/geos-config.cmake
469lib/cmake/GEOS/geos-targets-release.cmake 469lib/cmake/GEOS/geos-targets-release.cmake
470lib/cmake/GEOS/geos-targets.cmake 470lib/cmake/GEOS/geos-targets.cmake
471lib/libgeos.so 471lib/libgeos.so
472lib/libgeos.so.${PKGVERSION} 472lib/libgeos.so.${PKGVERSION}
473lib/libgeos_c.so 473lib/libgeos_c.so
474lib/libgeos_c.so.1 474lib/libgeos_c.so.1
475lib/libgeos_c.so.1.16.0 475lib/libgeos_c.so.1.16.1
476lib/pkgconfig/geos.pc 476lib/pkgconfig/geos.pc

cvs diff -r1.42 -r1.43 pkgsrc/geography/geos/distinfo (switch to unified diff)

--- pkgsrc/geography/geos/distinfo 2022/03/27 13:33:21 1.42
+++ pkgsrc/geography/geos/distinfo 2022/06/03 20:01:32 1.43
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.42 2022/03/27 13:33:21 tnn Exp $ 1$NetBSD: distinfo,v 1.43 2022/06/03 20:01:32 gdt Exp $
2 2
3BLAKE2s (geos-3.10.2.tar.bz2) = 461eca761abced3fcd140e7e0d8ca5a779ef438087d2560065c2350be2282648 3BLAKE2s (geos-3.10.3.tar.bz2) = 6453d24761e52d77ec4f3c5c3ccc4784f274c614a235af7fbdee629e2fc800de
4SHA512 (geos-3.10.2.tar.bz2) = 390381711ccf56b862c2736cf6329200822f121de1c49df52b8b85cabea8c7787b199df2196acacc2e5c677ff3ebe042d93d70e89deadbc19d754499edb65126 4SHA512 (geos-3.10.3.tar.bz2) = d6df49193ab006e8d0ddc86c58cfd3d3ee8f42c0a1b325fbe3f77e4d98abce8e7cce283343b81355aa96a5212b740fe04f7cbaca0106b02a9688e9fa78818e34
5Size (geos-3.10.2.tar.bz2) = 6714655 bytes 5Size (geos-3.10.3.tar.bz2) = 6720568 bytes
6SHA1 (patch-ae) = 253ae5cf5c2705a80d89d996507e3e94f2a11296 6SHA1 (patch-ae) = 253ae5cf5c2705a80d89d996507e3e94f2a11296
7SHA1 (patch-util_geosop_cxxopts.hpp) = 6da706852b026df7275be0a3caddadd1315f6e81 7SHA1 (patch-util_geosop_cxxopts.hpp) = 6da706852b026df7275be0a3caddadd1315f6e81