Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

geos-devel-3.12.1-1.1 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: geos-devel Distribution: openSUSE Tumbleweed
Version: 3.12.1 Vendor: openSUSE
Release: 1.1 Build date: Wed Nov 15 21:17:15 2023
Group: Development/Libraries/C and C++ Build host: i03-ch1b
Size: 3112102 Source RPM: geos-3.12.1-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://libgeos.org
Summary: Development files for GEOS
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology
Suite (JTS). As such, it aims to contain the complete functionality of
JTS in C++. This includes all the OpenGIS "Simple Features for SQL" spatial
predicate functions and spatial operators, as well as specific JTS topology
functions such as IsValid()

This package contains the development files to build applications that
use GEOS.

Provides

Requires

License

LGPL-2.1-only

Changelog

* Tue Nov 14 2023 Martin Pluskal <mpluskal@suse.com>
  - Update to verstion 3.12.1:
    - See provided NEWS.md for a complete list of changes
  - Drop no longer needed geos-add-missing-include.patch
* Thu Mar 30 2023 Martin Pluskal <mpluskal@suse.com>
  - Disable testuite on i586
* Wed Mar 29 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Add geos-add-missing-include.patch: Add missing #include <cstdint>
* Fri Mar 17 2023 Martin Pluskal <mpluskal@suse.com>
  - Update to version 3.11.2:
    * GEOSIntersection: Fix FE_INVALID exception on intersection of disjoint geometries (GH-791, Joris Van den Bossche & Dan Baston)
    * Fix incorrect result from Envelope::disjoint (GH-791, Dan Baston)
    * Fix handling of odd cases in PolygonHoleJoiner (JTS-946, Paul Ramsey, Martin Davis)
    * Support gcc-13 (GH-743, Sergei Trofimovich)
    * Disallow Inf envelopes in Quadtree, avoid inf loop (Paul Ramsey)
    * GEOSUnaryUnion: Fix crash on collection containing empty point (GH-830, Dan Baston)
    * GEOSSTRtree_iterate: Do not return removed items (GH-833, Dan Baston)
    * IndexedFacetDistance: Fix crash with Inf coordinates (GH-821, Dan Baston)
    * HausdorffDistance: Fix crash on collection containing empty point (GH-840, Dan Baston)
    * MaximumInscribedCircle: Fix infinite loop with non-finite coordinates (GH-843, Dan Baston)
    * DistanceOp: Fix crash on collection containing empty point (GH-842, Dan Baston)
    * Guard against non-finite distances in Buffer/OffsetCurve (GH-661, Paul Ramsey)
* Mon Nov 28 2022 Martin Pluskal <mpluskal@suse.com>
  - Update to version 3.11.1:
    * Remove spurious version from --libs geos-config options
    * Fix PreparedGeometry to avoid crashes with EMPTY elements in input (GH-678, Martin Davis)
    * Fix LineSegment.orientationIndex(LineSegment) (GH-699, Martin Davis)
    * Fix DepthSegment comparison operation (GH-707, Martin Davis)
    * Add OverlayNG support for simple GeometryCollection inputs (GH-716, Martin Davis)
    * Fix TopologyPreservingSimplifier to produce stable results for Multi inputs (GH-718)
    * Fix WKB hex endian test (GH-720, Paul Ramsey)
    * Improve ConvexHull radial sort robustness (GH-724, Martin Davis)
    * Use more robust Delaunay Triangulation frame size heuristic (GH-728, Martin Davis)
* Mon Jul 18 2022 Dirk Müller <dmueller@suse.com>
  - update to 3.11.0:
    OffsetCurve
    - ConcaveHull
    - PolygonHull
    - LineMerger directed option
    - CAPI: GEOSHilbertCode
    - CAPI: GEOSGeom_createRectangle
    - CAPI: GEOSGeom_transformXY
    - CAPI: GEOSRemoveRepeatedPoints
    - CAPI: GEOSLineMergeDirected
    - CAPI: setFixStructure for WKB/WKT readers to automatically repair
      structural errors in the input
    - Fix unaryUnion to avoid segfault with empty polygon
    - Fix SnapRoundingNoder to use tolerance in noding; also fixes GeometryPrecisionReducer
    - Allow direct setting of grid size
    - Allow GEOS to be used as a CMake subproject
    - Remove .inl inline files in favour of header declaration
    - Add SnappingNoder seeding
    - Add OverlayNG area check heuristic
    - Fix RelateOp
    - Fix IsValidOp to handle repeated node points
    - Fix IsSimpleOp to handle closed LineStrings with repeated endpoints
    - Fix LengthIndexedLine
    - Fix PolygonHoleJoiner
    - Improve `test_geos_unit` application error checking and reporting
    - Fix MinimumDiameter getMinimumRectangle for flat input
    - Fix BufferOp inverted ring check
    - Fix OverlayNG geomunion to avoid lines in result
* Fri Jun 17 2022 Jan Engelhardt <jengelh@inai.de>
  - Rectify conflict dependencies (shlib transition from Nov 9 2015)
    against old geos.
  - Update to release 3.10.3
    * VoronoiDiagramBuilder::setSites(const CoordinateSequence&)
      returns sorted output now
    * Add SnappingNoder seeding
    * Fix segfault in Hausdorff distance with empty geometries
    * Fix inf loop in PolygonTriangulator
    * Fix IsValidOp to handle repeated node points
    * Fix IsSimpleOp to handle closed LineStrings with repeated
      endpoints
    * Fix crash in GeometryNoder on empty input
* Mon Mar 28 2022 Martin Pluskal <mpluskal@suse.com>
  - Update to version 3.10.2:
    * Fix crash in MonotoneChain with empty CoordinateSequence (GH-539, Sandro Santilli)
    * Fix crash in GeoJSONWriter in case of empty points (TRAC-1139, Paul Ramsey)
    * Improve BuildArea performance (TRAC-1122, Sandro Santilli)
    * Fix unaryUnion to avoid segfault with empty polygon (GH-501, Mike Taves)
    * Fix memory leak on exception in prepared geometry (GH-506, Dan Baston)
    * Iterator invalidation in rare cases (GH-508, Momtchil Momtchev)
    * Infinite loop on collapsed input to MaximumInscribedCircle (Paul Ramsey)
    * Write LinearRing to GeoJSON as LineString (TRAC-1140, Paul Ramsey)
    * Fix PolygonEarClipper to handle collapsed corners (GH-526, Martin Davis)
    * Fix GEOSSTRtree_remove for empty tree (GH-544, Dan Baston)
    * Fix crash on query of STRtree with removed items (GH-545, Dan Baston)
* Tue Dec 28 2021 Martin Pluskal <mpluskal@suse.com>
  - Update to version 3.10.1:
    * Fix mistake in constants used to select WKB flavor in C API (GH489, Paul Ramsey)
    * Fix crash when reducing precision on a LinearRing (#1135, Paul Ramsey)
    * Fix GeoJSON crash on invalid input (GH498, Even Rouault)
    * Use std::sqrt exclusively for Solaris build (Paul Ramsey)
    * Fix mistaken version numbers in some parts of 3.10.0 (Paul Ramsey)
  - Changes for version 3.10.0:
    * Preserve ordering of lines in overlay results (Martin Davis)
    * Check for invalid geometry before fixing polygonal result in Densifier
      and DPSimplifier (Martin Davis)
    * Fix overlay handling of flat interior lines (JTS-685, Martin Davis)
    * Fix IsValidOp to correctly report invalid nested MultiPolygons (#1112, Martin Davis)
    * Fix BufferOp to avoid artifacts in certain polygon buffers (#1101, Martin Davis)
    * Fix IsValidOp to correctly report certain kinds of invalid LinearRings (Martin Davis)
    * Improve STRtree performance through TemplateSTRtree implementation (Daniel Baston)
    * Fix DiscreteFrechetDistance to use initial points of input lines (#1128, Martin Davis)
    * Autoconf build system is dropped in favour of CMake
      See README.md and INSTALL.md for examples of usage
    * Libtool is no longer used for in favour of CMake
      Therefor libgeos.la is no longer built/installed
    * #1094, #1090: Drop inlines.cpp to address duplicate symbols on many platforms
      (Regina Obe)
    * GH475: Do not return NaN from GEOSProjectNormalized_r (Paul Ramsey)
    * GH442: BufferOp now returns unique_ptr<Geometry> result (Paul Ramsey)
  - Drop geos-config.1
  - Update project and download URL
* Tue Nov 16 2021 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Disable inline to fix build on armv6/7
    https://trac.osgeo.org/geos/ticket/993
* Tue Feb 23 2021 Dirk Müller <dmueller@suse.com>
  - update to 3.9.1:
    - Windows memory management quirk in createPolygon CAPI (#1050, Paul Ramsey)
    - Allow build on Apple ARM64 (Taras Zakharko)
    - Fix buffer to use largest enclosed area for invalid rings (#732, Paul Ramsey)
    - Preserve ordering of lines in overlay results (Martin Davis)
    - Fix overlay handling of flat interior lines (JTS-685, Martin Davis)
* Thu Jan 07 2021 Bruno Friedmann <bruno@ioda-net.ch>
  - Update to version 3.9.0
    + New things
    - OverlayNG engine from JTS, now the default (Martin Davis, Paul Ramsey)
    - MaximumInscribedCircle and LargestEmptyCircle (JTS-530, Paul Ramsey)
    - CAPI: Fixed precision overlay operations (Sandro Santilli)
    - CAPI: GEOSPreparedNearestPoints (#1007, Sandro Santilli)
    - CAPI: GEOSPreparedDistance (#1066, Sandro Santilli)
    - CAPI: GEOSGeom_setPrecision uses OverlayNG (Paul Ramsey)
    - SimpleSTRTree spatial index implementation (Paul Ramsey)
    - Add support for pkg-config for GEOS C API (#1073, Mike Taves)
    + Improvements:
    - Stack allocate segments in OverlapUnion (Paul Ramsey)
    - Improve performance of GEOSisValid (Dan Baston)
    - Update geos-config tool for consistency
      and escape paths (https://git.osgeo.org/gitea/geos/geos/pulls/99)
      changes mostly affect CMake MSVC builds (#1015, Mike Taves)
    - Testing on Rasberry Pi 32-bit (berrie) (#1017, Bruce Rindahl, Regina Obe)
    - Replace ttmath with JTS DD double-double implementation (Paul Ramsey)
    - Fix bug in DistanceOp for geometries with empty components (#1026, Paul Ramsey)
    - Remove undefined behaviour in CAPI (#1021, Greg Troxel)
    - Fix buffering issue (#1022, JTS-525, Paul Ramsey)
    - MinimumBoundingCircle.getMaximumDiameter fix (JTS-533, Paul Ramsey)
    + Changes:
    - Drop SWIG bindings, including for Ruby and Python (#1076, Mike Taves)
  - Packaging:
    + Remove ruby related package and related patch libruby.patch
    + spec-clean mini (copyright year)
* Sat May 09 2020 Bruno Friedmann <bruno@ioda-net.ch>
  - Update to version 3.8.1 Bug fixes / improvements
    + Stack allocate line segments in OverlapUnion (Paul Ramsey)
    + Avoid returning non-empty CoordinateSequence from empty Point
      (#1001, Dan Baston)
    + Avoid assertion failure with MSVC 2017 / 2019 (#1002, Dan Baston)
    + Remove whitespace from end of GEOSversion() output (azhi)
    + Improve performance of GEOSisValid (#1008, Dan Baston)
    + Avoid changing MultiLineString component order in GEOSReverse
      (#1013, Dan Baston)
    + Fix missing vtable for LineString and CoordinateArraySequenceFactory
      (#299 and #1016, Evgen Bodunov)
    + Reduce performance regression in GEOSBuffer (#1020)
  - Use https for URL and Source
* Sat Feb 01 2020 Bruno Friedmann <bruno@ioda-net.ch>
  - Update to version 3.8.0
    + New things:
    - CAPI: GEOSBuildArea (#952, Even Rouault)
    - CAPI: GEOSMakeValid (#952, Even Rouault)
    - CAPI: GEOSPolygonize_valid (#727, Dan Baston)
    - CAPI: GEOSCoverageUnion (Dan Baston)
    - CAPI: GEOSCoordSeq_setXY, GEOSCoordSeq_setXYZ,
      GEOSCoordSeq_getXY, GEOSCoordSeq_getXYZ (Dan Baston)
    - CAPI: GEOSMinimumBoundingCircle (#735)
    - CAPI: GEOSGeom_createPointFromXY (Dan Baston)
    + Improvements:
    - Improve overall performance by reducing of heap allocations (Dan Baston)
    - Improve performance and robustness of GEOSPointOnSurface (Martin Davis)
    - Improve performance of GEOSPolygonize for cases with many potential
      holes (#748, Dan Baston)
    - Support extended precision calculations (ttmath) and port JTS
      improvements related to extended precision (Paul Ramsey, Mateusz Loskot)
    - Improve performance of GEOSPolygonize for cases with many or complex
      shells (Dan Baston, Martin Davis)
    - Improve performance of Delaunay triangulations / Voronoi Diagrams
      (Dan Baston)
    - Improve performance of prepared geometry operations (Dan Baston)
    - Improve robustness of Delaunay triangulations (Paul Ramsey, Martin Davis)
    - Improve performance of unary union for lines (Dan Baston)
    - Improve general predicate, overlay, and buffer performance (Dan
      Baston, Paul Ramsey)
    - Improve cascaded union performance (Paul Ramsey, Martin Davis)
    - Allocate default GeometryFactory singleton on the stack (Sandro Mani)
    - Harmonize XML tests with JTS and harmonize cmake/autoconf
      test running (Paul Ramsey)
    - CMake modernization (Mateusz Loskot, Paul Ramsey, Dan Baston)
    - Return unique_ptr from most methods that produce a new geometry (Dan Baston)
    + Changes:
    - Constructive geometry functions in CAPI now preserve SRID
      of input arguments in output (#896)
  - Packaging modernize a bit the spec (minimal)

Files

/usr/bin/geos-config
/usr/include/geos
/usr/include/geos.h
/usr/include/geos/algorithm
/usr/include/geos/algorithm/Angle.h
/usr/include/geos/algorithm/Area.h
/usr/include/geos/algorithm/BoundaryNodeRule.h
/usr/include/geos/algorithm/CGAlgorithmsDD.h
/usr/include/geos/algorithm/CentralEndpointIntersector.h
/usr/include/geos/algorithm/Centroid.h
/usr/include/geos/algorithm/ConvexHull.h
/usr/include/geos/algorithm/Distance.h
/usr/include/geos/algorithm/HCoordinate.h
/usr/include/geos/algorithm/InteriorPointArea.h
/usr/include/geos/algorithm/InteriorPointLine.h
/usr/include/geos/algorithm/InteriorPointPoint.h
/usr/include/geos/algorithm/Interpolate.h
/usr/include/geos/algorithm/Intersection.h
/usr/include/geos/algorithm/Length.h
/usr/include/geos/algorithm/LineIntersector.h
/usr/include/geos/algorithm/MinimumAreaRectangle.h
/usr/include/geos/algorithm/MinimumBoundingCircle.h
/usr/include/geos/algorithm/MinimumDiameter.h
/usr/include/geos/algorithm/NotRepresentableException.h
/usr/include/geos/algorithm/Orientation.h
/usr/include/geos/algorithm/PointInRing.h
/usr/include/geos/algorithm/PointLocation.h
/usr/include/geos/algorithm/PointLocator.h
/usr/include/geos/algorithm/PolygonNodeTopology.h
/usr/include/geos/algorithm/RayCrossingCounter.h
/usr/include/geos/algorithm/Rectangle.h
/usr/include/geos/algorithm/RobustDeterminant.h
/usr/include/geos/algorithm/SimplePointInRing.h
/usr/include/geos/algorithm/construct
/usr/include/geos/algorithm/construct/LargestEmptyCircle.h
/usr/include/geos/algorithm/construct/MaximumInscribedCircle.h
/usr/include/geos/algorithm/distance
/usr/include/geos/algorithm/distance/DiscreteFrechetDistance.h
/usr/include/geos/algorithm/distance/DiscreteHausdorffDistance.h
/usr/include/geos/algorithm/distance/DistanceToPoint.h
/usr/include/geos/algorithm/distance/PointPairDistance.h
/usr/include/geos/algorithm/hull
/usr/include/geos/algorithm/hull/ConcaveHull.h
/usr/include/geos/algorithm/hull/ConcaveHullOfPolygons.h
/usr/include/geos/algorithm/hull/HullTri.h
/usr/include/geos/algorithm/hull/HullTriangulation.h
/usr/include/geos/algorithm/locate
/usr/include/geos/algorithm/locate/IndexedPointInAreaLocator.h
/usr/include/geos/algorithm/locate/PointOnGeometryLocator.h
/usr/include/geos/algorithm/locate/SimplePointInAreaLocator.h
/usr/include/geos/constants.h
/usr/include/geos/coverage
/usr/include/geos/coverage/Corner.h
/usr/include/geos/coverage/CoverageBoundarySegmentFinder.h
/usr/include/geos/coverage/CoverageEdge.h
/usr/include/geos/coverage/CoverageGapFinder.h
/usr/include/geos/coverage/CoveragePolygonValidator.h
/usr/include/geos/coverage/CoverageRing.h
/usr/include/geos/coverage/CoverageRingEdges.h
/usr/include/geos/coverage/CoverageSimplifier.h
/usr/include/geos/coverage/CoverageUnion.h
/usr/include/geos/coverage/CoverageValidator.h
/usr/include/geos/coverage/InvalidSegmentDetector.h
/usr/include/geos/coverage/TPVWSimplifier.h
/usr/include/geos/coverage/VertexRingCounter.h
/usr/include/geos/edgegraph
/usr/include/geos/edgegraph/EdgeGraph.h
/usr/include/geos/edgegraph/EdgeGraphBuilder.h
/usr/include/geos/edgegraph/HalfEdge.h
/usr/include/geos/edgegraph/MarkHalfEdge.h
/usr/include/geos/export.h
/usr/include/geos/geom
/usr/include/geos/geom.h
/usr/include/geos/geom/Coordinate.h
/usr/include/geos/geom/CoordinateFilter.h
/usr/include/geos/geom/CoordinateList.h
/usr/include/geos/geom/CoordinateSequence.h
/usr/include/geos/geom/CoordinateSequenceFilter.h
/usr/include/geos/geom/CoordinateSequenceIterator.h
/usr/include/geos/geom/CoordinateSequences.h
/usr/include/geos/geom/Dimension.h
/usr/include/geos/geom/Envelope.h
/usr/include/geos/geom/Geometry.h
/usr/include/geos/geom/GeometryCollection.h
/usr/include/geos/geom/GeometryComponentFilter.h
/usr/include/geos/geom/GeometryFactory.h
/usr/include/geos/geom/GeometryFilter.h
/usr/include/geos/geom/HeuristicOverlay.h
/usr/include/geos/geom/IntersectionMatrix.h
/usr/include/geos/geom/LineSegment.h
/usr/include/geos/geom/LineString.h
/usr/include/geos/geom/LinearRing.h
/usr/include/geos/geom/Location.h
/usr/include/geos/geom/MultiLineString.h
/usr/include/geos/geom/MultiPoint.h
/usr/include/geos/geom/MultiPolygon.h
/usr/include/geos/geom/Point.h
/usr/include/geos/geom/Polygon.h
/usr/include/geos/geom/Position.h
/usr/include/geos/geom/PrecisionModel.h
/usr/include/geos/geom/Quadrant.h
/usr/include/geos/geom/Triangle.h
/usr/include/geos/geom/prep
/usr/include/geos/geom/prep/AbstractPreparedPolygonContains.h
/usr/include/geos/geom/prep/BasicPreparedGeometry.h
/usr/include/geos/geom/prep/PreparedGeometry.h
/usr/include/geos/geom/prep/PreparedGeometryFactory.h
/usr/include/geos/geom/prep/PreparedLineString.h
/usr/include/geos/geom/prep/PreparedLineStringDistance.h
/usr/include/geos/geom/prep/PreparedLineStringIntersects.h
/usr/include/geos/geom/prep/PreparedLineStringNearestPoints.h
/usr/include/geos/geom/prep/PreparedPoint.h
/usr/include/geos/geom/prep/PreparedPolygon.h
/usr/include/geos/geom/prep/PreparedPolygonContains.h
/usr/include/geos/geom/prep/PreparedPolygonContainsProperly.h
/usr/include/geos/geom/prep/PreparedPolygonCovers.h
/usr/include/geos/geom/prep/PreparedPolygonDistance.h
/usr/include/geos/geom/prep/PreparedPolygonIntersects.h
/usr/include/geos/geom/prep/PreparedPolygonPredicate.h
/usr/include/geos/geom/util
/usr/include/geos/geom/util/ComponentCoordinateExtracter.h
/usr/include/geos/geom/util/CoordinateOperation.h
/usr/include/geos/geom/util/Densifier.h
/usr/include/geos/geom/util/GeometryCombiner.h
/usr/include/geos/geom/util/GeometryEditor.h
/usr/include/geos/geom/util/GeometryEditorOperation.h
/usr/include/geos/geom/util/GeometryExtracter.h
/usr/include/geos/geom/util/GeometryFixer.h
/usr/include/geos/geom/util/GeometryMapper.h
/usr/include/geos/geom/util/GeometryTransformer.h
/usr/include/geos/geom/util/LinearComponentExtracter.h
/usr/include/geos/geom/util/NoOpGeometryOperation.h
/usr/include/geos/geom/util/PointExtracter.h
/usr/include/geos/geom/util/PolygonExtracter.h
/usr/include/geos/geom/util/ShortCircuitedGeometryVisitor.h
/usr/include/geos/geom/util/SineStarFactory.h
/usr/include/geos/geomgraph
/usr/include/geos/geomgraph/Depth.h
/usr/include/geos/geomgraph/DirectedEdge.h
/usr/include/geos/geomgraph/DirectedEdgeStar.h
/usr/include/geos/geomgraph/Edge.h
/usr/include/geos/geomgraph/EdgeEnd.h
/usr/include/geos/geomgraph/EdgeEndStar.h
/usr/include/geos/geomgraph/EdgeIntersection.h
/usr/include/geos/geomgraph/EdgeIntersectionList.h
/usr/include/geos/geomgraph/EdgeList.h
/usr/include/geos/geomgraph/EdgeNodingValidator.h
/usr/include/geos/geomgraph/EdgeRing.h
/usr/include/geos/geomgraph/GeometryGraph.h
/usr/include/geos/geomgraph/GraphComponent.h
/usr/include/geos/geomgraph/Label.h
/usr/include/geos/geomgraph/Node.h
/usr/include/geos/geomgraph/NodeFactory.h
/usr/include/geos/geomgraph/NodeMap.h
/usr/include/geos/geomgraph/PlanarGraph.h
/usr/include/geos/geomgraph/TopologyLocation.h
/usr/include/geos/geomgraph/index
/usr/include/geos/geomgraph/index/EdgeSetIntersector.h
/usr/include/geos/geomgraph/index/MonotoneChain.h
/usr/include/geos/geomgraph/index/MonotoneChainEdge.h
/usr/include/geos/geomgraph/index/MonotoneChainIndexer.h
/usr/include/geos/geomgraph/index/SegmentIntersector.h
/usr/include/geos/geomgraph/index/SimpleEdgeSetIntersector.h
/usr/include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h
/usr/include/geos/geomgraph/index/SimpleSweepLineIntersector.h
/usr/include/geos/geomgraph/index/SweepLineEvent.h
/usr/include/geos/geomgraph/index/SweepLineEventObj.h
/usr/include/geos/geomgraph/index/SweepLineSegment.h
/usr/include/geos/index
/usr/include/geos/index/ItemVisitor.h
/usr/include/geos/index/SpatialIndex.h
/usr/include/geos/index/VertexSequencePackedRtree.h
/usr/include/geos/index/bintree
/usr/include/geos/index/bintree/Bintree.h
/usr/include/geos/index/bintree/Interval.h
/usr/include/geos/index/bintree/Key.h
/usr/include/geos/index/bintree/Node.h
/usr/include/geos/index/bintree/NodeBase.h
/usr/include/geos/index/bintree/Root.h
/usr/include/geos/index/chain
/usr/include/geos/index/chain/MonotoneChain.h
/usr/include/geos/index/chain/MonotoneChainBuilder.h
/usr/include/geos/index/chain/MonotoneChainOverlapAction.h
/usr/include/geos/index/chain/MonotoneChainSelectAction.h
/usr/include/geos/index/intervalrtree
/usr/include/geos/index/intervalrtree/IntervalRTreeBranchNode.h
/usr/include/geos/index/intervalrtree/IntervalRTreeLeafNode.h
/usr/include/geos/index/intervalrtree/IntervalRTreeNode.h
/usr/include/geos/index/intervalrtree/SortedPackedIntervalRTree.h
/usr/include/geos/index/kdtree
/usr/include/geos/index/kdtree/KdNode.h
/usr/include/geos/index/kdtree/KdNodeVisitor.h
/usr/include/geos/index/kdtree/KdTree.h
/usr/include/geos/index/quadtree
/usr/include/geos/index/quadtree/IntervalSize.h
/usr/include/geos/index/quadtree/Key.h
/usr/include/geos/index/quadtree/Node.h
/usr/include/geos/index/quadtree/NodeBase.h
/usr/include/geos/index/quadtree/Quadtree.h
/usr/include/geos/index/quadtree/Root.h
/usr/include/geos/index/strtree
/usr/include/geos/index/strtree/AbstractNode.h
/usr/include/geos/index/strtree/AbstractSTRtree.h
/usr/include/geos/index/strtree/Boundable.h
/usr/include/geos/index/strtree/BoundablePair.h
/usr/include/geos/index/strtree/EnvelopeUtil.h
/usr/include/geos/index/strtree/GeometryItemDistance.h
/usr/include/geos/index/strtree/Interval.h
/usr/include/geos/index/strtree/ItemBoundable.h
/usr/include/geos/index/strtree/ItemDistance.h
/usr/include/geos/index/strtree/SIRtree.h
/usr/include/geos/index/strtree/STRtree.h
/usr/include/geos/index/strtree/SimpleSTRdistance.h
/usr/include/geos/index/strtree/SimpleSTRnode.h
/usr/include/geos/index/strtree/SimpleSTRtree.h
/usr/include/geos/index/strtree/TemplateSTRNode.h
/usr/include/geos/index/strtree/TemplateSTRNodePair.h
/usr/include/geos/index/strtree/TemplateSTRtree.h
/usr/include/geos/index/strtree/TemplateSTRtreeDistance.h
/usr/include/geos/index/sweepline
/usr/include/geos/index/sweepline/SweepLineEvent.h
/usr/include/geos/index/sweepline/SweepLineIndex.h
/usr/include/geos/index/sweepline/SweepLineInterval.h
/usr/include/geos/index/sweepline/SweepLineOverlapAction.h
/usr/include/geos/io
/usr/include/geos/io/ByteOrderDataInStream.h
/usr/include/geos/io/ByteOrderValues.h
/usr/include/geos/io/CLocalizer.h
/usr/include/geos/io/CheckOrdinatesFilter.h
/usr/include/geos/io/GeoJSON.h
/usr/include/geos/io/GeoJSONReader.h
/usr/include/geos/io/GeoJSONWriter.h
/usr/include/geos/io/OrdinateSet.h
/usr/include/geos/io/ParseException.h
/usr/include/geos/io/StringTokenizer.h
/usr/include/geos/io/WKBConstants.h
/usr/include/geos/io/WKBReader.h
/usr/include/geos/io/WKBStreamReader.h
/usr/include/geos/io/WKBWriter.h
/usr/include/geos/io/WKTFileReader.h
/usr/include/geos/io/WKTReader.h
/usr/include/geos/io/WKTStreamReader.h
/usr/include/geos/io/WKTWriter.h
/usr/include/geos/io/Writer.h
/usr/include/geos/linearref
/usr/include/geos/linearref/ExtractLineByLocation.h
/usr/include/geos/linearref/LengthIndexOfPoint.h
/usr/include/geos/linearref/LengthIndexedLine.h
/usr/include/geos/linearref/LengthLocationMap.h
/usr/include/geos/linearref/LinearGeometryBuilder.h
/usr/include/geos/linearref/LinearIterator.h
/usr/include/geos/linearref/LinearLocation.h
/usr/include/geos/linearref/LocationIndexOfLine.h
/usr/include/geos/linearref/LocationIndexOfPoint.h
/usr/include/geos/linearref/LocationIndexedLine.h
/usr/include/geos/math
/usr/include/geos/math/DD.h
/usr/include/geos/namespaces.h
/usr/include/geos/noding
/usr/include/geos/noding/BasicSegmentString.h
/usr/include/geos/noding/BoundaryChainNoder.h
/usr/include/geos/noding/FastNodingValidator.h
/usr/include/geos/noding/FastSegmentSetIntersectionFinder.h
/usr/include/geos/noding/GeometryNoder.h
/usr/include/geos/noding/IntersectionAdder.h
/usr/include/geos/noding/IntersectionFinderAdder.h
/usr/include/geos/noding/IteratedNoder.h
/usr/include/geos/noding/MCIndexNoder.h
/usr/include/geos/noding/MCIndexSegmentSetMutualIntersector.h
/usr/include/geos/noding/NodableSegmentString.h
/usr/include/geos/noding/NodedSegmentString.h
/usr/include/geos/noding/Noder.h
/usr/include/geos/noding/NodingIntersectionFinder.h
/usr/include/geos/noding/NodingValidator.h
/usr/include/geos/noding/Octant.h
/usr/include/geos/noding/OrientedCoordinateArray.h
/usr/include/geos/noding/ScaledNoder.h
/usr/include/geos/noding/SegmentExtractingNoder.h
/usr/include/geos/noding/SegmentIntersectionDetector.h
/usr/include/geos/noding/SegmentIntersector.h
/usr/include/geos/noding/SegmentNode.h
/usr/include/geos/noding/SegmentNodeList.h
/usr/include/geos/noding/SegmentPointComparator.h
/usr/include/geos/noding/SegmentSetMutualIntersector.h
/usr/include/geos/noding/SegmentString.h
/usr/include/geos/noding/SegmentStringUtil.h
/usr/include/geos/noding/SimpleNoder.h
/usr/include/geos/noding/SinglePassNoder.h
/usr/include/geos/noding/ValidatingNoder.h
/usr/include/geos/noding/snap
/usr/include/geos/noding/snap/SnappingIntersectionAdder.h
/usr/include/geos/noding/snap/SnappingNoder.h
/usr/include/geos/noding/snap/SnappingPointIndex.h
/usr/include/geos/noding/snapround
/usr/include/geos/noding/snapround/HotPixel.h
/usr/include/geos/noding/snapround/HotPixelIndex.h
/usr/include/geos/noding/snapround/MCIndexPointSnapper.h
/usr/include/geos/noding/snapround/MCIndexSnapRounder.h
/usr/include/geos/noding/snapround/SnapRoundingIntersectionAdder.h
/usr/include/geos/noding/snapround/SnapRoundingNoder.h
/usr/include/geos/operation
/usr/include/geos/operation/BoundaryOp.h
/usr/include/geos/operation/GeometryGraphOperation.h
/usr/include/geos/operation/buffer
/usr/include/geos/operation/buffer/BufferBuilder.h
/usr/include/geos/operation/buffer/BufferCurveSetBuilder.h
/usr/include/geos/operation/buffer/BufferInputLineSimplifier.h
/usr/include/geos/operation/buffer/BufferOp.h
/usr/include/geos/operation/buffer/BufferParameters.h
/usr/include/geos/operation/buffer/BufferSubgraph.h
/usr/include/geos/operation/buffer/OffsetCurve.h
/usr/include/geos/operation/buffer/OffsetCurveBuilder.h
/usr/include/geos/operation/buffer/OffsetCurveSection.h
/usr/include/geos/operation/buffer/OffsetSegmentGenerator.h
/usr/include/geos/operation/buffer/OffsetSegmentString.h
/usr/include/geos/operation/buffer/RightmostEdgeFinder.h
/usr/include/geos/operation/buffer/SegmentMCIndex.h
/usr/include/geos/operation/buffer/SubgraphDepthLocater.h
/usr/include/geos/operation/cluster
/usr/include/geos/operation/cluster/AbstractClusterFinder.h
/usr/include/geos/operation/cluster/Clusters.h
/usr/include/geos/operation/cluster/DBSCANClusterFinder.h
/usr/include/geos/operation/cluster/DisjointOperation.h
/usr/include/geos/operation/cluster/EnvelopeDistanceClusterFinder.h
/usr/include/geos/operation/cluster/EnvelopeIntersectsClusterFinder.h
/usr/include/geos/operation/cluster/GeometryDistanceClusterFinder.h
/usr/include/geos/operation/cluster/GeometryFlattener.h
/usr/include/geos/operation/cluster/GeometryIntersectsClusterFinder.h
/usr/include/geos/operation/cluster/UnionFind.h
/usr/include/geos/operation/distance
/usr/include/geos/operation/distance/ConnectedElementLocationFilter.h
/usr/include/geos/operation/distance/ConnectedElementPointFilter.h
/usr/include/geos/operation/distance/DistanceOp.h
/usr/include/geos/operation/distance/FacetSequence.h
/usr/include/geos/operation/distance/FacetSequenceTreeBuilder.h
/usr/include/geos/operation/distance/GeometryLocation.h
/usr/include/geos/operation/distance/IndexedFacetDistance.h
/usr/include/geos/operation/intersection
/usr/include/geos/operation/intersection/Rectangle.h
/usr/include/geos/operation/intersection/RectangleIntersection.h
/usr/include/geos/operation/intersection/RectangleIntersectionBuilder.h
/usr/include/geos/operation/linemerge
/usr/include/geos/operation/linemerge/EdgeString.h
/usr/include/geos/operation/linemerge/LineMergeDirectedEdge.h
/usr/include/geos/operation/linemerge/LineMergeEdge.h
/usr/include/geos/operation/linemerge/LineMergeGraph.h
/usr/include/geos/operation/linemerge/LineMerger.h
/usr/include/geos/operation/linemerge/LineSequencer.h
/usr/include/geos/operation/overlay
/usr/include/geos/operation/overlay/MaximalEdgeRing.h
/usr/include/geos/operation/overlay/MinimalEdgeRing.h
/usr/include/geos/operation/overlay/OverlayNodeFactory.h
/usr/include/geos/operation/overlay/PolygonBuilder.h
/usr/include/geos/operation/overlay/snap
/usr/include/geos/operation/overlay/snap/GeometrySnapper.h
/usr/include/geos/operation/overlay/snap/LineStringSnapper.h
/usr/include/geos/operation/overlay/snap/SnapOverlayOp.h
/usr/include/geos/operation/overlay/validate
/usr/include/geos/operation/overlay/validate/FuzzyPointLocator.h
/usr/include/geos/operation/overlay/validate/OffsetPointGenerator.h
/usr/include/geos/operation/overlay/validate/OverlayResultValidator.h
/usr/include/geos/operation/overlayng
/usr/include/geos/operation/overlayng/CoverageUnion.h
/usr/include/geos/operation/overlayng/Edge.h
/usr/include/geos/operation/overlayng/EdgeKey.h
/usr/include/geos/operation/overlayng/EdgeMerger.h
/usr/include/geos/operation/overlayng/EdgeNodingBuilder.h
/usr/include/geos/operation/overlayng/EdgeSourceInfo.h
/usr/include/geos/operation/overlayng/ElevationModel.h
/usr/include/geos/operation/overlayng/IndexedPointOnLineLocator.h
/usr/include/geos/operation/overlayng/InputGeometry.h
/usr/include/geos/operation/overlayng/IntersectionPointBuilder.h
/usr/include/geos/operation/overlayng/LineBuilder.h
/usr/include/geos/operation/overlayng/LineLimiter.h
/usr/include/geos/operation/overlayng/MaximalEdgeRing.h
/usr/include/geos/operation/overlayng/OverlayEdge.h
/usr/include/geos/operation/overlayng/OverlayEdgeRing.h
/usr/include/geos/operation/overlayng/OverlayGraph.h
/usr/include/geos/operation/overlayng/OverlayLabel.h
/usr/include/geos/operation/overlayng/OverlayLabeller.h
/usr/include/geos/operation/overlayng/OverlayMixedPoints.h
/usr/include/geos/operation/overlayng/OverlayNG.h
/usr/include/geos/operation/overlayng/OverlayNGRobust.h
/usr/include/geos/operation/overlayng/OverlayPoints.h
/usr/include/geos/operation/overlayng/OverlayUtil.h
/usr/include/geos/operation/overlayng/PolygonBuilder.h
/usr/include/geos/operation/overlayng/PrecisionReducer.h
/usr/include/geos/operation/overlayng/PrecisionUtil.h
/usr/include/geos/operation/overlayng/RingClipper.h
/usr/include/geos/operation/overlayng/RobustClipEnvelopeComputer.h
/usr/include/geos/operation/overlayng/UnaryUnionNG.h
/usr/include/geos/operation/polygonize
/usr/include/geos/operation/polygonize/BuildArea.h
/usr/include/geos/operation/polygonize/EdgeRing.h
/usr/include/geos/operation/polygonize/HoleAssigner.h
/usr/include/geos/operation/polygonize/PolygonizeDirectedEdge.h
/usr/include/geos/operation/polygonize/PolygonizeEdge.h
/usr/include/geos/operation/polygonize/PolygonizeGraph.h
/usr/include/geos/operation/polygonize/Polygonizer.h
/usr/include/geos/operation/predicate
/usr/include/geos/operation/predicate/RectangleContains.h
/usr/include/geos/operation/predicate/RectangleIntersects.h
/usr/include/geos/operation/predicate/SegmentIntersectionTester.h
/usr/include/geos/operation/relate
/usr/include/geos/operation/relate/EdgeEndBuilder.h
/usr/include/geos/operation/relate/EdgeEndBundle.h
/usr/include/geos/operation/relate/EdgeEndBundleStar.h
/usr/include/geos/operation/relate/RelateComputer.h
/usr/include/geos/operation/relate/RelateNode.h
/usr/include/geos/operation/relate/RelateNodeFactory.h
/usr/include/geos/operation/relate/RelateNodeGraph.h
/usr/include/geos/operation/relate/RelateOp.h
/usr/include/geos/operation/sharedpaths
/usr/include/geos/operation/sharedpaths/SharedPathsOp.h
/usr/include/geos/operation/union
/usr/include/geos/operation/union/CascadedPolygonUnion.h
/usr/include/geos/operation/union/CoverageUnion.h
/usr/include/geos/operation/union/DisjointSubsetUnion.h
/usr/include/geos/operation/union/OverlapUnion.h
/usr/include/geos/operation/union/PointGeometryUnion.h
/usr/include/geos/operation/union/UnaryUnionOp.h
/usr/include/geos/operation/union/UnionStrategy.h
/usr/include/geos/operation/valid
/usr/include/geos/operation/valid/ConsistentAreaTester.h
/usr/include/geos/operation/valid/IndexedNestedHoleTester.h
/usr/include/geos/operation/valid/IndexedNestedPolygonTester.h
/usr/include/geos/operation/valid/IsSimpleOp.h
/usr/include/geos/operation/valid/IsValidOp.h
/usr/include/geos/operation/valid/MakeValid.h
/usr/include/geos/operation/valid/PolygonIntersectionAnalyzer.h
/usr/include/geos/operation/valid/PolygonRing.h
/usr/include/geos/operation/valid/PolygonRingSelfNode.h
/usr/include/geos/operation/valid/PolygonRingTouch.h
/usr/include/geos/operation/valid/PolygonTopologyAnalyzer.h
/usr/include/geos/operation/valid/RepeatedPointRemover.h
/usr/include/geos/operation/valid/RepeatedPointTester.h
/usr/include/geos/operation/valid/TopologyValidationError.h
/usr/include/geos/planargraph
/usr/include/geos/planargraph/DirectedEdge.h
/usr/include/geos/planargraph/DirectedEdgeStar.h
/usr/include/geos/planargraph/Edge.h
/usr/include/geos/planargraph/GraphComponent.h
/usr/include/geos/planargraph/Node.h
/usr/include/geos/planargraph/NodeMap.h
/usr/include/geos/planargraph/PlanarGraph.h
/usr/include/geos/planargraph/Subgraph.h
/usr/include/geos/planargraph/algorithm
/usr/include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h
/usr/include/geos/precision
/usr/include/geos/precision/CommonBits.h
/usr/include/geos/precision/CommonBitsOp.h
/usr/include/geos/precision/CommonBitsRemover.h
/usr/include/geos/precision/EnhancedPrecisionOp.h
/usr/include/geos/precision/GeometryPrecisionReducer.h
/usr/include/geos/precision/MinimumClearance.h
/usr/include/geos/precision/PointwisePrecisionReducerTransformer.h
/usr/include/geos/precision/PrecisionReducerCoordinateOperation.h
/usr/include/geos/precision/PrecisionReducerTransformer.h
/usr/include/geos/precision/SimpleGeometryPrecisionReducer.h
/usr/include/geos/profiler.h
/usr/include/geos/shape
/usr/include/geos/shape/fractal
/usr/include/geos/shape/fractal/HilbertCode.h
/usr/include/geos/shape/fractal/HilbertEncoder.h
/usr/include/geos/shape/fractal/MortonCode.h
/usr/include/geos/simplify
/usr/include/geos/simplify/DouglasPeuckerLineSimplifier.h
/usr/include/geos/simplify/DouglasPeuckerSimplifier.h
/usr/include/geos/simplify/LineSegmentIndex.h
/usr/include/geos/simplify/LinkedLine.h
/usr/include/geos/simplify/LinkedRing.h
/usr/include/geos/simplify/PolygonHullSimplifier.h
/usr/include/geos/simplify/RingHull.h
/usr/include/geos/simplify/RingHullIndex.h
/usr/include/geos/simplify/TaggedLineSegment.h
/usr/include/geos/simplify/TaggedLineString.h
/usr/include/geos/simplify/TaggedLineStringSimplifier.h
/usr/include/geos/simplify/TaggedLinesSimplifier.h
/usr/include/geos/simplify/TopologyPreservingSimplifier.h
/usr/include/geos/triangulate
/usr/include/geos/triangulate/DelaunayTriangulationBuilder.h
/usr/include/geos/triangulate/IncrementalDelaunayTriangulator.h
/usr/include/geos/triangulate/VoronoiDiagramBuilder.h
/usr/include/geos/triangulate/polygon
/usr/include/geos/triangulate/polygon/ConstrainedDelaunayTriangulator.h
/usr/include/geos/triangulate/polygon/PolygonEarClipper.h
/usr/include/geos/triangulate/polygon/PolygonHoleJoiner.h
/usr/include/geos/triangulate/polygon/PolygonNoder.h
/usr/include/geos/triangulate/polygon/PolygonTriangulator.h
/usr/include/geos/triangulate/polygon/TriDelaunayImprover.h
/usr/include/geos/triangulate/quadedge
/usr/include/geos/triangulate/quadedge/LastFoundQuadEdgeLocator.h
/usr/include/geos/triangulate/quadedge/LocateFailureException.h
/usr/include/geos/triangulate/quadedge/QuadEdge.h
/usr/include/geos/triangulate/quadedge/QuadEdgeLocator.h
/usr/include/geos/triangulate/quadedge/QuadEdgeQuartet.h
/usr/include/geos/triangulate/quadedge/QuadEdgeSubdivision.h
/usr/include/geos/triangulate/quadedge/TrianglePredicate.h
/usr/include/geos/triangulate/quadedge/TriangleVisitor.h
/usr/include/geos/triangulate/quadedge/Vertex.h
/usr/include/geos/triangulate/tri
/usr/include/geos/triangulate/tri/Tri.h
/usr/include/geos/triangulate/tri/TriEdge.h
/usr/include/geos/triangulate/tri/TriList.h
/usr/include/geos/triangulate/tri/TriangulationBuilder.h
/usr/include/geos/unload.h
/usr/include/geos/util
/usr/include/geos/util.h
/usr/include/geos/util/Assert.h
/usr/include/geos/util/AssertionFailedException.h
/usr/include/geos/util/CoordinateArrayFilter.h
/usr/include/geos/util/GEOSException.h
/usr/include/geos/util/GeometricShapeFactory.h
/usr/include/geos/util/IllegalArgumentException.h
/usr/include/geos/util/IllegalStateException.h
/usr/include/geos/util/Interrupt.h
/usr/include/geos/util/Machine.h
/usr/include/geos/util/TopologyException.h
/usr/include/geos/util/UniqueCoordinateArrayFilter.h
/usr/include/geos/util/UnsupportedOperationException.h
/usr/include/geos/util/math.h
/usr/include/geos/util/string.h
/usr/include/geos/vend
/usr/include/geos/vend/include_nlohmann_json.hpp
/usr/include/geos/vend/json.hpp
/usr/include/geos/version.h
/usr/include/geos_c.h
/usr/lib64/cmake/GEOS
/usr/lib64/cmake/GEOS/geos-config-version.cmake
/usr/lib64/cmake/GEOS/geos-config.cmake
/usr/lib64/cmake/GEOS/geos-targets-relwithdebinfo.cmake
/usr/lib64/cmake/GEOS/geos-targets.cmake
/usr/lib64/libgeos.so
/usr/lib64/libgeos_c.so
/usr/lib64/pkgconfig/geos.pc
/usr/share/doc/packages/geos-devel
/usr/share/doc/packages/geos-devel/NEWS.md
/usr/share/doc/packages/geos-devel/README.md
/usr/share/licenses/geos-devel
/usr/share/licenses/geos-devel/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 01:27:51 2024