Update to geos 3.4.2.
patch-include_geos_platform_h_in merged upstream, will disappear in next update.
This commit is contained in:
parent
6f98a9c8da
commit
2007e436e9
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2013/03/21 08:45:17 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2014/08/26 19:00:31 landry Exp $
|
||||
|
||||
BROKEN-hppa = undefined reference to `std::auto_ptr<geos::geom::Envelope>::~auto_ptr()'
|
||||
COMMENT= 2d geometry and topology engine
|
||||
DISTNAME= geos-3.3.8
|
||||
DISTNAME= geos-3.4.2
|
||||
CATEGORIES= geo
|
||||
SHARED_LIBS= geos 7.1 \
|
||||
geos_c 4.0
|
||||
SHARED_LIBS= geos 8.0 \
|
||||
geos_c 4.1
|
||||
|
||||
# LGPLv2.1
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (geos-3.3.8.tar.bz2) = 6+zU0acbzCjl6IMpbNjFKoDVWWM150co8yCYlzT6UDs=
|
||||
SIZE (geos-3.3.8.tar.bz2) = 1820064
|
||||
SHA256 (geos-3.4.2.tar.bz2) = Fei/334pCHqVe1asVD6pqAMhSBzvTU9jp7JolTrSbFM=
|
||||
SIZE (geos-3.4.2.tar.bz2) = 1813726
|
||||
|
@ -1,12 +1,15 @@
|
||||
$OpenBSD: patch-include_geos_platform_h_in,v 1.1 2012/06/24 09:34:03 eric Exp $
|
||||
--- include/geos/platform.h.in.orig Thu Apr 19 15:04:47 2012
|
||||
+++ include/geos/platform.h.in Thu Apr 19 15:05:07 2012
|
||||
@@ -91,7 +91,7 @@ extern "C"
|
||||
# elif defined(__MINGW32__)
|
||||
$OpenBSD: patch-include_geos_platform_h_in,v 1.2 2014/08/26 19:00:31 landry Exp $
|
||||
|
||||
http://trac.osgeo.org/geos/ticket/700
|
||||
|
||||
--- include/geos/platform.h.in.orig Sun Aug 25 17:10:32 2013
|
||||
+++ include/geos/platform.h.in Sun Aug 24 11:08:54 2014
|
||||
@@ -92,7 +92,7 @@ extern "C"
|
||||
// sandro furieri: sanitizing MinGW32
|
||||
# define ISNAN(x) (std::isnan(x))
|
||||
-# elif defined(__OSX__) || defined(__APPLE__)
|
||||
+# elif defined(__OSX__) || defined(__APPLE__) || defined(__OpenBSD__)
|
||||
# elif defined(__OSX__) || defined(__APPLE__) || \
|
||||
- defined(__NetBSD__) || defined(__DragonFly__) || \
|
||||
+ defined(__NetBSD__) || defined(__DragonFly__) || defined (__OpenBSD__) || \
|
||||
(defined(__sun) && defined(__GNUC__))
|
||||
// Hack for OS/X <cmath> incorrectly re-defining isnan() into oblivion.
|
||||
// It does leave a version in std.
|
||||
# define ISNAN(x) (std::isnan(x))
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.1 2012/06/24 09:34:03 eric Exp $
|
||||
--- src/Makefile.in.orig Sun Apr 8 15:56:32 2012
|
||||
+++ src/Makefile.in Sun Apr 8 15:56:21 2012
|
||||
@@ -343,8 +343,7 @@ EXTRA_DIST = Makefile.vc dirlist.mk CMakeLists.txt inf
|
||||
INCLUDES = -I$(top_srcdir)/include
|
||||
lib_LTLIBRARIES = libgeos.la
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.2 2014/08/26 19:00:31 landry Exp $
|
||||
--- src/Makefile.in.orig Sun Aug 25 17:10:43 2013
|
||||
+++ src/Makefile.in Sun Aug 24 11:06:41 2014
|
||||
@@ -342,8 +342,7 @@ lib_LTLIBRARIES = libgeos.la
|
||||
# effort to determine this because depending programs should not be
|
||||
# using the C++ library.
|
||||
libgeos_la_LDFLAGS = \
|
||||
- -release @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@ \
|
||||
- -no-undefined
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2013/03/09 20:18:47 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2014/08/26 19:00:31 landry Exp $
|
||||
bin/geos-config
|
||||
include/geos/
|
||||
include/geos.h
|
||||
@ -7,25 +7,17 @@ include/geos/algorithm/Angle.h
|
||||
include/geos/algorithm/BoundaryNodeRule.h
|
||||
include/geos/algorithm/CGAlgorithms.h
|
||||
include/geos/algorithm/CentralEndpointIntersector.h
|
||||
include/geos/algorithm/Centroid.h
|
||||
include/geos/algorithm/CentroidArea.h
|
||||
include/geos/algorithm/CentroidLine.h
|
||||
include/geos/algorithm/CentroidPoint.h
|
||||
include/geos/algorithm/ConvexHull.h
|
||||
include/geos/algorithm/ConvexHull.inl
|
||||
include/geos/algorithm/ExtractLineByLocation.h
|
||||
include/geos/algorithm/HCoordinate.h
|
||||
include/geos/algorithm/InteriorPointArea.h
|
||||
include/geos/algorithm/InteriorPointLine.h
|
||||
include/geos/algorithm/InteriorPointPoint.h
|
||||
include/geos/algorithm/LengthIndexOfPoint.h
|
||||
include/geos/algorithm/LengthIndexedLine.h
|
||||
include/geos/algorithm/LengthLocationMap.h
|
||||
include/geos/algorithm/LineIntersector.h
|
||||
include/geos/algorithm/LinearGeometryBuilder.h
|
||||
include/geos/algorithm/LinearIterator.h
|
||||
include/geos/algorithm/LinearLocation.h
|
||||
include/geos/algorithm/LocationIndexOfLine.h
|
||||
include/geos/algorithm/LocationIndexOfPoint.h
|
||||
include/geos/algorithm/MCPointInRing.h
|
||||
include/geos/algorithm/MinimumDiameter.h
|
||||
include/geos/algorithm/NotRepresentableException.h
|
||||
@ -216,11 +208,23 @@ include/geos/io/WKTReader.h
|
||||
include/geos/io/WKTReader.inl
|
||||
include/geos/io/WKTWriter.h
|
||||
include/geos/io/Writer.h
|
||||
include/geos/linearref/
|
||||
include/geos/linearref/ExtractLineByLocation.h
|
||||
include/geos/linearref/LengthIndexOfPoint.h
|
||||
include/geos/linearref/LengthIndexedLine.h
|
||||
include/geos/linearref/LengthLocationMap.h
|
||||
include/geos/linearref/LinearGeometryBuilder.h
|
||||
include/geos/linearref/LinearIterator.h
|
||||
include/geos/linearref/LinearLocation.h
|
||||
include/geos/linearref/LocationIndexOfLine.h
|
||||
include/geos/linearref/LocationIndexOfPoint.h
|
||||
include/geos/linearref/LocationIndexedLine.h
|
||||
include/geos/noding/
|
||||
include/geos/noding.h
|
||||
include/geos/noding/BasicSegmentString.h
|
||||
include/geos/noding/FastNodingValidator.h
|
||||
include/geos/noding/FastSegmentSetIntersectionFinder.h
|
||||
include/geos/noding/GeometryNoder.h
|
||||
include/geos/noding/IntersectionAdder.h
|
||||
include/geos/noding/IntersectionFinderAdder.h
|
||||
include/geos/noding/IteratedNoder.h
|
||||
@ -241,7 +245,6 @@ include/geos/noding/SegmentNodeList.h
|
||||
include/geos/noding/SegmentPointComparator.h
|
||||
include/geos/noding/SegmentSetMutualIntersector.h
|
||||
include/geos/noding/SegmentString.h
|
||||
include/geos/noding/SegmentString.inl
|
||||
include/geos/noding/SegmentStringUtil.h
|
||||
include/geos/noding/SimpleNoder.h
|
||||
include/geos/noding/SingleInteriorIntersectionFinder.h
|
||||
@ -267,6 +270,7 @@ include/geos/operation/GeometryGraphOperation.h
|
||||
include/geos/operation/IsSimpleOp.h
|
||||
include/geos/operation/buffer/
|
||||
include/geos/operation/buffer/BufferBuilder.h
|
||||
include/geos/operation/buffer/BufferInputLineSimplifier.h
|
||||
include/geos/operation/buffer/BufferOp.h
|
||||
include/geos/operation/buffer/BufferParameters.h
|
||||
include/geos/operation/buffer/BufferSubgraph.h
|
||||
@ -363,6 +367,8 @@ include/geos/precision/CommonBits.h
|
||||
include/geos/precision/CommonBitsOp.h
|
||||
include/geos/precision/CommonBitsRemover.h
|
||||
include/geos/precision/EnhancedPrecisionOp.h
|
||||
include/geos/precision/GeometryPrecisionReducer.h
|
||||
include/geos/precision/PrecisionReducerCoordinateOperation.h
|
||||
include/geos/precision/SimpleGeometryPrecisionReducer.h
|
||||
include/geos/profiler.h
|
||||
include/geos/simplify/
|
||||
@ -376,6 +382,18 @@ include/geos/simplify/TaggedLinesSimplifier.h
|
||||
include/geos/simplify/TopologyPreservingSimplifier.h
|
||||
include/geos/spatialIndex.h
|
||||
include/geos/timeval.h
|
||||
include/geos/triangulate/
|
||||
include/geos/triangulate/DelaunayTriangulationBuilder.h
|
||||
include/geos/triangulate/IncrementalDelaunayTriangulator.h
|
||||
include/geos/triangulate/quadedge/
|
||||
include/geos/triangulate/quadedge/LastFoundQuadEdgeLocator.h
|
||||
include/geos/triangulate/quadedge/LocateFailureException.h
|
||||
include/geos/triangulate/quadedge/QuadEdge.h
|
||||
include/geos/triangulate/quadedge/QuadEdgeLocator.h
|
||||
include/geos/triangulate/quadedge/QuadEdgeSubdivision.h
|
||||
include/geos/triangulate/quadedge/TrianglePredicate.h
|
||||
include/geos/triangulate/quadedge/TriangleVisitor.h
|
||||
include/geos/triangulate/quadedge/Vertex.h
|
||||
include/geos/unload.h
|
||||
include/geos/util/
|
||||
include/geos/util.h
|
||||
@ -386,6 +404,7 @@ include/geos/util/GEOSException.h
|
||||
include/geos/util/GeometricShapeFactory.h
|
||||
include/geos/util/IllegalArgumentException.h
|
||||
include/geos/util/IllegalStateException.h
|
||||
include/geos/util/Interrupt.h
|
||||
include/geos/util/Machine.h
|
||||
include/geos/util/TopologyException.h
|
||||
include/geos/util/UniqueCoordinateArrayFilter.h
|
||||
@ -429,6 +448,7 @@ share/doc/geos/html/CentralEndpointIntersector_8h_source.html
|
||||
share/doc/geos/html/CentroidArea_8h_source.html
|
||||
share/doc/geos/html/CentroidLine_8h_source.html
|
||||
share/doc/geos/html/CentroidPoint_8h_source.html
|
||||
share/doc/geos/html/Centroid_8h_source.html
|
||||
share/doc/geos/html/CommonBitsOp_8h_source.html
|
||||
share/doc/geos/html/CommonBitsRemover_8h_source.html
|
||||
share/doc/geos/html/CommonBits_8h_source.html
|
||||
@ -449,6 +469,7 @@ share/doc/geos/html/CoordinateSequenceFactory_8h_source.html
|
||||
share/doc/geos/html/CoordinateSequenceFilter_8h_source.html
|
||||
share/doc/geos/html/CoordinateSequence_8h_source.html
|
||||
share/doc/geos/html/Coordinate_8h_source.html
|
||||
share/doc/geos/html/DelaunayTriangulationBuilder_8h_source.html
|
||||
share/doc/geos/html/Depth_8h_source.html
|
||||
share/doc/geos/html/Dimension_8h_source.html
|
||||
share/doc/geos/html/DiscreteHausdorffDistance_8h_source.html
|
||||
@ -492,6 +513,8 @@ share/doc/geos/html/GeometryGraph_8h_source.html
|
||||
share/doc/geos/html/GeometryListHolder_8h_source.html
|
||||
share/doc/geos/html/GeometryList_8h_source.html
|
||||
share/doc/geos/html/GeometryLocation_8h_source.html
|
||||
share/doc/geos/html/GeometryNoder_8h_source.html
|
||||
share/doc/geos/html/GeometryPrecisionReducer_8h_source.html
|
||||
share/doc/geos/html/GeometrySnapper_8h_source.html
|
||||
share/doc/geos/html/GeometryTransformer_8h_source.html
|
||||
share/doc/geos/html/Geometry_8h_source.html
|
||||
@ -499,11 +522,13 @@ share/doc/geos/html/HCoordinate_8h_source.html
|
||||
share/doc/geos/html/HotPixel_8h_source.html
|
||||
share/doc/geos/html/IllegalArgumentException_8h_source.html
|
||||
share/doc/geos/html/IllegalStateException_8h_source.html
|
||||
share/doc/geos/html/IncrementalDelaunayTriangulator_8h_source.html
|
||||
share/doc/geos/html/IndexedNestedRingTester_8h_source.html
|
||||
share/doc/geos/html/IndexedPointInAreaLocator_8h_source.html
|
||||
share/doc/geos/html/InteriorPointArea_8h_source.html
|
||||
share/doc/geos/html/InteriorPointLine_8h_source.html
|
||||
share/doc/geos/html/InteriorPointPoint_8h_source.html
|
||||
share/doc/geos/html/Interrupt_8h_source.html
|
||||
share/doc/geos/html/IntersectionAdder_8h_source.html
|
||||
share/doc/geos/html/IntersectionFinderAdder_8h_source.html
|
||||
share/doc/geos/html/IntersectionMatrix_8h_source.html
|
||||
@ -517,6 +542,7 @@ share/doc/geos/html/ItemBoundable_8h_source.html
|
||||
share/doc/geos/html/ItemVisitor_8h_source.html
|
||||
share/doc/geos/html/IteratedNoder_8h_source.html
|
||||
share/doc/geos/html/Label_8h_source.html
|
||||
share/doc/geos/html/LastFoundQuadEdgeLocator_8h_source.html
|
||||
share/doc/geos/html/LengthIndexOfPoint_8h_source.html
|
||||
share/doc/geos/html/LengthIndexedLine_8h_source.html
|
||||
share/doc/geos/html/LengthLocationMap_8h_source.html
|
||||
@ -537,8 +563,10 @@ share/doc/geos/html/LinearGeometryBuilder_8h_source.html
|
||||
share/doc/geos/html/LinearIterator_8h_source.html
|
||||
share/doc/geos/html/LinearLocation_8h_source.html
|
||||
share/doc/geos/html/LinearRing_8h_source.html
|
||||
share/doc/geos/html/LocateFailureException_8h_source.html
|
||||
share/doc/geos/html/LocationIndexOfLine_8h_source.html
|
||||
share/doc/geos/html/LocationIndexOfPoint_8h_source.html
|
||||
share/doc/geos/html/LocationIndexedLine_8h_source.html
|
||||
share/doc/geos/html/Location_8h_source.html
|
||||
share/doc/geos/html/MCIndexNoder_8h_source.html
|
||||
share/doc/geos/html/MCIndexPointSnapper_8h_source.html
|
||||
@ -592,6 +620,7 @@ share/doc/geos/html/PolygonizeGraph_8h_source.html
|
||||
share/doc/geos/html/Polygonizer_8h_source.html
|
||||
share/doc/geos/html/Position_8h_source.html
|
||||
share/doc/geos/html/PrecisionModel_8h_source.html
|
||||
share/doc/geos/html/PrecisionReducerCoordinateOperation_8h_source.html
|
||||
share/doc/geos/html/PreparedGeometryFactory_8h_source.html
|
||||
share/doc/geos/html/PreparedGeometry_8h_source.html
|
||||
share/doc/geos/html/PreparedLineStringIntersects_8h_source.html
|
||||
@ -604,6 +633,9 @@ share/doc/geos/html/PreparedPolygonIntersects_8h_source.html
|
||||
share/doc/geos/html/PreparedPolygonPredicate_8h_source.html
|
||||
share/doc/geos/html/PreparedPolygon_8h_source.html
|
||||
share/doc/geos/html/Puntal_8h_source.html
|
||||
share/doc/geos/html/QuadEdgeLocator_8h_source.html
|
||||
share/doc/geos/html/QuadEdgeSubdivision_8h_source.html
|
||||
share/doc/geos/html/QuadEdge_8h_source.html
|
||||
share/doc/geos/html/Quadrant_8h_source.html
|
||||
share/doc/geos/html/QuadtreeNestedRingTester_8h_source.html
|
||||
share/doc/geos/html/Quadtree_8h_source.html
|
||||
@ -665,10 +697,13 @@ share/doc/geos/html/TopologyException_8h_source.html
|
||||
share/doc/geos/html/TopologyLocation_8h_source.html
|
||||
share/doc/geos/html/TopologyPreservingSimplifier_8h_source.html
|
||||
share/doc/geos/html/TopologyValidationError_8h_source.html
|
||||
share/doc/geos/html/TrianglePredicate_8h_source.html
|
||||
share/doc/geos/html/TriangleVisitor_8h_source.html
|
||||
share/doc/geos/html/Triangle_8h_source.html
|
||||
share/doc/geos/html/UnaryUnionOp_8h_source.html
|
||||
share/doc/geos/html/UniqueCoordinateArrayFilter_8h_source.html
|
||||
share/doc/geos/html/UnsupportedOperationException_8h_source.html
|
||||
share/doc/geos/html/Vertex_8h_source.html
|
||||
share/doc/geos/html/WKBConstants_8h_source.html
|
||||
share/doc/geos/html/WKBReader_8h_source.html
|
||||
share/doc/geos/html/WKBWriter_8h_source.html
|
||||
@ -692,8 +727,14 @@ share/doc/geos/html/classgeos_1_1algorithm_1_1CGAlgorithms-members.html
|
||||
share/doc/geos/html/classgeos_1_1algorithm_1_1CGAlgorithms.html
|
||||
share/doc/geos/html/classgeos_1_1algorithm_1_1CentralEndpointIntersector-members.html
|
||||
share/doc/geos/html/classgeos_1_1algorithm_1_1CentralEndpointIntersector.html
|
||||
share/doc/geos/html/classgeos_1_1algorithm_1_1Centroid-members.html
|
||||
share/doc/geos/html/classgeos_1_1algorithm_1_1Centroid.html
|
||||
share/doc/geos/html/classgeos_1_1algorithm_1_1CentroidArea-members.html
|
||||
share/doc/geos/html/classgeos_1_1algorithm_1_1CentroidArea.html
|
||||
share/doc/geos/html/classgeos_1_1algorithm_1_1CentroidLine-members.html
|
||||
share/doc/geos/html/classgeos_1_1algorithm_1_1CentroidLine.html
|
||||
share/doc/geos/html/classgeos_1_1algorithm_1_1CentroidPoint-members.html
|
||||
share/doc/geos/html/classgeos_1_1algorithm_1_1CentroidPoint.html
|
||||
share/doc/geos/html/classgeos_1_1algorithm_1_1ConvexHull-members.html
|
||||
share/doc/geos/html/classgeos_1_1algorithm_1_1ConvexHull.html
|
||||
share/doc/geos/html/classgeos_1_1algorithm_1_1HCoordinate-members.html
|
||||
@ -814,6 +855,8 @@ share/doc/geos/html/classgeos_1_1geom_1_1Puntal.html
|
||||
share/doc/geos/html/classgeos_1_1geom_1_1Puntal.png
|
||||
share/doc/geos/html/classgeos_1_1geom_1_1Triangle-members.html
|
||||
share/doc/geos/html/classgeos_1_1geom_1_1Triangle.html
|
||||
share/doc/geos/html/classgeos_1_1geom_1_1TrianglePredicate-members.html
|
||||
share/doc/geos/html/classgeos_1_1geom_1_1TrianglePredicate.html
|
||||
share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1AbstractPreparedPolygonContains-members.html
|
||||
share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1AbstractPreparedPolygonContains.html
|
||||
share/doc/geos/html/classgeos_1_1geom_1_1prep_1_1AbstractPreparedPolygonContains.png
|
||||
@ -888,6 +931,9 @@ share/doc/geos/html/classgeos_1_1geomgraph_1_1DirectedEdge.png
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1DirectedEdgeStar-members.html
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1DirectedEdgeStar.html
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1DirectedEdgeStar.png
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1Edge-members.html
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1Edge.html
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1Edge.png
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1EdgeEnd-members.html
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1EdgeEnd.html
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1EdgeEnd.png
|
||||
@ -902,10 +948,23 @@ share/doc/geos/html/classgeos_1_1geomgraph_1_1EdgeList-members.html
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1EdgeList.html
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1EdgeNodingValidator-members.html
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1EdgeNodingValidator.html
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1EdgeRing-members.html
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1EdgeRing.html
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1EdgeRing.png
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1GeometryGraph-members.html
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1GeometryGraph.html
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1GeometryGraph.png
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1GraphComponent-members.html
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1GraphComponent.html
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1GraphComponent.png
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1Label-members.html
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1Label.html
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1Node-members.html
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1Node.html
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1Node.png
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1PlanarGraph-members.html
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1PlanarGraph.html
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1PlanarGraph.png
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1Quadrant-members.html
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1Quadrant.html
|
||||
share/doc/geos/html/classgeos_1_1geomgraph_1_1TopologyLocation-members.html
|
||||
@ -1017,6 +1076,8 @@ share/doc/geos/html/classgeos_1_1linearref_1_1LocationIndexOfLine-members.html
|
||||
share/doc/geos/html/classgeos_1_1linearref_1_1LocationIndexOfLine.html
|
||||
share/doc/geos/html/classgeos_1_1linearref_1_1LocationIndexOfPoint-members.html
|
||||
share/doc/geos/html/classgeos_1_1linearref_1_1LocationIndexOfPoint.html
|
||||
share/doc/geos/html/classgeos_1_1linearref_1_1LocationIndexedLine-members.html
|
||||
share/doc/geos/html/classgeos_1_1linearref_1_1LocationIndexedLine.html
|
||||
share/doc/geos/html/classgeos_1_1noding_1_1BasicSegmentString-members.html
|
||||
share/doc/geos/html/classgeos_1_1noding_1_1BasicSegmentString.html
|
||||
share/doc/geos/html/classgeos_1_1noding_1_1BasicSegmentString.png
|
||||
@ -1164,8 +1225,10 @@ share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1LineBuilder-members.htm
|
||||
share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1LineBuilder.html
|
||||
share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1MaximalEdgeRing-members.html
|
||||
share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1MaximalEdgeRing.html
|
||||
share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1MaximalEdgeRing.png
|
||||
share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1MinimalEdgeRing-members.html
|
||||
share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1MinimalEdgeRing.html
|
||||
share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1MinimalEdgeRing.png
|
||||
share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1OverlayNodeFactory-members.html
|
||||
share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1OverlayNodeFactory.html
|
||||
share/doc/geos/html/classgeos_1_1operation_1_1overlay_1_1OverlayOp-members.html
|
||||
@ -1217,6 +1280,7 @@ share/doc/geos/html/classgeos_1_1operation_1_1relate_1_1RelateComputer-members.h
|
||||
share/doc/geos/html/classgeos_1_1operation_1_1relate_1_1RelateComputer.html
|
||||
share/doc/geos/html/classgeos_1_1operation_1_1relate_1_1RelateNode-members.html
|
||||
share/doc/geos/html/classgeos_1_1operation_1_1relate_1_1RelateNode.html
|
||||
share/doc/geos/html/classgeos_1_1operation_1_1relate_1_1RelateNode.png
|
||||
share/doc/geos/html/classgeos_1_1operation_1_1relate_1_1RelateNodeFactory-members.html
|
||||
share/doc/geos/html/classgeos_1_1operation_1_1relate_1_1RelateNodeFactory.html
|
||||
share/doc/geos/html/classgeos_1_1operation_1_1relate_1_1RelateNodeGraph-members.html
|
||||
@ -1275,6 +1339,8 @@ share/doc/geos/html/classgeos_1_1precision_1_1CommonBitsRemover-members.html
|
||||
share/doc/geos/html/classgeos_1_1precision_1_1CommonBitsRemover.html
|
||||
share/doc/geos/html/classgeos_1_1precision_1_1EnhancedPrecisionOp-members.html
|
||||
share/doc/geos/html/classgeos_1_1precision_1_1EnhancedPrecisionOp.html
|
||||
share/doc/geos/html/classgeos_1_1precision_1_1GeometryPrecisionReducer-members.html
|
||||
share/doc/geos/html/classgeos_1_1precision_1_1GeometryPrecisionReducer.html
|
||||
share/doc/geos/html/classgeos_1_1precision_1_1SimpleGeometryPrecisionReducer-members.html
|
||||
share/doc/geos/html/classgeos_1_1precision_1_1SimpleGeometryPrecisionReducer.html
|
||||
share/doc/geos/html/classgeos_1_1simplify_1_1DouglasPeuckerLineSimplifier-members.html
|
||||
@ -1292,6 +1358,24 @@ share/doc/geos/html/classgeos_1_1simplify_1_1TaggedLinesSimplifier-members.html
|
||||
share/doc/geos/html/classgeos_1_1simplify_1_1TaggedLinesSimplifier.html
|
||||
share/doc/geos/html/classgeos_1_1simplify_1_1TopologyPreservingSimplifier-members.html
|
||||
share/doc/geos/html/classgeos_1_1simplify_1_1TopologyPreservingSimplifier.html
|
||||
share/doc/geos/html/classgeos_1_1triangulate_1_1DelaunayTriangulationBuilder-members.html
|
||||
share/doc/geos/html/classgeos_1_1triangulate_1_1DelaunayTriangulationBuilder.html
|
||||
share/doc/geos/html/classgeos_1_1triangulate_1_1IncrementalDelaunayTriangulator-members.html
|
||||
share/doc/geos/html/classgeos_1_1triangulate_1_1IncrementalDelaunayTriangulator.html
|
||||
share/doc/geos/html/classgeos_1_1triangulate_1_1quadedge_1_1LastFoundQuadEdgeLocator-members.html
|
||||
share/doc/geos/html/classgeos_1_1triangulate_1_1quadedge_1_1LastFoundQuadEdgeLocator.html
|
||||
share/doc/geos/html/classgeos_1_1triangulate_1_1quadedge_1_1LastFoundQuadEdgeLocator.png
|
||||
share/doc/geos/html/classgeos_1_1triangulate_1_1quadedge_1_1QuadEdge-members.html
|
||||
share/doc/geos/html/classgeos_1_1triangulate_1_1quadedge_1_1QuadEdge.html
|
||||
share/doc/geos/html/classgeos_1_1triangulate_1_1quadedge_1_1QuadEdgeLocator-members.html
|
||||
share/doc/geos/html/classgeos_1_1triangulate_1_1quadedge_1_1QuadEdgeLocator.html
|
||||
share/doc/geos/html/classgeos_1_1triangulate_1_1quadedge_1_1QuadEdgeLocator.png
|
||||
share/doc/geos/html/classgeos_1_1triangulate_1_1quadedge_1_1QuadEdgeSubdivision-members.html
|
||||
share/doc/geos/html/classgeos_1_1triangulate_1_1quadedge_1_1QuadEdgeSubdivision.html
|
||||
share/doc/geos/html/classgeos_1_1triangulate_1_1quadedge_1_1TriangleVisitor-members.html
|
||||
share/doc/geos/html/classgeos_1_1triangulate_1_1quadedge_1_1TriangleVisitor.html
|
||||
share/doc/geos/html/classgeos_1_1triangulate_1_1quadedge_1_1Vertex-members.html
|
||||
share/doc/geos/html/classgeos_1_1triangulate_1_1quadedge_1_1Vertex.html
|
||||
share/doc/geos/html/classgeos_1_1util_1_1AssertionFailedException-members.html
|
||||
share/doc/geos/html/classgeos_1_1util_1_1AssertionFailedException.html
|
||||
share/doc/geos/html/classgeos_1_1util_1_1AssertionFailedException.png
|
||||
@ -1310,6 +1394,8 @@ share/doc/geos/html/classgeos_1_1util_1_1IllegalArgumentException.png
|
||||
share/doc/geos/html/classgeos_1_1util_1_1IllegalStateException-members.html
|
||||
share/doc/geos/html/classgeos_1_1util_1_1IllegalStateException.html
|
||||
share/doc/geos/html/classgeos_1_1util_1_1IllegalStateException.png
|
||||
share/doc/geos/html/classgeos_1_1util_1_1Interrupt-members.html
|
||||
share/doc/geos/html/classgeos_1_1util_1_1Interrupt.html
|
||||
share/doc/geos/html/classgeos_1_1util_1_1TopologyException-members.html
|
||||
share/doc/geos/html/classgeos_1_1util_1_1TopologyException.html
|
||||
share/doc/geos/html/classgeos_1_1util_1_1TopologyException.png
|
||||
@ -1319,50 +1405,51 @@ share/doc/geos/html/classgeos_1_1util_1_1UnsupportedOperationException.png
|
||||
share/doc/geos/html/closed.png
|
||||
share/doc/geos/html/cpp_iface.html
|
||||
share/doc/geos/html/deprecated.html
|
||||
share/doc/geos/html/dir_019cf2f504731ce7613c28610861078d.html
|
||||
share/doc/geos/html/dir_0322b1859b1398f2d2fce5c1dcb1bde4.html
|
||||
share/doc/geos/html/dir_03728b1552b52586df3c0bebdb0e3bdd.html
|
||||
share/doc/geos/html/dir_03a38dff07b10298d54d94416a9986ca.html
|
||||
share/doc/geos/html/dir_0bc14b2fb119a11b6a0f32f4d350db61.html
|
||||
share/doc/geos/html/dir_0f883cfafa81589f73fbd50f77c9be78.html
|
||||
share/doc/geos/html/dir_128ea327999b3862e4621cc0c6815ff9.html
|
||||
share/doc/geos/html/dir_1faa4b632e4472d8f0daef830108dc4a.html
|
||||
share/doc/geos/html/dir_279c2a4a5cd4864782727afae36270b8.html
|
||||
share/doc/geos/html/dir_2856fe9b95ebf472efb12599ea10791d.html
|
||||
share/doc/geos/html/dir_2e8ed28ebb42cbdc65aded50ed5bb764.html
|
||||
share/doc/geos/html/dir_2ec15c46d5520112dd794570b97848ad.html
|
||||
share/doc/geos/html/dir_2f09fdf3fd97b0c048cf6b2d3a345c3f.html
|
||||
share/doc/geos/html/dir_2f5cc8550fac9323e9b033a7d7316722.html
|
||||
share/doc/geos/html/dir_31b67544e64dbe20968ebff6dd254c98.html
|
||||
share/doc/geos/html/dir_382113b1a1603c6272257b29d9eff58e.html
|
||||
share/doc/geos/html/dir_39a2835d59b773dfab34f59b939c6c01.html
|
||||
share/doc/geos/html/dir_3a665ed2ab4ef8aa97879fd6c7dc109c.html
|
||||
share/doc/geos/html/dir_45d6d9d02973e76e5a8f8dc6273892cb.html
|
||||
share/doc/geos/html/dir_4b4675b3bc557c164ca157ad9c7cda6b.html
|
||||
share/doc/geos/html/dir_4d687f0db8fdbb16aacb13de07d89a60.html
|
||||
share/doc/geos/html/dir_50e2ebad42ed0156f28acda19c190d7c.html
|
||||
share/doc/geos/html/dir_557b1f226c2ae37e53b1ff2907cf4831.html
|
||||
share/doc/geos/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html
|
||||
share/doc/geos/html/dir_71a71fa898f12c44434ed7c21d84be2a.html
|
||||
share/doc/geos/html/dir_96d0e52ddb95397c192e273e98580ca1.html
|
||||
share/doc/geos/html/dir_9b1f95f9084bee78d3e04730b5066219.html
|
||||
share/doc/geos/html/dir_9dbc7845c31e1f215e442288d8cd5ac8.html
|
||||
share/doc/geos/html/dir_aed5f07abf54fb298f6559880addb1ef.html
|
||||
share/doc/geos/html/dir_af91873d1bc30a6bf60e200c33c57687.html
|
||||
share/doc/geos/html/dir_b5b7db349d557624ee750aa148c9ffae.html
|
||||
share/doc/geos/html/dir_b5f0ff38f8207e32071c4f9958cbcd14.html
|
||||
share/doc/geos/html/dir_c01eee2f0195f7c921c8a1b68ed5e74c.html
|
||||
share/doc/geos/html/dir_c85a9c27f21675f34e1b20dde47b53ce.html
|
||||
share/doc/geos/html/dir_cc91dd2a378845bf7e3e6edb554afff8.html
|
||||
share/doc/geos/html/dir_d44c64559bbebec7f509842c48db8b23.html
|
||||
share/doc/geos/html/dir_dc925c496c633b26b13addf77f023a84.html
|
||||
share/doc/geos/html/dir_dcfba1a0ce7cfbd2331ecf10da6ad981.html
|
||||
share/doc/geos/html/dir_dd4ecab777d0bbb8e2023293f805db8a.html
|
||||
share/doc/geos/html/dir_dd4f14f9cf03c35d9b3446a72dad675a.html
|
||||
share/doc/geos/html/dir_e5230be7d14949f043691ce046034782.html
|
||||
share/doc/geos/html/dir_f99bab0ed0c7a0430f1c00ea1021834e.html
|
||||
share/doc/geos/html/dir_fba022f40ef995f34b1af53ee3c8dd03.html
|
||||
share/doc/geos/html/dir_fc7f59a1e9d6ec2e98826ca1defc3113.html
|
||||
share/doc/geos/html/dir_098306c60bc1144a53c445f02dffe0f7.html
|
||||
share/doc/geos/html/dir_100cefee62bfece30a8d91985600e684.html
|
||||
share/doc/geos/html/dir_1264eed812172352b7e9627b304dd374.html
|
||||
share/doc/geos/html/dir_13753d33b3a92e733f4449470e87cfec.html
|
||||
share/doc/geos/html/dir_14b769b7a53f18f56fce8f7020a3c0f4.html
|
||||
share/doc/geos/html/dir_19fd480b2d0f9968fc1e6dcbf4d6d111.html
|
||||
share/doc/geos/html/dir_1ff310e242820f0834effb0f40dd2751.html
|
||||
share/doc/geos/html/dir_2929064adf1cd9a28b7f3fb7db0fe39b.html
|
||||
share/doc/geos/html/dir_325a1cae3af75f5a4d62439bb687c21e.html
|
||||
share/doc/geos/html/dir_37aef2b5ce90990f79f9cb9475bc4bcf.html
|
||||
share/doc/geos/html/dir_4e6ab3fdedc6a7de445360ecdb2ca32a.html
|
||||
share/doc/geos/html/dir_585b3b2d300d7ed8dbf375bd9a163468.html
|
||||
share/doc/geos/html/dir_591f26d4f1558bb7b53db0f403e99749.html
|
||||
share/doc/geos/html/dir_61fd6e2b79e6c29c4c09b00abcec1e1e.html
|
||||
share/doc/geos/html/dir_631423f0c89579b9f405e239e7a4061e.html
|
||||
share/doc/geos/html/dir_65b165b3596d8ce123e842fff6458f4c.html
|
||||
share/doc/geos/html/dir_67247374af799d51c7b154f90704a7cf.html
|
||||
share/doc/geos/html/dir_69a341e4af50bc83ab1fb9895b85d638.html
|
||||
share/doc/geos/html/dir_7713bc19a31a0657bcc52784c9df818b.html
|
||||
share/doc/geos/html/dir_7cd586511b5214258b7be40bc32a9267.html
|
||||
share/doc/geos/html/dir_862c93518a9dcb4f3d86f6e157700a49.html
|
||||
share/doc/geos/html/dir_894915ad744b4dfadf9135a5a655b605.html
|
||||
share/doc/geos/html/dir_970f2b6548d202f57752771cde3b3a02.html
|
||||
share/doc/geos/html/dir_9b9599d01ef55a58365ba8eccca9b7c5.html
|
||||
share/doc/geos/html/dir_9d972ba36bd2a201dba2beb5e05ed67a.html
|
||||
share/doc/geos/html/dir_9f4175e45074b312428034b87a7b25ba.html
|
||||
share/doc/geos/html/dir_9f642424d82f10d1bcec2a097b445140.html
|
||||
share/doc/geos/html/dir_a3334e8aaefbaf6e64c9d162f627494d.html
|
||||
share/doc/geos/html/dir_a5718c9faf8bed6019392680c7d56ef5.html
|
||||
share/doc/geos/html/dir_aba21b66a4d9d60c5e99cf2fffce4421.html
|
||||
share/doc/geos/html/dir_b37f91055da964b5cdb18116a5561b2f.html
|
||||
share/doc/geos/html/dir_b576af32ba147cbe444d35440e3b88b3.html
|
||||
share/doc/geos/html/dir_bc434de1961df83c6920f5a0fed829f3.html
|
||||
share/doc/geos/html/dir_c2643203fd2feaa224c17c6a2cf80582.html
|
||||
share/doc/geos/html/dir_c58f8b38e5e49a9b4ccf99a191939b0f.html
|
||||
share/doc/geos/html/dir_d067eb2f7bd9f7ca5d89a75d5465b7c8.html
|
||||
share/doc/geos/html/dir_d5042329dc88783f2f198f312134b5b5.html
|
||||
share/doc/geos/html/dir_da2c78343e85d501274f4f61e6ac0492.html
|
||||
share/doc/geos/html/dir_dc37e7bde16f388774b3eb5a87a454fe.html
|
||||
share/doc/geos/html/dir_e8561c04df3c4b6d3cc9d3e095bda2f2.html
|
||||
share/doc/geos/html/dir_e8c7cf48c5790a70df0fcbae99b4ddf9.html
|
||||
share/doc/geos/html/dir_e914a345144f42228804621ad6d34563.html
|
||||
share/doc/geos/html/dir_f3c526cd28c211827a60bd772348cc15.html
|
||||
share/doc/geos/html/dir_f711674b9a45bc62682ec48d4032a650.html
|
||||
share/doc/geos/html/dir_fef5ef14506f6b3bc47eb5dfd71550f4.html
|
||||
share/doc/geos/html/doxygen.css
|
||||
share/doc/geos/html/doxygen.png
|
||||
share/doc/geos/html/dynsections.js
|
||||
@ -1431,6 +1518,7 @@ share/doc/geos/html/functions_func_0x72.html
|
||||
share/doc/geos/html/functions_func_0x73.html
|
||||
share/doc/geos/html/functions_func_0x74.html
|
||||
share/doc/geos/html/functions_func_0x75.html
|
||||
share/doc/geos/html/functions_func_0x76.html
|
||||
share/doc/geos/html/functions_func_0x77.html
|
||||
share/doc/geos/html/functions_func_0x7a.html
|
||||
share/doc/geos/html/functions_func_0x7e.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user