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

geos-devel-3.11.1-bp155.1.6 RPM for aarch64

From OpenSuSE Leap 15.5 for aarch64

Name: geos-devel Distribution: SUSE Linux Enterprise 15 SP5
Version: 3.11.1 Vendor: openSUSE
Release: bp155.1.6 Build date: Mon May 22 11:55:02 2023
Group: Development/Libraries/C and C++ Build host: obs-arm-10
Size: 2946518 Source RPM: geos-3.11.1-bp155.1.6.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

* 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)
* Wed Jun 12 2019 Martin Pluskal <mpluskal@suse.com>
  - Update to version 3.7.2
    * Envelope constructor using strtod (#875 Paul Ramsey)
    * Failure in CMake for OSX Framework (#936 Paul Ramsey)
    * Polygon build failure in Overlay difference (#789 Paul Ramsey)
    * Invalid union result from valid polygon inputs (#838)
* Mon Feb 18 2019 Bruno Friedmann <bruno@ioda-net.ch>
  - Packaging:
    + refresh patch libruby with upstream debian for 3.7.1
    + remove python as state upstream this not supported since
      version 3 (use Shapely or libgeos_c)
  - Update to version 3.7.1
    + Bug fixes / improvements
    * Fix crash in GEOSCoordSeq_isCCW with empty coordseq
      (#927, Sergey Fedoseev)
    * Fix crash in GEOSInterpolate with empty LineString
      (#926, Sergey Fedoseev)
    * Fix crash in GEOSUnaryUnion with empty LineString
      (#928, Sergey Fedoseev)
    * Fix memory leak in SIRtree::insert (#919, Dan Baston)
    * Reduce required autoconf to 2.63
      (#56, John Harvey)
    * Fix incorrect return values on error from GEOSLength
      GEOSisValidDetail (#941, Dan Baston)
  - Changes in 3.7.0
    + New things:
    * CAPI: GEOSDistanceIndexed (#795, Dan Baston)
    * CAPI: GEOSCoordSeq_isCCW (#870, Dan Baston)
    * CAPI: GEOSGeom_getXMin, GEOSGeom_getXMax,
      GEOSGeom_getYMin, GEOSGeom_getYMax (#871, Dan Baston)
    * CAPI: GEOSFrechetDistance (#797, Shinichi SUGIYAMA)
    * CAPI: GEOSReverse (#872, Dan Baston)
    * CAPI: GEOSGeomGetZ (#581, J Smith)
    + Improvements
    * Interruptible snap operation (Paul Ramsey)
    * Numerous packaging, doc, and build changes
      (Debian group: Bas Couwenberg, Francesco Paolo Lovergine)
      (NetBSD: Greg Troxel)
    * Allow static library with C API for CMake builds (#878, Dakota Hawkins)
    + C++ API changes:
    * Require defining USE_UNSTABLE_GEOS_CPP_API for use without
      warnings.
    * Make C++11 required (Mateusz Loskot)
    * Use C++11 unique_ptr, nullptr, and override constructs
      (Mateusz Loskot)
    * C++11 standard delete on noncopyable
      (#851, Vicky Vergara)
    * Fix CommonBits::getBit to correctly handle i >= 32
      (#834, Kurt Schwehr)
  - Changes in 3.7.0rc2
    + Fixes / enhancements since 3.7.0rc1
    * Drop ? from extended regular expression,
      so that the expression strictly conforms to the POSIX ERE rules.
      (#917, Greg Troxel, Bas Couwenberg)
    * include .editorconfig in tar ball,
      fixes Cmake on VS (#920, Jeff Mckenna, Regina Obe)
    * Ignore error in CoordinateArraySequenceFactoryTest
      failing on FreeBSD/macOS Clang (#894)
  - Changes in 3.7.0rc1
    + Fixes / enhancements since 3.7.0beta2
    * Avoid segfault when querying empty tree (#730, framm)
    * Collection with Empty components crashes overlay (#782, Dan Baston)
    * Allow static library with C API for CMake builds (#878, Dakota Hawkins)
  - Changes in 3.7.0beta2
    + Fixes since 3.7.0beta1
    * Fix infinite loop in GEOSClipByRect (#865, Dan Baston)
    * Make GEOSException inherit from std::runtime_error
      to address clang warnings (Dan Baston)
    * Add missing CMake files to tarball (#895, Regina Obe)
* Thu Mar 08 2018 mpluskal@suse.com
  - Modernise spec file a bit
* Mon Nov 13 2017 mpluskal@suse.com
  - Rename python subpackage
* Mon Nov 13 2017 guillaume@opensuse.org
  - Update to version 3.6.2:
    * Bug fixes / improvements:
      + Fix exception in UnaryUnion of collection of touching polygons (#837)
      + Allow building against python 3 (#774)
      + Fix build with android-ndk and other compilers (#799)
      + Allows compiling with -Wpointer-bool-conversion (#638)
      + Fix unhandled exception on invalid fp operation (#811)
      + Fix overloaded virtual print in DirectedEdge* (#812)
      + AppVeyor CI build added (#813)
      + Clean up numerous MSVC warnings, notably C4275 and C4589 (#814)
      + Bump CMake version to 3.0.0 (#817)
      + Fix leaks in WKT parser (#830)
* Mon May 29 2017 mpluskal@suse.com
  - Update to version 3.6.1:
    * Bug fixes / improvements
      + Fix GEOSSTRtree_nearest_r signature and add implementation (#796)
      + Fix --static-clibs and --static-cclibs returns from geos-config
      + Fix WKB representation of empty polygon (#680).
      + Fix empty GEOSSimplify return on inner ring collapse (#741)
  - Changes in 3.6.0
    * Important / Breaking Changes:
      + The PHP binding moved to its own repository:
      http://git.osgeo.org/gogs/geos/php-geos (#765)
    * New things:
      + CAPI: GEOSGeom_{get,set}UserData (Rashad Kanavath)
      + CAPI: GEOSGeom_{set,get}Precision (#713)
      + CAPI: GEOSMinimumRotatedRectangle and GEOSMinimumWidth
      (#729, Nyall Dawson)
      + CAPI: GEOSSTRtree_nearest (#768, Dan Baston)
      + CAPI: GEOSMinimumClearance and GEOSMinimumClearanceLine
      (#776, Dan Baston)
    * C++ API changes:
      + Automatic memory management for GeometryFactory objects
  - Drop doc and php subpackages
  - Drop no longer needed:
    * geos.ini
* Wed Dec 07 2016 bruno@ioda-net.ch
  - Updated to 3.5.1 Bug fixes / improvements
    + Fix CMake configuration to allow build from released sources
      package (#753)
    + Fix memory leaks in single-sided buffers (#747), PlanarGraph
      and tests
    + Fix GeometryEditor to correctly update factory of empty
      geometries (#749)
    + Fix snapping of last segment of a closed linestring (#758)
    + Fix memory exhaustion case in isvalid (#757)
    + Fix Windows build with Visual Studio 2008 (#766)
    + Fix incorrect return from prepared multipoint intersects (#764)
    + Fix build against GCC 3.5.0+ (#784)
* Fri Jun 24 2016 mpluskal@suse.com
  - Fix building with recent gcc
* Mon Nov 09 2015 mpluskal@suse.com
  - Cleanups spec file with spec-cleaner
* Mon Nov 09 2015 jengelh@inai.de
  - Implement shlib packaging guidelines. Drop explicit Requires,
    as the python/ruby/etc. subpackages require the libraries by
    SONAME already.
  - Throw out repeated packaging of documentation
  - RPM group classification corrections
* Sun Nov 08 2015 p.drouand@gmail.com
  - Update to version 3.5.0
    * Voronoi API (#627)
    * PHP: Geometry->normalize method
    * GEOS_USE_ONLY_R_API macro support (#695)
    * PHP: WKBReader->read() & WKBWriter::write() methods
    * GEOSClipByRect (#699)
    * CAPI: thread-safe message handling API (#663)
    * Speed-up intersection and difference between geometries
      with small bounding box overlap.
    * CAPI: add MULTILINESTRING support for GEOSisClosed
    * Added no-parameter CoordinateSequenceFactory::create method
  - Update libruby.patch
  - Remove depreciated %py_requires macro
* Sat May 16 2015 schwab@linux-m68k.org
  - Reenable tests on %ix86
* Fri May 08 2015 mpluskal@suse.com
  - Do not ship .la files
  - Disable tests on no intel architectures
* Tue Feb 03 2015 mpluskal@suse.com
  - Fix conditional dependecies for php and SLE-12
* Sat Jan 31 2015 mpluskal@suse.com
  - Rename spec file
  - Clean spec file with spec-cleaner
  - Disable building of static libraries
  - Remove unnecessary rpmlintrc
  - Execute unit tests during build
  - Build python, ruby and php bindings

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/Intersection.h
/usr/include/geos/algorithm/Length.h
/usr/include/geos/algorithm/LineIntersector.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/RayCrossingCounter.h
/usr/include/geos/algorithm/RayCrossingCounterDD.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/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/CoordinateArraySequence.h
/usr/include/geos/geom/CoordinateArraySequenceFactory.h
/usr/include/geos/geom/CoordinateFilter.h
/usr/include/geos/geom/CoordinateList.h
/usr/include/geos/geom/CoordinateSequence.h
/usr/include/geos/geom/CoordinateSequenceFactory.h
/usr/include/geos/geom/CoordinateSequenceFilter.h
/usr/include/geos/geom/DefaultCoordinateSequenceFactory.h
/usr/include/geos/geom/Dimension.h
/usr/include/geos/geom/Envelope.h
/usr/include/geos/geom/FixedSizeCoordinateSequence.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/GeoJSON.h
/usr/include/geos/io/GeoJSONReader.h
/usr/include/geos/io/GeoJSONWriter.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/WKBWriter.h
/usr/include/geos/io/WKTReader.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/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/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/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/EdgeSetNoder.h
/usr/include/geos/operation/overlay/ElevationMatrix.h
/usr/include/geos/operation/overlay/ElevationMatrixCell.h
/usr/include/geos/operation/overlay/LineBuilder.h
/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/OverlayOp.h
/usr/include/geos/operation/overlay/PointBuilder.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/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/PolygonNode.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/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/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/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, Tue Apr 9 20:15:22 2024