geos_390_docs/geos__c_8h_source.html

543 lines
626 KiB
HTML
Raw Permalink Normal View History

2020-12-23 18:34:09 -08:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>GEOS: geos_c.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">GEOS
&#160;<span id="projectnumber">3.9.1dev</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
<li><a href="globals.html"><span>File&#160;Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_0f883cfafa81589f73fbd50f77c9be78.html">capi</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">geos_c.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="geos__c_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/************************************************************************</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> * C-Wrapper for GEOS library</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> * Copyright (C) 2010 2011 Sandro Santilli &lt;strk@kbt.io&gt;</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> * Copyright (C) 2005 Refractions Research Inc.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"> * This is free software; you can redistribute and/or modify it under</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> * the terms of the GNU Lesser General Public Licence as published</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> * by the Free Software Foundation.</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> * See the COPYING file for more information.</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> * Author: Sandro Santilli &lt;strk@kbt.io&gt;</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> ***********************************************************************</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"> * GENERAL NOTES:</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="comment"> * - Remember to call initGEOS() before any use of this library&#39;s</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="comment"> * functions, and call finishGEOS() when done.</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="comment"> * - Currently you have to explicitly GEOSGeom_destroy() all</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="comment"> * GEOSGeom objects to avoid memory leaks, and GEOSFree()</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="comment"> * all returned char * (unless const).</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="comment"> * - Functions ending with _r are thread safe; see details in RFC 3</span></div><
<div class="ttc" id="geos__c_8h_html_a9cd309a36847703134bbbf49f450b25c"><div class="ttname"><a href="geos__c_8h.html#a9cd309a36847703134bbbf49f450b25c">GEOSGeomType</a></div><div class="ttdeci">char * GEOSGeomType(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a517e7ee856540e31df202b3a25cef9bf"><div class="ttname"><a href="geos__c_8h.html#a517e7ee856540e31df202b3a25cef9bf">GEOSSingleSidedBuffer_r</a></div><div class="ttdeci">GEOSGeometry * GEOSSingleSidedBuffer_r(GEOSContextHandle_t handle, const GEOSGeometry *g, double width, int quadsegs, int joinStyle, double mitreLimit, int leftSide)</div></div>
<div class="ttc" id="geos__c_8h_html_a5656dcf44fc5547ed759c7b87e780b8d"><div class="ttname"><a href="geos__c_8h.html#a5656dcf44fc5547ed759c7b87e780b8d">GEOSGetCentroid_r</a></div><div class="ttdeci">GEOSGeometry * GEOSGetCentroid_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a46e651e7c7e163592e75755dfb2a5edd"><div class="ttname"><a href="geos__c_8h.html#a46e651e7c7e163592e75755dfb2a5edd">GEOSMessageHandler_r</a></div><div class="ttdeci">void(* GEOSMessageHandler_r)(const char *message, void *userdata)</div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00099">geos_c.h:99</a></div></div>
<div class="ttc" id="geos__c_8h_html_ab5a1d901ffc8248327f8224199e8c045"><div class="ttname"><a href="geos__c_8h.html#ab5a1d901ffc8248327f8224199e8c045">GEOSSnap</a></div><div class="ttdeci">GEOSGeometry * GEOSSnap(const GEOSGeometry *g1, const GEOSGeometry *g2, double tolerance)</div></div>
<div class="ttc" id="geos__c_8h_html_a22b5bb96e2e00f9915f410cbe29d6af0"><div class="ttname"><a href="geos__c_8h.html#a22b5bb96e2e00f9915f410cbe29d6af0">GEOSGetNumInteriorRings</a></div><div class="ttdeci">int GEOSGetNumInteriorRings(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a36f7cc8ba37287c0905cd9705859828f"><div class="ttname"><a href="geos__c_8h.html#a36f7cc8ba37287c0905cd9705859828f">GEOSWKTWriter_destroy</a></div><div class="ttdeci">void GEOSWKTWriter_destroy(GEOSWKTWriter *writer)</div></div>
<div class="ttc" id="geos__c_8h_html_a23922c100edd72a8d82720213607e7bf"><div class="ttname"><a href="geos__c_8h.html#a23922c100edd72a8d82720213607e7bf">GEOSEqualsExact</a></div><div class="ttdeci">char GEOSEqualsExact(const GEOSGeometry *g1, const GEOSGeometry *g2, double tolerance)</div></div>
<div class="ttc" id="geos__c_8h_html_a3c60dc08f66fa86c18614f1fd975c33c"><div class="ttname"><a href="geos__c_8h.html#a3c60dc08f66fa86c18614f1fd975c33c">GEOSPreparedGeom_destroy_r</a></div><div class="ttdeci">void GEOSPreparedGeom_destroy_r(GEOSContextHandle_t handle, const GEOSPreparedGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a74607912bb116c9f417bf3fde16e5212"><div class="ttname"><a href="geos__c_8h.html#a74607912bb116c9f417bf3fde16e5212">GEOSSimplify_r</a></div><div class="ttdeci">GEOSGeometry * GEOSSimplify_r(GEOSContextHandle_t handle, const GEOSGeometry *g, double tolerance)</div></div>
<div class="ttc" id="geos__c_8h_html_a0d76f36a2d2b42c1635fa0f94d881ba4"><div class="ttname"><a href="geos__c_8h.html#a0d76f36a2d2b42c1635fa0f94d881ba4">GEOSGeom_createEmptyPoint_r</a></div><div class="ttdeci">GEOSGeometry * GEOSGeom_createEmptyPoint_r(GEOSContextHandle_t handle)</div></div>
<div class="ttc" id="geos__c_8h_html_ad831c3da4823388ca838792ca5d788c0"><div class="ttname"><a href="geos__c_8h.html#ad831c3da4823388ca838792ca5d788c0">GEOSPreparedWithin</a></div><div class="ttdeci">char GEOSPreparedWithin(const GEOSPreparedGeometry *pg1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a6059c0606d6ecb3d60a3b4124edb7e10"><div class="ttname"><a href="geos__c_8h.html#a6059c0606d6ecb3d60a3b4124edb7e10">GEOSValidFlags</a></div><div class="ttdeci">GEOSValidFlags</div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l01009">geos_c.h:1009</a></div></div>
<div class="ttc" id="geos__c_8h_html_a70bf26115a680216abcee1685a2ec4ce"><div class="ttname"><a href="geos__c_8h.html#a70bf26115a680216abcee1685a2ec4ce">GEOSPreparedCoveredBy</a></div><div class="ttdeci">char GEOSPreparedCoveredBy(const GEOSPreparedGeometry *pg1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_adfa02226533212c9ec63208044169a9b"><div class="ttname"><a href="geos__c_8h.html#adfa02226533212c9ec63208044169a9b">GEOSBufferParams_setJoinStyle_r</a></div><div class="ttdeci">int GEOSBufferParams_setJoinStyle_r(GEOSContextHandle_t handle, GEOSBufferParams *p, int joinStyle)</div></div>
<div class="ttc" id="geos__c_8h_html_af64d5ffb908b7ece4860870cbdae3837"><div class="ttname"><a href="geos__c_8h.html#af64d5ffb908b7ece4860870cbdae3837">GEOSInterpolateNormalized</a></div><div class="ttdeci">GEOSGeometry * GEOSInterpolateNormalized(const GEOSGeometry *g, double d)</div></div>
<div class="ttc" id="geos__c_8h_html_ac7721ea56f8fb69035bf0fe8b001918a"><div class="ttname"><a href="geos__c_8h.html#ac7721ea56f8fb69035bf0fe8b001918a">GEOSEnvelope_r</a></div><div class="ttdeci">GEOSGeometry * GEOSEnvelope_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a06557cad6153f56703b6875d4f21dc18"><div class="ttname"><a href="geos__c_8h.html#a06557cad6153f56703b6875d4f21dc18">GEOSPrepare</a></div><div class="ttdeci">const GEOSPreparedGeometry * GEOSPrepare(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_aee916e60e2c9a3f0c6a6028e6ed8d1d1"><div class="ttname"><a href="geos__c_8h.html#aee916e60e2c9a3f0c6a6028e6ed8d1d1">GEOSGeom_getUserData_r</a></div><div class="ttdeci">void * GEOSGeom_getUserData_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a08872bf0d3010c7c248f860e4051bcb5"><div class="ttname"><a href="geos__c_8h.html#a08872bf0d3010c7c248f860e4051bcb5">GEOSWKTReader_create_r</a></div><div class="ttdeci">GEOSWKTReader * GEOSWKTReader_create_r(GEOSContextHandle_t handle)</div></div>
<div class="ttc" id="geos__c_8h_html_a6f2f2d573ed7c8f39167baa05e5a814d"><div class="ttname"><a href="geos__c_8h.html#a6f2f2d573ed7c8f39167baa05e5a814d">GEOSIntersects</a></div><div class="ttdeci">char GEOSIntersects(const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a94988983d5882bcbdb02e4a343481dda"><div class="ttname"><a href="geos__c_8h.html#a94988983d5882bcbdb02e4a343481dda">GEOSGeom_getXMax_r</a></div><div class="ttdeci">int GEOSGeom_getXMax_r(GEOSContextHandle_t handle, const GEOSGeometry *g, double *value)</div></div>
<div class="ttc" id="geos__c_8h_html_a57560bd1310ddab1950bbd707d8f8d39"><div class="ttname"><a href="geos__c_8h.html#a57560bd1310ddab1950bbd707d8f8d39">GEOSRelateBoundaryNodeRule_r</a></div><div class="ttdeci">char * GEOSRelateBoundaryNodeRule_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2, int bnr)</div></div>
<div class="ttc" id="geos__c_8h_html_add2aa0553224a336d95a48ee74dd815b"><div class="ttname"><a href="geos__c_8h.html#add2aa0553224a336d95a48ee74dd815b">GEOSGeomGetStartPoint</a></div><div class="ttdeci">GEOSGeometry * GEOSGeomGetStartPoint(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_ae8f08f715b7f7f12f2223d31d5c31cdd"><div class="ttname"><a href="geos__c_8h.html#ae8f08f715b7f7f12f2223d31d5c31cdd">GEOSisEmpty</a></div><div class="ttdeci">char GEOSisEmpty(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a7381b8fa1abc96e28f11961a29716bf3"><div class="ttname"><a href="geos__c_8h.html#a7381b8fa1abc96e28f11961a29716bf3">GEOSSymDifference</a></div><div class="ttdeci">GEOSGeometry * GEOSSymDifference(const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a70d4c63a7af4fcf2e8d876d269c59280"><div class="ttname"><a href="geos__c_8h.html#a70d4c63a7af4fcf2e8d876d269c59280">GEOSCovers</a></div><div class="ttdeci">char GEOSCovers(const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a4bd55fe38fc3ba06eef3ee8d51795bba"><div class="ttname"><a href="geos__c_8h.html#a4bd55fe38fc3ba06eef3ee8d51795bba">GEOSUnaryUnionPrec</a></div><div class="ttdeci">GEOSGeometry * GEOSUnaryUnionPrec(const GEOSGeometry *g, double gridSize)</div></div>
<div class="ttc" id="geos__c_8h_html_a21f820c55f305bc218adf3d2a95fbfc7af5d74a136b8bc3d6ccb731bd64c93105"><div class="ttname"><a href="geos__c_8h.html#a21f820c55f305bc218adf3d2a95fbfc7af5d74a136b8bc3d6ccb731bd64c93105">GEOS_LINESTRING</a></div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00128">geos_c.h:128</a></div></div>
<div class="ttc" id="geos__c_8h_html_acbbae2b2d5794e1ee03c975ae20028d1"><div class="ttname"><a href="geos__c_8h.html#acbbae2b2d5794e1ee03c975ae20028d1">GEOSGeom_getYMax_r</a></div><div class="ttdeci">int GEOSGeom_getYMax_r(GEOSContextHandle_t handle, const GEOSGeometry *g, double *value)</div></div>
<div class="ttc" id="geos__c_8h_html_ae65763b62154133f9dd24f4b053ba052"><div class="ttname"><a href="geos__c_8h.html#ae65763b62154133f9dd24f4b053ba052">GEOSSegmentIntersection_r</a></div><div class="ttdeci">int GEOSSegmentIntersection_r(GEOSContextHandle_t extHandle, double ax0, double ay0, double ax1, double ay1, double bx0, double by0, double bx1, double by1, double *cx, double *cy)</div></div>
<div class="ttc" id="geos__c_8h_html_a66e125a29ded64b2636b30123606f8e5"><div class="ttname"><a href="geos__c_8h.html#a66e125a29ded64b2636b30123606f8e5">GEOSSegmentIntersection</a></div><div class="ttdeci">int GEOSSegmentIntersection(double ax0, double ay0, double ax1, double ay1, double bx0, double by0, double bx1, double by1, double *cx, double *cy)</div></div>
<div class="ttc" id="geos__c_8h_html_a7a199a7b3b26c09e2eff226326d271f4"><div class="ttname"><a href="geos__c_8h.html#a7a199a7b3b26c09e2eff226326d271f4">GEOSPreparedCoveredBy_r</a></div><div class="ttdeci">char GEOSPreparedCoveredBy_r(GEOSContextHandle_t handle, const GEOSPreparedGeometry *pg1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a80366ccbeabf242443e68ac6a49b09a3"><div class="ttname"><a href="geos__c_8h.html#a80366ccbeabf242443e68ac6a49b09a3">GEOSRelateBoundaryNodeRules</a></div><div class="ttdeci">GEOSRelateBoundaryNodeRules</div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00969">geos_c.h:969</a></div></div>
<div class="ttc" id="geos__c_8h_html_a7f91fcf8e5112b9b5f300588aad88e32"><div class="ttname"><a href="geos__c_8h.html#a7f91fcf8e5112b9b5f300588aad88e32">GEOSBuffer_r</a></div><div class="ttdeci">GEOSGeometry * GEOSBuffer_r(GEOSContextHandle_t handle, const GEOSGeometry *g, double width, int quadsegs)</div></div>
<div class="ttc" id="geos__c_8h_html_aba16c8456ccc335097d9ab379a8ae7bf"><div class="ttname"><a href="geos__c_8h.html#aba16c8456ccc335097d9ab379a8ae7bf">GEOSGeom_getYMin_r</a></div><div class="ttdeci">int GEOSGeom_getYMin_r(GEOSContextHandle_t handle, const GEOSGeometry *g, double *value)</div></div>
<div class="ttc" id="geos__c_8h_html_ad54609c4dd07d1883e356d4b1737b30b"><div class="ttname"><a href="geos__c_8h.html#ad54609c4dd07d1883e356d4b1737b30b">GEOSBoundary_r</a></div><div class="ttdeci">GEOSGeometry * GEOSBoundary_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a5a74e5e9470e75c9edd685213a7d36ff"><div class="ttname"><a href="geos__c_8h.html#a5a74e5e9470e75c9edd685213a7d36ff">GEOSCoordSeq_setY_r</a></div><div class="ttdeci">int GEOSCoordSeq_setY_r(GEOSContextHandle_t handle, GEOSCoordSequence *s, unsigned int idx, double val)</div></div>
<div class="ttc" id="geos__c_8h_html_ab6fbd01adafaae41abb212eda30868ac"><div class="ttname"><a href="geos__c_8h.html#ab6fbd01adafaae41abb212eda30868ac">GEOSPreparedTouches_r</a></div><div class="ttdeci">char GEOSPreparedTouches_r(GEOSContextHandle_t handle, const GEOSPreparedGeometry *pg1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a43901040f471a2dc599892af6451a2b2"><div class="ttname"><a href="geos__c_8h.html#a43901040f471a2dc599892af6451a2b2">GEOSFrechetDistanceDensify_r</a></div><div class="ttdeci">int GEOSFrechetDistanceDensify_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2, double densifyFrac, double *dist)</div></div>
<div class="ttc" id="geos__c_8h_html_a031044ab5130066a464bab1a4aa1fb12"><div class="ttname"><a href="geos__c_8h.html#a031044ab5130066a464bab1a4aa1fb12">GEOSBuffer</a></div><div class="ttdeci">GEOSGeometry * GEOSBuffer(const GEOSGeometry *g, double width, int quadsegs)</div></div>
<div class="ttc" id="geos__c_8h_html_af7931dd6c58599621b57e29a1bab0c46"><div class="ttname"><a href="geos__c_8h.html#af7931dd6c58599621b57e29a1bab0c46">GEOSInterpolateNormalized_r</a></div><div class="ttdeci">GEOSGeometry * GEOSInterpolateNormalized_r(GEOSContextHandle_t handle, const GEOSGeometry *g, double d)</div></div>
<div class="ttc" id="geos__c_8h_html_abe6e211a0e25289ca5164cece5d5cde8"><div class="ttname"><a href="geos__c_8h.html#abe6e211a0e25289ca5164cece5d5cde8">GEOSGeomGetNumPoints_r</a></div><div class="ttdeci">int GEOSGeomGetNumPoints_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a0291ec3caebdbe1d1f0600deb7baf2db"><div class="ttname"><a href="geos__c_8h.html#a0291ec3caebdbe1d1f0600deb7baf2db">GEOSWKBWriter_setByteOrder</a></div><div class="ttdeci">void GEOSWKBWriter_setByteOrder(GEOSWKBWriter *writer, int byteOrder)</div></div>
<div class="ttc" id="geos__c_8h_html_a92937fcb0c1359c742649f436d34b03ca3d33e6448b1944f7c64fe0d4acffafac"><div class="ttname"><a href="geos__c_8h.html#a92937fcb0c1359c742649f436d34b03ca3d33e6448b1944f7c64fe0d4acffafac">GEOSBUF_JOIN_ROUND</a></div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00412">geos_c.h:412</a></div></div>
<div class="ttc" id="geos__c_8h_html_ad94f9350033dcd758ab0898192b36a65"><div class="ttname"><a href="geos__c_8h.html#ad94f9350033dcd758ab0898192b36a65">GEOSWKBWriter_getOutputDimension_r</a></div><div class="ttdeci">int GEOSWKBWriter_getOutputDimension_r(GEOSContextHandle_t handle, const GEOSWKBWriter *writer)</div></div>
<div class="ttc" id="geos__c_8h_html_a7222288ed1500790d4fde5a6d350ec68"><div class="ttname"><a href="geos__c_8h.html#a7222288ed1500790d4fde5a6d350ec68">GEOSCoordSeq_getXY</a></div><div class="ttdeci">int GEOSCoordSeq_getXY(const GEOSCoordSequence *s, unsigned int idx, double *x, double *y)</div></div>
<div class="ttc" id="geos__c_8h_html_a56177e815d581289cca1e15edad722d7"><div class="ttname"><a href="geos__c_8h.html#a56177e815d581289cca1e15edad722d7">GEOSCoordSeq_setX</a></div><div class="ttdeci">int GEOSCoordSeq_setX(GEOSCoordSequence *s, unsigned int idx, double val)</div></div>
<div class="ttc" id="geos__c_8h_html_a36e647d81b4cd73fcddca52f3d4b54c4"><div class="ttname"><a href="geos__c_8h.html#a36e647d81b4cd73fcddca52f3d4b54c4">GEOSGeom_clone_r</a></div><div class="ttdeci">GEOSGeometry * GEOSGeom_clone_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a2b8b635e42f90855cdd33e8959b1c36e"><div class="ttname"><a href="geos__c_8h.html#a2b8b635e42f90855cdd33e8959b1c36e">GEOSGeom_createEmptyCollection</a></div><div class="ttdeci">GEOSGeometry * GEOSGeom_createEmptyCollection(int type)</div></div>
<div class="ttc" id="geos__c_8h_html_a3c2f5e1efa8e2374b65e29e64a421d02"><div class="ttname"><a href="geos__c_8h.html#a3c2f5e1efa8e2374b65e29e64a421d02">GEOSWKBWriter_getOutputDimension</a></div><div class="ttdeci">int GEOSWKBWriter_getOutputDimension(const GEOSWKBWriter *writer)</div></div>
<div class="ttc" id="geos__c_8h_html_ae74d23765213832679d08fd93b8c1333"><div class="ttname"><a href="geos__c_8h.html#ae74d23765213832679d08fd93b8c1333">GEOSGeom_getDimensions</a></div><div class="ttdeci">int GEOSGeom_getDimensions(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a01cb336a8127f0ab8e590728b029bbe6"><div class="ttname"><a href="geos__c_8h.html#a01cb336a8127f0ab8e590728b029bbe6">GEOSisEmpty_r</a></div><div class="ttdeci">char GEOSisEmpty_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a599f8ffb2d62e21b53b93d2c9c602d25"><div class="ttname"><a href="geos__c_8h.html#a599f8ffb2d62e21b53b93d2c9c602d25">GEOSBufCapStyles</a></div><div class="ttdeci">GEOSBufCapStyles</div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00405">geos_c.h:405</a></div></div>
<div class="ttc" id="export_8h_html_ae36df939090171f6e9a28a8cb6254fea"><div class="ttname"><a href="export_8h.html#ae36df939090171f6e9a28a8cb6254fea">GEOS_DLL</a></div><div class="ttdeci">#define GEOS_DLL</div><div class="ttdef"><b>Definition:</b> <a href="export_8h_source.html#l00028">export.h:28</a></div></div>
<div class="ttc" id="geos__c_8h_html_a4df291b562db6651c4ed7352bbb40474"><div class="ttname"><a href="geos__c_8h.html#a4df291b562db6651c4ed7352bbb40474">GEOSByteOrders</a></div><div class="ttdeci">GEOSByteOrders</div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00138">geos_c.h:138</a></div></div>
<div class="ttc" id="geos__c_8h_html_ad42d8a5c4e52a577f451f0b340ae9168"><div class="ttname"><a href="geos__c_8h.html#ad42d8a5c4e52a577f451f0b340ae9168">GEOSGeomFromWKT_r</a></div><div class="ttdeci">GEOSGeometry * GEOSGeomFromWKT_r(GEOSContextHandle_t handle, const char *wkt)</div></div>
<div class="ttc" id="geos__c_8h_html_a65bbe4c4e9d05889a87498698f1c0af2"><div class="ttname"><a href="geos__c_8h.html#a65bbe4c4e9d05889a87498698f1c0af2">GEOSSTRtree_nearest_generic</a></div><div class="ttdeci">const void * GEOSSTRtree_nearest_generic(GEOSSTRtree *tree, const void *item, const GEOSGeometry *itemEnvelope, GEOSDistanceCallback distancefn, void *userdata)</div></div>
<div class="ttc" id="geos__c_8h_html_af510cb5696db2134fd1302ea7e743961"><div class="ttname"><a href="geos__c_8h.html#af510cb5696db2134fd1302ea7e743961">GEOSCoordSeq_getX</a></div><div class="ttdeci">int GEOSCoordSeq_getX(const GEOSCoordSequence *s, unsigned int idx, double *val)</div></div>
<div class="ttc" id="geos__c_8h_html_a52cb42712c5426e2df05aab5a281e23b"><div class="ttname"><a href="geos__c_8h.html#a52cb42712c5426e2df05aab5a281e23b">GEOSisValidDetail_r</a></div><div class="ttdeci">char GEOSisValidDetail_r(GEOSContextHandle_t handle, const GEOSGeometry *g, int flags, char **reason, GEOSGeometry **location)</div></div>
<div class="ttc" id="geos__c_8h_html_a4651624a90f614e201aa5f3d68b3648c"><div class="ttname"><a href="geos__c_8h.html#a4651624a90f614e201aa5f3d68b3648c">GEOSGeomGetX</a></div><div class="ttdeci">int GEOSGeomGetX(const GEOSGeometry *g, double *x)</div></div>
<div class="ttc" id="geos__c_8h_html_a747cb911f7fcee57afe63aff8bee4d9e"><div class="ttname"><a href="geos__c_8h.html#a747cb911f7fcee57afe63aff8bee4d9e">GEOSGeom_createPointFromXY_r</a></div><div class="ttdeci">GEOSGeometry * GEOSGeom_createPointFromXY_r(GEOSContextHandle_t handle, double x, double y)</div></div>
<div class="ttc" id="geos__c_8h_html_a95fc28c9031657e09047dc764b227377"><div class="ttname"><a href="geos__c_8h.html#a95fc28c9031657e09047dc764b227377">GEOSCovers_r</a></div><div class="ttdeci">char GEOSCovers_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_aaa5a0cb584d7dbb6f90a59af7342f7e9"><div class="ttname"><a href="geos__c_8h.html#aaa5a0cb584d7dbb6f90a59af7342f7e9">GEOSBufferParams_setMitreLimit</a></div><div class="ttdeci">int GEOSBufferParams_setMitreLimit(GEOSBufferParams *p, double mitreLimit)</div></div>
<div class="ttc" id="geos__c_8h_html_a6eefede503b802c2c850a4324392986f"><div class="ttname"><a href="geos__c_8h.html#a6eefede503b802c2c850a4324392986f">GEOSGeom_getPrecision</a></div><div class="ttdeci">double GEOSGeom_getPrecision(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_af5eec7e8796b756cf007fd21bb3a88ad"><div class="ttname"><a href="geos__c_8h.html#af5eec7e8796b756cf007fd21bb3a88ad">GEOSArea</a></div><div class="ttdeci">int GEOSArea(const GEOSGeometry *g, double *area)</div></div>
<div class="ttc" id="geos__c_8h_html_a703144a0d7c3087aa863940ebfd15f37"><div class="ttname"><a href="geos__c_8h.html#a703144a0d7c3087aa863940ebfd15f37">GEOSUnaryUnion_r</a></div><div class="ttdeci">GEOSGeometry * GEOSUnaryUnion_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a3dd2bacc5fa70f4c9a3c632903842bde"><div class="ttname"><a href="geos__c_8h.html#a3dd2bacc5fa70f4c9a3c632903842bde">GEOSGeomGetPointN</a></div><div class="ttdeci">GEOSGeometry * GEOSGeomGetPointN(const GEOSGeometry *g, int n)</div></div>
<div class="ttc" id="geos__c_8h_html_abdcbc0b97f9d58247789571a9c5fdcbe"><div class="ttname"><a href="geos__c_8h.html#abdcbc0b97f9d58247789571a9c5fdcbe">GEOSProjectNormalized_r</a></div><div class="ttdeci">double GEOSProjectNormalized_r(GEOSContextHandle_t handle, const GEOSGeometry *g, const GEOSGeometry *p)</div></div>
<div class="ttc" id="geos__c_8h_html_a6e634fe0192e2d33a7912091e48cd3a6"><div class="ttname"><a href="geos__c_8h.html#a6e634fe0192e2d33a7912091e48cd3a6">GEOSMinimumRotatedRectangle_r</a></div><div class="ttdeci">GEOSGeometry * GEOSMinimumRotatedRectangle_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_ad83a5c2971951ce23878d3daa394c940"><div class="ttname"><a href="geos__c_8h.html#ad83a5c2971951ce23878d3daa394c940">GEOSHasZ</a></div><div class="ttdeci">char GEOSHasZ(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a7b356b041c3d0953fb1751d239afc0f7"><div class="ttname"><a href="geos__c_8h.html#a7b356b041c3d0953fb1751d239afc0f7">GEOSRelatePattern</a></div><div class="ttdeci">char GEOSRelatePattern(const GEOSGeometry *g1, const GEOSGeometry *g2, const char *pat)</div></div>
<div class="ttc" id="geos__c_8h_html_a32052889ce9b9098afd8815025ce166b"><div class="ttname"><a href="geos__c_8h.html#a32052889ce9b9098afd8815025ce166b">GEOSSTRtree_create_r</a></div><div class="ttdeci">GEOSSTRtree * GEOSSTRtree_create_r(GEOSContextHandle_t handle, size_t nodeCapacity)</div></div>
<div class="ttc" id="geos__c_8h_html_a29dd14560ca1d7dadd8fec74595654e0"><div class="ttname"><a href="geos__c_8h.html#a29dd14560ca1d7dadd8fec74595654e0">GEOSWKTReader_destroy</a></div><div class="ttdeci">void GEOSWKTReader_destroy(GEOSWKTReader *reader)</div></div>
<div class="ttc" id="geos__c_8h_html_a03dc7c32698009cc84d2fd133ced6320"><div class="ttname"><a href="geos__c_8h.html#a03dc7c32698009cc84d2fd133ced6320">GEOSGeom_setUserData_r</a></div><div class="ttdeci">void GEOSGeom_setUserData_r(GEOSContextHandle_t handle, GEOSGeometry *g, void *userData)</div></div>
<div class="ttc" id="geos__c_8h_html_ad61c8cdff14b25fd0766cd763b444e04"><div class="ttname"><a href="geos__c_8h.html#ad61c8cdff14b25fd0766cd763b444e04">GEOSisSimple_r</a></div><div class="ttdeci">char GEOSisSimple_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a71c5eea0f7606181e26efa57180f5343"><div class="ttname"><a href="geos__c_8h.html#a71c5eea0f7606181e26efa57180f5343">GEOSWKBReader_readHEX</a></div><div class="ttdeci">GEOSGeometry * GEOSWKBReader_readHEX(GEOSWKBReader *reader, const unsigned char *hex, size_t size)</div></div>
<div class="ttc" id="geos__c_8h_html_a6c5258c096615bfaa81536ddca250c08"><div class="ttname"><a href="geos__c_8h.html#a6c5258c096615bfaa81536ddca250c08">GEOS_setWKBByteOrder</a></div><div class="ttdeci">int GEOS_setWKBByteOrder(int byteOrder)</div></div>
<div class="ttc" id="geos__c_8h_html_ad9f7cefe782053cf4b7f98b5a6f53ff8"><div class="ttname"><a href="geos__c_8h.html#ad9f7cefe782053cf4b7f98b5a6f53ff8">GEOSBufferParams_create_r</a></div><div class="ttdeci">GEOSBufferParams * GEOSBufferParams_create_r(GEOSContextHandle_t handle)</div></div>
<div class="ttc" id="geos__c_8h_html_a2084ebaaa12d750b29d4a8cecec7921b"><div class="ttname"><a href="geos__c_8h.html#a2084ebaaa12d750b29d4a8cecec7921b">GEOSSTRtree_destroy</a></div><div class="ttdeci">void GEOSSTRtree_destroy(GEOSSTRtree *tree)</div></div>
<div class="ttc" id="export_8h_html"><div class="ttname"><a href="export_8h.html">export.h</a></div></div>
<div class="ttc" id="geos__c_8h_html_a654f726ede928d0c6f30e8c6ace32cf5"><div class="ttname"><a href="geos__c_8h.html#a654f726ede928d0c6f30e8c6ace32cf5">GEOSGeomTypeId_r</a></div><div class="ttdeci">int GEOSGeomTypeId_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a64363cbc6dc4d662935039fee901e14d"><div class="ttname"><a href="geos__c_8h.html#a64363cbc6dc4d662935039fee901e14d">GEOSWKBWriter</a></div><div class="ttdeci">struct GEOSWKBWriter_t GEOSWKBWriter</div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l01266">geos_c.h:1266</a></div></div>
<div class="ttc" id="geos__c_8h_html_ab7c7d7ec5cc5cb6566dbecadc557b7e9"><div class="ttname"><a href="geos__c_8h.html#ab7c7d7ec5cc5cb6566dbecadc557b7e9">GEOSOffsetCurve</a></div><div class="ttdeci">GEOSGeometry * GEOSOffsetCurve(const GEOSGeometry *g, double width, int quadsegs, int joinStyle, double mitreLimit)</div></div>
<div class="ttc" id="geos__c_8h_html_a718ccc1deecf5f3b4221cd147cc05122"><div class="ttname"><a href="geos__c_8h.html#a718ccc1deecf5f3b4221cd147cc05122">GEOSCoordSeq_getOrdinate_r</a></div><div class="ttdeci">int GEOSCoordSeq_getOrdinate_r(GEOSContextHandle_t handle, const GEOSCoordSequence *s, unsigned int idx, unsigned int dim, double *val)</div></div>
<div class="ttc" id="geos__c_8h_html_adbe3cd8cefb5083563f4d9073b3e1137"><div class="ttname"><a href="geos__c_8h.html#adbe3cd8cefb5083563f4d9073b3e1137">GEOSSingleSidedBuffer</a></div><div class="ttdeci">GEOSGeometry * GEOSSingleSidedBuffer(const GEOSGeometry *g, double width, int quadsegs, int joinStyle, double mitreLimit, int leftSide)</div></div>
<div class="ttc" id="geos__c_8h_html_acbfe440e0b4dc2d68f9d8a7c8a1ea778"><div class="ttname"><a href="geos__c_8h.html#acbfe440e0b4dc2d68f9d8a7c8a1ea778">GEOSWKBReader_read_r</a></div><div class="ttdeci">GEOSGeometry * GEOSWKBReader_read_r(GEOSContextHandle_t handle, GEOSWKBReader *reader, const unsigned char *wkb, size_t size)</div></div>
<div class="ttc" id="geos__c_8h_html_a14fdf909017563368c71fb231ebbab0a"><div class="ttname"><a href="geos__c_8h.html#a14fdf909017563368c71fb231ebbab0a">GEOSGeom_getDimensions_r</a></div><div class="ttdeci">int GEOSGeom_getDimensions_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a10102a911a449e6d2e150c33f63c09be"><div class="ttname"><a href="geos__c_8h.html#a10102a911a449e6d2e150c33f63c09be">GEOSBuildArea</a></div><div class="ttdeci">GEOSGeometry * GEOSBuildArea(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a0127c0e7d698fcf9e7befb46321492f6"><div class="ttname"><a href="geos__c_8h.html#a0127c0e7d698fcf9e7befb46321492f6">GEOSBufferParams_setEndCapStyle_r</a></div><div class="ttdeci">int GEOSBufferParams_setEndCapStyle_r(GEOSContextHandle_t handle, GEOSBufferParams *p, int style)</div></div>
<div class="ttc" id="geos__c_8h_html_a01ca17fc24cebc7b1c4c7f9cc5b325e5"><div class="ttname"><a href="geos__c_8h.html#a01ca17fc24cebc7b1c4c7f9cc5b325e5">GEOSVoronoiDiagram_r</a></div><div class="ttdeci">GEOSGeometry * GEOSVoronoiDiagram_r(GEOSContextHandle_t extHandle, const GEOSGeometry *g, const GEOSGeometry *env, double tolerance, int onlyEdges)</div></div>
<div class="ttc" id="geos__c_8h_html_a6df812a0cc01289ed215e20ec1bd0636"><div class="ttname"><a href="geos__c_8h.html#a6df812a0cc01289ed215e20ec1bd0636">GEOSGetGeometryN_r</a></div><div class="ttdeci">const GEOSGeometry * GEOSGetGeometryN_r(GEOSContextHandle_t handle, const GEOSGeometry *g, int n)</div></div>
<div class="ttc" id="geos__c_8h_html_a57229f3a88bf13809ea369f403dc9855"><div class="ttname"><a href="geos__c_8h.html#a57229f3a88bf13809ea369f403dc9855">GEOSPreparedContains</a></div><div class="ttdeci">char GEOSPreparedContains(const GEOSPreparedGeometry *pg1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_af2282973ab7f387df59a03a3e3f32165"><div class="ttname"><a href="geos__c_8h.html#af2282973ab7f387df59a03a3e3f32165">GEOSGetCentroid</a></div><div class="ttdeci">GEOSGeometry * GEOSGetCentroid(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a1295aaafdad386825270f068158345b4"><div class="ttname"><a href="geos__c_8h.html#a1295aaafdad386825270f068158345b4">GEOSSTRtree_iterate_r</a></div><div class="ttdeci">void GEOSSTRtree_iterate_r(GEOSContextHandle_t handle, GEOSSTRtree *tree, GEOSQueryCallback callback, void *userdata)</div></div>
<div class="ttc" id="geos__c_8h_html_ac65f01341af414e75cd2f9ffda94fbbf"><div class="ttname"><a href="geos__c_8h.html#ac65f01341af414e75cd2f9ffda94fbbf">GEOSBufferWithStyle</a></div><div class="ttdeci">GEOSGeometry * GEOSBufferWithStyle(const GEOSGeometry *g, double width, int quadsegs, int endCapStyle, int joinStyle, double mitreLimit)</div></div>
<div class="ttc" id="geos__c_8h_html_ada5b7b39a81b722b97371736ff0b8d29"><div class="ttname"><a href="geos__c_8h.html#ada5b7b39a81b722b97371736ff0b8d29">GEOSUnaryUnion</a></div><div class="ttdeci">GEOSGeometry * GEOSUnaryUnion(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a80575bb0cebefa4aa48c291ee994f367"><div class="ttname"><a href="geos__c_8h.html#a80575bb0cebefa4aa48c291ee994f367">GEOSWKBWriter_writeHEX_r</a></div><div class="ttdeci">unsigned char * GEOSWKBWriter_writeHEX_r(GEOSContextHandle_t handle, GEOSWKBWriter *writer, const GEOSGeometry *g, size_t *size)</div></div>
<div class="ttc" id="geos__c_8h_html_a83cb369630ac894be0144f1154129831"><div class="ttname"><a href="geos__c_8h.html#a83cb369630ac894be0144f1154129831">GEOSSetSRID</a></div><div class="ttdeci">void GEOSSetSRID(GEOSGeometry *g, int SRID)</div></div>
<div class="ttc" id="geos__c_8h_html_aa7725c46cb3be90b2e4f360dc4e5ee11"><div class="ttname"><a href="geos__c_8h.html#aa7725c46cb3be90b2e4f360dc4e5ee11">GEOSSnap_r</a></div><div class="ttdeci">GEOSGeometry * GEOSSnap_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2, double tolerance)</div></div>
<div class="ttc" id="geos__c_8h_html_ab7503ef580e599508dfebe7219c110fd"><div class="ttname"><a href="geos__c_8h.html#ab7503ef580e599508dfebe7219c110fd">GEOSContext_setErrorHandler_r</a></div><div class="ttdeci">GEOSMessageHandler GEOSContext_setErrorHandler_r(GEOSContextHandle_t extHandle, GEOSMessageHandler ef)</div></div>
<div class="ttc" id="geos__c_8h_html_afe56e4007b4449d0dc0babe6a03b569f"><div class="ttname"><a href="geos__c_8h.html#afe56e4007b4449d0dc0babe6a03b569f">GEOSisValidReason_r</a></div><div class="ttdeci">char * GEOSisValidReason_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a6abd29ebade4252d6472e0eac3b355b1"><div class="ttname"><a href="geos__c_8h.html#a6abd29ebade4252d6472e0eac3b355b1">GEOSSTRtree_nearest_r</a></div><div class="ttdeci">const GEOSGeometry * GEOSSTRtree_nearest_r(GEOSContextHandle_t handle, GEOSSTRtree *tree, const GEOSGeometry *geom)</div></div>
<div class="ttc" id="geos__c_8h_html_a342d70d55f26b6106cc055bedf54c946"><div class="ttname"><a href="geos__c_8h.html#a342d70d55f26b6106cc055bedf54c946">GEOS_init_r</a></div><div class="ttdeci">GEOSContextHandle_t GEOS_init_r()</div></div>
<div class="ttc" id="geos__c_8h_html_ac09e23e70f0c6975a85459ee786cbda7"><div class="ttname"><a href="geos__c_8h.html#ac09e23e70f0c6975a85459ee786cbda7">GEOSPreparedIntersects</a></div><div class="ttdeci">char GEOSPreparedIntersects(const GEOSPreparedGeometry *pg1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a351e0e6ac8585bb50ea09871ff4cbe10"><div class="ttname"><a href="geos__c_8h.html#a351e0e6ac8585bb50ea09871ff4cbe10">GEOSSTRtree_nearest_generic_r</a></div><div class="ttdeci">const void * GEOSSTRtree_nearest_generic_r(GEOSContextHandle_t handle, GEOSSTRtree *tree, const void *item, const GEOSGeometry *itemEnvelope, GEOSDistanceCallback distancefn, void *userdata)</div></div>
<div class="ttc" id="geos__c_8h_html_a9722bcbeaeb683742b3f73ff27ac14cb"><div class="ttname"><a href="geos__c_8h.html#a9722bcbeaeb683742b3f73ff27ac14cb">GEOSOverlaps_r</a></div><div class="ttdeci">char GEOSOverlaps_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a7cf0d82e9a3378836a950960f2edd8db"><div class="ttname"><a href="geos__c_8h.html#a7cf0d82e9a3378836a950960f2edd8db">GEOSRelateBoundaryNodeRule</a></div><div class="ttdeci">char * GEOSRelateBoundaryNodeRule(const GEOSGeometry *g1, const GEOSGeometry *g2, int bnr)</div></div>
<div class="ttc" id="geos__c_8h_html_a0ddead824235bcb1f830bf5507013658"><div class="ttname"><a href="geos__c_8h.html#a0ddead824235bcb1f830bf5507013658">GEOSProject_r</a></div><div class="ttdeci">double GEOSProject_r(GEOSContextHandle_t handle, const GEOSGeometry *g, const GEOSGeometry *p)</div></div>
<div class="ttc" id="geos__c_8h_html_a94d40ff344a35ccfd52d1cdd54bc7c7e"><div class="ttname"><a href="geos__c_8h.html#a94d40ff344a35ccfd52d1cdd54bc7c7e">GEOSWKBWriter_destroy</a></div><div class="ttdeci">void GEOSWKBWriter_destroy(GEOSWKBWriter *writer)</div></div>
<div class="ttc" id="geos__c_8h_html_aa67b6c3d96f1b0ea0801b506a4c5d961"><div class="ttname"><a href="geos__c_8h.html#aa67b6c3d96f1b0ea0801b506a4c5d961">GEOSArea_r</a></div><div class="ttdeci">int GEOSArea_r(GEOSContextHandle_t handle, const GEOSGeometry *g, double *area)</div></div>
<div class="ttc" id="geos__c_8h_html_adca335d397db2060cfe592c63901295f"><div class="ttname"><a href="geos__c_8h.html#adca335d397db2060cfe592c63901295f">GEOSRelate_r</a></div><div class="ttdeci">char * GEOSRelate_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_ab3977795c959f6a4486e8bd6e666d58c"><div class="ttname"><a href="geos__c_8h.html#ab3977795c959f6a4486e8bd6e666d58c">GEOSGeom_getCoordinateDimension</a></div><div class="ttdeci">int GEOSGeom_getCoordinateDimension(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_ac2b4dad07a3457748e88459f3eeef1b6"><div class="ttname"><a href="geos__c_8h.html#ac2b4dad07a3457748e88459f3eeef1b6">GEOSBufferParams</a></div><div class="ttdeci">struct GEOSBufParams_t GEOSBufferParams</div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00112">geos_c.h:112</a></div></div>
<div class="ttc" id="geos__c_8h_html_ad12d7cefe32757c20327e5e4c5a35066"><div class="ttname"><a href="geos__c_8h.html#ad12d7cefe32757c20327e5e4c5a35066">GEOSWKTWriter_destroy_r</a></div><div class="ttdeci">void GEOSWKTWriter_destroy_r(GEOSContextHandle_t handle, GEOSWKTWriter *writer)</div></div>
<div class="ttc" id="geos__c_8h_html_ab4536aea53b5c0d0bc95b979f1aa189e"><div class="ttname"><a href="geos__c_8h.html#ab4536aea53b5c0d0bc95b979f1aa189e">GEOSFrechetDistance_r</a></div><div class="ttdeci">int GEOSFrechetDistance_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2, double *dist)</div></div>
<div class="ttc" id="geos__c_8h_html_a3c0b80922db8a2cc13e85c15467ba4e5"><div class="ttname"><a href="geos__c_8h.html#a3c0b80922db8a2cc13e85c15467ba4e5">GEOSHausdorffDistance</a></div><div class="ttdeci">int GEOSHausdorffDistance(const GEOSGeometry *g1, const GEOSGeometry *g2, double *dist)</div></div>
<div class="ttc" id="geos__c_8h_html_a6f477b05cfdfb44488cbfcd35145659c"><div class="ttname"><a href="geos__c_8h.html#a6f477b05cfdfb44488cbfcd35145659c">GEOSCoordSeq_getDimensions</a></div><div class="ttdeci">int GEOSCoordSeq_getDimensions(const GEOSCoordSequence *s, unsigned int *dims)</div></div>
<div class="ttc" id="geos__c_8h_html_a83415869fd47412ef71fa628a8c75906"><div class="ttname"><a href="geos__c_8h.html#a83415869fd47412ef71fa628a8c75906">GEOSCoordSeq_setOrdinate_r</a></div><div class="ttdeci">int GEOSCoordSeq_setOrdinate_r(GEOSContextHandle_t handle, GEOSCoordSequence *s, unsigned int idx, unsigned int dim, double val)</div></div>
<div class="ttc" id="geos__c_8h_html_a035b12d3ffcf6dcc6de44c26759a960d"><div class="ttname"><a href="geos__c_8h.html#a035b12d3ffcf6dcc6de44c26759a960d">GEOSCoordSeq_setZ_r</a></div><div class="ttdeci">int GEOSCoordSeq_setZ_r(GEOSContextHandle_t handle, GEOSCoordSequence *s, unsigned int idx, double val)</div></div>
<div class="ttc" id="geos__c_8h_html_a6e0275a960452b43ff5aa155a2de549a"><div class="ttname"><a href="geos__c_8h.html#a6e0275a960452b43ff5aa155a2de549a">GEOSCoordSeq_getY_r</a></div><div class="ttdeci">int GEOSCoordSeq_getY_r(GEOSContextHandle_t handle, const GEOSCoordSequence *s, unsigned int idx, double *val)</div></div>
<div class="ttc" id="geos__c_8h_html_a1c596cf470a1da7623042678b755b02f"><div class="ttname"><a href="geos__c_8h.html#a1c596cf470a1da7623042678b755b02f">GEOSInterruptCallback</a></div><div class="ttdeci">void( GEOSInterruptCallback)()</div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00160">geos_c.h:160</a></div></div>
<div class="ttc" id="geos__c_8h_html_aa34095a1cded9c0be87bf6585a9ad04a"><div class="ttname"><a href="geos__c_8h.html#aa34095a1cded9c0be87bf6585a9ad04a">GEOSBufferWithParams_r</a></div><div class="ttdeci">GEOSGeometry * GEOSBufferWithParams_r(GEOSContextHandle_t handle, const GEOSGeometry *g, const GEOSBufferParams *p, double width)</div></div>
<div class="ttc" id="geos__c_8h_html_abc71f6915980ac3f0cf4fbd769ebd529"><div class="ttname"><a href="geos__c_8h.html#abc71f6915980ac3f0cf4fbd769ebd529">GEOSGeomGetNumPoints</a></div><div class="ttdeci">int GEOSGeomGetNumPoints(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a78006a569235549421dad1bd66eeb8de"><div class="ttname"><a href="geos__c_8h.html#a78006a569235549421dad1bd66eeb8de">GEOSWKBWriter_setIncludeSRID_r</a></div><div class="ttdeci">void GEOSWKBWriter_setIncludeSRID_r(GEOSContextHandle_t handle, GEOSWKBWriter *writer, const char writeSRID)</div></div>
<div class="ttc" id="geos__c_8h_html_a59012707bc14b8a64990b85155f35a8f"><div class="ttname"><a href="geos__c_8h.html#a59012707bc14b8a64990b85155f35a8f">initGEOS_r</a></div><div class="ttdeci">GEOSContextHandle_t initGEOS_r(GEOSMessageHandler notice_function, GEOSMessageHandler error_function)</div></div>
<div class="ttc" id="geos__c_8h_html_afc1f489926f632dd5eb2c558f735d940"><div class="ttname"><a href="geos__c_8h.html#afc1f489926f632dd5eb2c558f735d940">GEOSGeom_getYMax</a></div><div class="ttdeci">int GEOSGeom_getYMax(const GEOSGeometry *g, double *value)</div></div>
<div class="ttc" id="geos__c_8h_html_a8a06217b14c430dbfbdfafc0f120f142"><div class="ttname"><a href="geos__c_8h.html#a8a06217b14c430dbfbdfafc0f120f142">GEOSPrepare_r</a></div><div class="ttdeci">const GEOSPreparedGeometry * GEOSPrepare_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_afc5d54a2905996833747c2d566da2af3"><div class="ttname"><a href="geos__c_8h.html#afc5d54a2905996833747c2d566da2af3">GEOSGetExteriorRing</a></div><div class="ttdeci">const GEOSGeometry * GEOSGetExteriorRing(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a2ed0b6abc77b64147a9863d954129ec8"><div class="ttname"><a href="geos__c_8h.html#a2ed0b6abc77b64147a9863d954129ec8">GEOSClipByRect_r</a></div><div class="ttdeci">GEOSGeometry * GEOSClipByRect_r(GEOSContextHandle_t handle, const GEOSGeometry *g, double xmin, double ymin, double xmax, double ymax)</div></div>
<div class="ttc" id="geos__c_8h_html_a58a18159c8ac2f0c55c2d548b0edcde8"><div class="ttname"><a href="geos__c_8h.html#a58a18159c8ac2f0c55c2d548b0edcde8">GEOSCoordSeq_getXYZ_r</a></div><div class="ttdeci">int GEOSCoordSeq_getXYZ_r(GEOSContextHandle_t handle, const GEOSCoordSequence *s, unsigned int idx, double *x, double *y, double *z)</div></div>
<div class="ttc" id="geos__c_8h_html_ace0d2225d0b2a27502b7041f081b6fb5"><div class="ttname"><a href="geos__c_8h.html#ace0d2225d0b2a27502b7041f081b6fb5">GEOSMinimumWidth_r</a></div><div class="ttdeci">GEOSGeometry * GEOSMinimumWidth_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_af9d9d03a97192c4f0b4c00fe5bbc5ea0"><div class="ttname"><a href="geos__c_8h.html#af9d9d03a97192c4f0b4c00fe5bbc5ea0">GEOSPreparedNearestPoints_r</a></div><div class="ttdeci">GEOSCoordSequence * GEOSPreparedNearestPoints_r(GEOSContextHandle_t handle, const GEOSPreparedGeometry *pg1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_ad9ed0139b21fb28f1313edc54e390222"><div class="ttname"><a href="geos__c_8h.html#ad9ed0139b21fb28f1313edc54e390222">GEOSLength</a></div><div class="ttdeci">int GEOSLength(const GEOSGeometry *g, double *length)</div></div>
<div class="ttc" id="geos__c_8h_html_a2d70c380adcacc52f9b377589cb9496a"><div class="ttname"><a href="geos__c_8h.html#a2d70c380adcacc52f9b377589cb9496a">GEOSContains_r</a></div><div class="ttdeci">char GEOSContains_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a505c86d6de23aad307b6fbe853a995e9"><div class="ttname"><a href="geos__c_8h.html#a505c86d6de23aad307b6fbe853a995e9">GEOSGeomFromWKB_buf_r</a></div><div class="ttdeci">GEOSGeometry * GEOSGeomFromWKB_buf_r(GEOSContextHandle_t handle, const unsigned char *wkb, size_t size)</div></div>
<div class="ttc" id="geos__c_8h_html_a80366ccbeabf242443e68ac6a49b09a3a6aa29ade3e8cdb2be426aebfe696c681"><div class="ttname"><a href="geos__c_8h.html#a80366ccbeabf242443e68ac6a49b09a3a6aa29ade3e8cdb2be426aebfe696c681">GEOSRELATE_BNR_ENDPOINT</a></div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00975">geos_c.h:975</a></div></div>
<div class="ttc" id="geos__c_8h_html_a794f6ee9f228cd05dcb9e8b57c61ff56"><div class="ttname"><a href="geos__c_8h.html#a794f6ee9f228cd05dcb9e8b57c61ff56">GEOSWKTReader</a></div><div class="ttdeci">struct GEOSWKTReader_t GEOSWKTReader</div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l01263">geos_c.h:1263</a></div></div>
<div class="ttc" id="geos__c_8h_html_a525362a8b674030eebb23ebcfc57052a"><div class="ttname"><a href="geos__c_8h.html#a525362a8b674030eebb23ebcfc57052a">GEOSCoordSeq_getXYZ</a></div><div class="ttdeci">int GEOSCoordSeq_getXYZ(const GEOSCoordSequence *s, unsigned int idx, double *x, double *y, double *z)</div></div>
<div class="ttc" id="geos__c_8h_html_a8f4d265d599fbd41f4149fcf81095b1a"><div class="ttname"><a href="geos__c_8h.html#a8f4d265d599fbd41f4149fcf81095b1a">GEOSCoordSeq_isCCW</a></div><div class="ttdeci">int GEOSCoordSeq_isCCW(const GEOSCoordSequence *s, char *is_ccw)</div></div>
<div class="ttc" id="geos__c_8h_html_aad2dd82bc2eec23806f9cfb401f2d14b"><div class="ttname"><a href="geos__c_8h.html#aad2dd82bc2eec23806f9cfb401f2d14b">GEOSGeomFromWKB_buf</a></div><div class="ttdeci">GEOSGeometry * GEOSGeomFromWKB_buf(const unsigned char *wkb, size_t size)</div></div>
<div class="ttc" id="geos__c_8h_html_ac809e046f731a2b36fd8f0b6d5e627f9"><div class="ttname"><a href="geos__c_8h.html#ac809e046f731a2b36fd8f0b6d5e627f9">GEOSWKTWriter_create_r</a></div><div class="ttdeci">GEOSWKTWriter * GEOSWKTWriter_create_r(GEOSContextHandle_t handle)</div></div>
<div class="ttc" id="geos__c_8h_html_abb2782061de49024bae44fb4de851f7f"><div class="ttname"><a href="geos__c_8h.html#abb2782061de49024bae44fb4de851f7f">GEOSRelatePattern_r</a></div><div class="ttdeci">char GEOSRelatePattern_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2, const char *pat)</div></div>
<div class="ttc" id="geos__c_8h_html_aa05d55f077671ff200d5a4759dfad824"><div class="ttname"><a href="geos__c_8h.html#aa05d55f077671ff200d5a4759dfad824">GEOSGeom_getCoordinateDimension_r</a></div><div class="ttdeci">int GEOSGeom_getCoordinateDimension_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a826be28cd8e3cc95fc16250471b6ee67"><div class="ttname"><a href="geos__c_8h.html#a826be28cd8e3cc95fc16250471b6ee67">GEOSGeom_getUserData</a></div><div class="ttdeci">void * GEOSGeom_getUserData(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a0f3f0455cf186834a2e1aeff260c5f40"><div class="ttname"><a href="geos__c_8h.html#a0f3f0455cf186834a2e1aeff260c5f40">GEOSGeom_createEmptyPolygon</a></div><div class="ttdeci">GEOSGeometry * GEOSGeom_createEmptyPolygon()</div></div>
<div class="ttc" id="geos__c_8h_html_a9530550693b82de827c5bf495bfdc9d7"><div class="ttname"><a href="geos__c_8h.html#a9530550693b82de827c5bf495bfdc9d7">GEOSEquals_r</a></div><div class="ttdeci">char GEOSEquals_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_af0c80a4f863128d5a3d185342a9abefa"><div class="ttname"><a href="geos__c_8h.html#af0c80a4f863128d5a3d185342a9abefa">GEOSConvexHull_r</a></div><div class="ttdeci">GEOSGeometry * GEOSConvexHull_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a50c476371f22947036bb23d703f9ef08"><div class="ttname"><a href="geos__c_8h.html#a50c476371f22947036bb23d703f9ef08">GEOSSTRtree_remove</a></div><div class="ttdeci">char GEOSSTRtree_remove(GEOSSTRtree *tree, const GEOSGeometry *g, void *item)</div></div>
<div class="ttc" id="geos__c_8h_html_a599f8ffb2d62e21b53b93d2c9c602d25a0d9175a45792d77ddd31bf9f46a0556f"><div class="ttname"><a href="geos__c_8h.html#a599f8ffb2d62e21b53b93d2c9c602d25a0d9175a45792d77ddd31bf9f46a0556f">GEOSBUF_CAP_FLAT</a></div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00407">geos_c.h:407</a></div></div>
<div class="ttc" id="geos__c_8h_html_a6059c0606d6ecb3d60a3b4124edb7e10a0a424dfd23862b30cdc5f5e48639a6d7"><div class="ttname"><a href="geos__c_8h.html#a6059c0606d6ecb3d60a3b4124edb7e10a0a424dfd23862b30cdc5f5e48639a6d7">GEOSVALID_ALLOW_SELFTOUCHING_RING_FORMING_HOLE</a></div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l01010">geos_c.h:1010</a></div></div>
<div class="ttc" id="geos__c_8h_html_aa0ab6f3a7ff15253d46c0073b77d6766"><div class="ttname"><a href="geos__c_8h.html#aa0ab6f3a7ff15253d46c0073b77d6766">GEOSNormalize</a></div><div class="ttdeci">int GEOSNormalize(GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a25d9d123caff86aba6994d44308a482e"><div class="ttname"><a href="geos__c_8h.html#a25d9d123caff86aba6994d44308a482e">GEOSContext_setNoticeMessageHandler_r</a></div><div class="ttdeci">GEOSMessageHandler_r GEOSContext_setNoticeMessageHandler_r(GEOSContextHandle_t extHandle, GEOSMessageHandler_r nf, void *userData)</div></div>
<div class="ttc" id="geos__c_8h_html_ae3e153b074b0c474d7644361a9796e88"><div class="ttname"><a href="geos__c_8h.html#ae3e153b074b0c474d7644361a9796e88">GEOSCoordSeq_getX_r</a></div><div class="ttdeci">int GEOSCoordSeq_getX_r(GEOSContextHandle_t handle, const GEOSCoordSequence *s, unsigned int idx, double *val)</div></div>
<div class="ttc" id="geos__c_8h_html_ac0ee4581f9cf772b4f064e70f14bd4a5"><div class="ttname"><a href="geos__c_8h.html#ac0ee4581f9cf772b4f064e70f14bd4a5">GEOSWithin_r</a></div><div class="ttdeci">char GEOSWithin_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_afb654ffc67983f4e9f09efee65ba6711"><div class="ttname"><a href="geos__c_8h.html#afb654ffc67983f4e9f09efee65ba6711">GEOSWKTWriter_setRoundingPrecision_r</a></div><div class="ttdeci">void GEOSWKTWriter_setRoundingPrecision_r(GEOSContextHandle_t handle, GEOSWKTWriter *writer, int precision)</div></div>
<div class="ttc" id="geos__c_8h_html_af63ac624585c07e8552484d3fff05447"><div class="ttname"><a href="geos__c_8h.html#af63ac624585c07e8552484d3fff05447">GEOSGeomGetLength_r</a></div><div class="ttdeci">int GEOSGeomGetLength_r(GEOSContextHandle_t handle, const GEOSGeometry *g, double *length)</div></div>
<div class="ttc" id="geos__c_8h_html_a80366ccbeabf242443e68ac6a49b09a3a46622a909ee02685e82dd47666a2b5fb"><div class="ttname"><a href="geos__c_8h.html#a80366ccbeabf242443e68ac6a49b09a3a46622a909ee02685e82dd47666a2b5fb">GEOSRELATE_BNR_MULTIVALENT_ENDPOINT</a></div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00976">geos_c.h:976</a></div></div>
<div class="ttc" id="geos__c_8h_html_a8ea41f776dc5dcdabeac9683111e5263"><div class="ttname"><a href="geos__c_8h.html#a8ea41f776dc5dcdabeac9683111e5263">GEOSGeomToWKT</a></div><div class="ttdeci">char * GEOSGeomToWKT(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a40c8f12b7f49e3389467d7507e1539fe"><div class="ttname"><a href="geos__c_8h.html#a40c8f12b7f49e3389467d7507e1539fe">initGEOS</a></div><div class="ttdeci">void initGEOS(GEOSMessageHandler notice_function, GEOSMessageHandler error_function)</div></div>
<div class="ttc" id="geos__c_8h_html_a90e02279b11f832de57e28cf5eed6e80"><div class="ttname"><a href="geos__c_8h.html#a90e02279b11f832de57e28cf5eed6e80">GEOSGetSRID_r</a></div><div class="ttdeci">int GEOSGetSRID_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a04942fa92ee7ef382a17e391a049973d"><div class="ttname"><a href="geos__c_8h.html#a04942fa92ee7ef382a17e391a049973d">GEOS_getWKBOutputDims_r</a></div><div class="ttdeci">int GEOS_getWKBOutputDims_r(GEOSContextHandle_t handle)</div></div>
<div class="ttc" id="geos__c_8h_html_afabe2ce3f5efea88afbbb2cb98988440"><div class="ttname"><a href="geos__c_8h.html#afabe2ce3f5efea88afbbb2cb98988440">GEOSSharedPaths_r</a></div><div class="ttdeci">GEOSGeometry * GEOSSharedPaths_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a36a0199e58819ac8f4fd8507e8cd1c4a"><div class="ttname"><a href="geos__c_8h.html#a36a0199e58819ac8f4fd8507e8cd1c4a">GEOSGetNumCoordinates_r</a></div><div class="ttdeci">int GEOSGetNumCoordinates_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_abde281c23b44779d6384b5ea5399fe56"><div class="ttname"><a href="geos__c_8h.html#abde281c23b44779d6384b5ea5399fe56">GEOSPreparedCrosses</a></div><div class="ttdeci">char GEOSPreparedCrosses(const GEOSPreparedGeometry *pg1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a7accc7094835cbfbc0b75c55dc1ad588"><div class="ttname"><a href="geos__c_8h.html#a7accc7094835cbfbc0b75c55dc1ad588">GEOSWKTReader_read</a></div><div class="ttdeci">GEOSGeometry * GEOSWKTReader_read(GEOSWKTReader *reader, const char *wkt)</div></div>
<div class="ttc" id="geos__c_8h_html_adee59c8031be8d7e7e6a9d12c97e1b13"><div class="ttname"><a href="geos__c_8h.html#adee59c8031be8d7e7e6a9d12c97e1b13">GEOSMessageHandler</a></div><div class="ttdeci">void(* GEOSMessageHandler)(const char *fmt,...)</div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00087">geos_c.h:87</a></div></div>
<div class="ttc" id="geos__c_8h_html_a135692adadf4e669da144d8927efe864"><div class="ttname"><a href="geos__c_8h.html#a135692adadf4e669da144d8927efe864">GEOSCoordSeq</a></div><div class="ttdeci">GEOSCoordSequence * GEOSCoordSeq</div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00119">geos_c.h:119</a></div></div>
<div class="ttc" id="geos__c_8h_html_a3109c0fe2dc30842f0403c1f67618047"><div class="ttname"><a href="geos__c_8h.html#a3109c0fe2dc30842f0403c1f67618047">GEOSGeometry</a></div><div class="ttdeci">struct GEOSGeom_t GEOSGeometry</div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00108">geos_c.h:108</a></div></div>
<div class="ttc" id="geos__c_8h_html_a4eb197a2f55039cb6c3725d0895172e8"><div class="ttname"><a href="geos__c_8h.html#a4eb197a2f55039cb6c3725d0895172e8">GEOSCoverageUnion_r</a></div><div class="ttdeci">GEOSGeometry * GEOSCoverageUnion_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_aa2585210857589399c6be2ffe672c9bf"><div class="ttname"><a href="geos__c_8h.html#aa2585210857589399c6be2ffe672c9bf">GEOSWKTWriter_getOutputDimension</a></div><div class="ttdeci">int GEOSWKTWriter_getOutputDimension(GEOSWKTWriter *writer)</div></div>
<div class="ttc" id="geos__c_8h_html_aa768b1fa7d28aca9dd0446ee64015499"><div class="ttname"><a href="geos__c_8h.html#aa768b1fa7d28aca9dd0446ee64015499">GEOSGeom_getPrecision_r</a></div><div class="ttdeci">double GEOSGeom_getPrecision_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a8d0e455fbd77434cf3a951b3471318bf"><div class="ttname"><a href="geos__c_8h.html#a8d0e455fbd77434cf3a951b3471318bf">GEOSWKTReader_create</a></div><div class="ttdeci">GEOSWKTReader * GEOSWKTReader_create()</div></div>
<div class="ttc" id="geos__c_8h_html_a764258a05ca7e2d3bf6ccc4fd75a833f"><div class="ttname"><a href="geos__c_8h.html#a764258a05ca7e2d3bf6ccc4fd75a833f">GEOS_interruptRegisterCallback</a></div><div class="ttdeci">GEOSInterruptCallback * GEOS_interruptRegisterCallback(GEOSInterruptCallback *cb)</div></div>
<div class="ttc" id="geos__c_8h_html_afc24d8564b76ee8f6e43111142db753b"><div class="ttname"><a href="geos__c_8h.html#afc24d8564b76ee8f6e43111142db753b">GEOSHausdorffDistanceDensify_r</a></div><div class="ttdeci">int GEOSHausdorffDistanceDensify_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2, double densifyFrac, double *dist)</div></div>
<div class="ttc" id="geos__c_8h_html_a8bbe2ba198e5284b488b4c3ad1929113"><div class="ttname"><a href="geos__c_8h.html#a8bbe2ba198e5284b488b4c3ad1929113">GEOSNearestPoints_r</a></div><div class="ttdeci">GEOSCoordSequence * GEOSNearestPoints_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_ae766d66fcca122e117bf8250969abf15"><div class="ttname"><a href="geos__c_8h.html#ae766d66fcca122e117bf8250969abf15">GEOSWKBReader_read</a></div><div class="ttdeci">GEOSGeometry * GEOSWKBReader_read(GEOSWKBReader *reader, const unsigned char *wkb, size_t size)</div></div>
<div class="ttc" id="geos__c_8h_html_acf133b1b76a9115c34e86457937b705a"><div class="ttname"><a href="geos__c_8h.html#acf133b1b76a9115c34e86457937b705a">GEOSBufferParams_setSingleSided</a></div><div class="ttdeci">int GEOSBufferParams_setSingleSided(GEOSBufferParams *p, int singleSided)</div></div>
<div class="ttc" id="geos__c_8h_html_ab295260c1abeb373f91b9724e918bcfd"><div class="ttname"><a href="geos__c_8h.html#ab295260c1abeb373f91b9724e918bcfd">GEOSCoverageUnion</a></div><div class="ttdeci">GEOSGeometry * GEOSCoverageUnion(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_adb6592429e09ce8ccac1f348603a1a40"><div class="ttname"><a href="geos__c_8h.html#adb6592429e09ce8ccac1f348603a1a40">GEOSGetGeometryN</a></div><div class="ttdeci">const GEOSGeometry * GEOSGetGeometryN(const GEOSGeometry *g, int n)</div></div>
<div class="ttc" id="geos__c_8h_html_a5ce44bc681d61c2c59509e9a8a29bdcb"><div class="ttname"><a href="geos__c_8h.html#a5ce44bc681d61c2c59509e9a8a29bdcb">GEOSSharedPaths</a></div><div class="ttdeci">GEOSGeometry * GEOSSharedPaths(const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a11519c830c62e0123fa7985dbbb15d12"><div class="ttname"><a href="geos__c_8h.html#a11519c830c62e0123fa7985dbbb15d12">GEOSWKBReader_destroy</a></div><div class="ttdeci">void GEOSWKBReader_destroy(GEOSWKBReader *reader)</div></div>
<div class="ttc" id="geos__c_8h_html_ad952d7e2281a776fc7e969a0d486660f"><div class="ttname"><a href="geos__c_8h.html#ad952d7e2281a776fc7e969a0d486660f">GEOSConvexHull</a></div><div class="ttdeci">GEOSGeometry * GEOSConvexHull(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a9e7430387843b0c8163ea2fb91aed137"><div class="ttname"><a href="geos__c_8h.html#a9e7430387843b0c8163ea2fb91aed137">GEOSGeomGetPointN_r</a></div><div class="ttdeci">GEOSGeometry * GEOSGeomGetPointN_r(GEOSContextHandle_t handle, const GEOSGeometry *g, int n)</div></div>
<div class="ttc" id="geos__c_8h_html_ac7472ea512444a1907bed3cb5b518dcf"><div class="ttname"><a href="geos__c_8h.html#ac7472ea512444a1907bed3cb5b518dcf">GEOSGetNumGeometries</a></div><div class="ttdeci">int GEOSGetNumGeometries(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_aab4d57bea617b4dcbadd315e01cc0437"><div class="ttname"><a href="geos__c_8h.html#aab4d57bea617b4dcbadd315e01cc0437">GEOSRelatePatternMatch</a></div><div class="ttdeci">char GEOSRelatePatternMatch(const char *mat, const char *pat)</div></div>
<div class="ttc" id="geos__c_8h_html_ac2a965305242daceb341cfa0bbf5badb"><div class="ttname"><a href="geos__c_8h.html#ac2a965305242daceb341cfa0bbf5badb">GEOSFrechetDistanceDensify</a></div><div class="ttdeci">int GEOSFrechetDistanceDensify(const GEOSGeometry *g1, const GEOSGeometry *g2, double densifyFrac, double *dist)</div></div>
<div class="ttc" id="geos__c_8h_html_a2a49e9d0c67cb5e40446bd0a7ea786f2"><div class="ttname"><a href="geos__c_8h.html#a2a49e9d0c67cb5e40446bd0a7ea786f2">GEOSDifference_r</a></div><div class="ttdeci">GEOSGeometry * GEOSDifference_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a01135041f683c9d4d5e18404c3cdb416"><div class="ttname"><a href="geos__c_8h.html#a01135041f683c9d4d5e18404c3cdb416">GEOS_setWKBOutputDims_r</a></div><div class="ttdeci">int GEOS_setWKBOutputDims_r(GEOSContextHandle_t handle, int newDims)</div></div>
<div class="ttc" id="geos__c_8h_html_a5c4598241d8ece88a46f3e12b843989d"><div class="ttname"><a href="geos__c_8h.html#a5c4598241d8ece88a46f3e12b843989d">GEOSSimplify</a></div><div class="ttdeci">GEOSGeometry * GEOSSimplify(const GEOSGeometry *g, double tolerance)</div></div>
<div class="ttc" id="geos__c_8h_html_ad969ca77a02f2a72b64cc44b6bcb8046"><div class="ttname"><a href="geos__c_8h.html#ad969ca77a02f2a72b64cc44b6bcb8046">GEOSBufferParams_setQuadrantSegments</a></div><div class="ttdeci">int GEOSBufferParams_setQuadrantSegments(GEOSBufferParams *p, int quadSegs)</div></div>
<div class="ttc" id="geos__c_8h_html_ae1eb3e603303262c79089f4b65b6c57c"><div class="ttname"><a href="geos__c_8h.html#ae1eb3e603303262c79089f4b65b6c57c">GEOSGeom_createEmptyPoint</a></div><div class="ttdeci">GEOSGeometry * GEOSGeom_createEmptyPoint()</div></div>
<div class="ttc" id="geos__c_8h_html_af4884c9f66902071b621cdb5ecc4871d"><div class="ttname"><a href="geos__c_8h.html#af4884c9f66902071b621cdb5ecc4871d">GEOSGeom_createPoint_r</a></div><div class="ttdeci">GEOSGeometry * GEOSGeom_createPoint_r(GEOSContextHandle_t handle, GEOSCoordSequence *s)</div></div>
<div class="ttc" id="geos__c_8h_html_a8fbe3d578fe2ba147a7a6a0c7a3d8f85"><div class="ttname"><a href="geos__c_8h.html#a8fbe3d578fe2ba147a7a6a0c7a3d8f85">GEOSContextHandle_t</a></div><div class="ttdeci">struct GEOSContextHandle_HS * GEOSContextHandle_t</div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00085">geos_c.h:85</a></div></div>
<div class="ttc" id="geos__c_8h_html_aeffc2384bd04d595b2773aacaaf8c919"><div class="ttname"><a href="geos__c_8h.html#aeffc2384bd04d595b2773aacaaf8c919">GEOSGeom_createLineString</a></div><div class="ttdeci">GEOSGeometry * GEOSGeom_createLineString(GEOSCoordSequence *s)</div></div>
<div class="ttc" id="geos__c_8h_html_ade376eda933cf7ec89ab917518ba7bf1"><div class="ttname"><a href="geos__c_8h.html#ade376eda933cf7ec89ab917518ba7bf1">GEOSWKBWriter_create_r</a></div><div class="ttdeci">GEOSWKBWriter * GEOSWKBWriter_create_r(GEOSContextHandle_t handle)</div></div>
<div class="ttc" id="geos__c_8h_html_aefd4f95c70f284d7e8604e8b3a57b971"><div class="ttname"><a href="geos__c_8h.html#aefd4f95c70f284d7e8604e8b3a57b971">GEOSTopologyPreserveSimplify_r</a></div><div class="ttdeci">GEOSGeometry * GEOSTopologyPreserveSimplify_r(GEOSContextHandle_t handle, const GEOSGeometry *g, double tolerance)</div></div>
<div class="ttc" id="geos__c_8h_html_a9778c9b2bc37d8c6850c4c97c878e5f6"><div class="ttname"><a href="geos__c_8h.html#a9778c9b2bc37d8c6850c4c97c878e5f6">GEOSLength_r</a></div><div class="ttdeci">int GEOSLength_r(GEOSContextHandle_t handle, const GEOSGeometry *g, double *length)</div></div>
<div class="ttc" id="geos__c_8h_html_a3b98ffcae80a76acbcb7189005b71f40"><div class="ttname"><a href="geos__c_8h.html#a3b98ffcae80a76acbcb7189005b71f40">GEOSFree_r</a></div><div class="ttdeci">void GEOSFree_r(GEOSContextHandle_t handle, void *buffer)</div></div>
<div class="ttc" id="geos__c_8h_html_ad9caddd14f0464eb56e6314a259a6d2d"><div class="ttname"><a href="geos__c_8h.html#ad9caddd14f0464eb56e6314a259a6d2d">GEOSWKBWriter_getIncludeSRID_r</a></div><div class="ttdeci">char GEOSWKBWriter_getIncludeSRID_r(GEOSContextHandle_t handle, const GEOSWKBWriter *writer)</div></div>
<div class="ttc" id="geos__c_8h_html_a17040bc3dff8dc10600753f1e04450a9"><div class="ttname"><a href="geos__c_8h.html#a17040bc3dff8dc10600753f1e04450a9">GEOSWKBWriter_write_r</a></div><div class="ttdeci">unsigned char * GEOSWKBWriter_write_r(GEOSContextHandle_t handle, GEOSWKBWriter *writer, const GEOSGeometry *g, size_t *size)</div></div>
<div class="ttc" id="geos__c_8h_html_acca3e02392629aacea5c05ed055a1695"><div class="ttname"><a href="geos__c_8h.html#acca3e02392629aacea5c05ed055a1695">GEOSWKBWriter_writeHEX</a></div><div class="ttdeci">unsigned char * GEOSWKBWriter_writeHEX(GEOSWKBWriter *writer, const GEOSGeometry *g, size_t *size)</div></div>
<div class="ttc" id="geos__c_8h_html_ade23de0e782c3524ae1fbfd7320cd9cf"><div class="ttname"><a href="geos__c_8h.html#ade23de0e782c3524ae1fbfd7320cd9cf">GEOSGeom_createEmptyLineString_r</a></div><div class="ttdeci">GEOSGeometry * GEOSGeom_createEmptyLineString_r(GEOSContextHandle_t handle)</div></div>
<div class="ttc" id="geos__c_8h_html_a689bcbc41d232140b4524893828e9d2c"><div class="ttname"><a href="geos__c_8h.html#a689bcbc41d232140b4524893828e9d2c">GEOSPreparedCovers</a></div><div class="ttdeci">char GEOSPreparedCovers(const GEOSPreparedGeometry *pg1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a2c249c980e0d922fb5ffbe044b187044"><div class="ttname"><a href="geos__c_8h.html#a2c249c980e0d922fb5ffbe044b187044">GEOSGeom_getCoordSeq_r</a></div><div class="ttdeci">const GEOSCoordSequence * GEOSGeom_getCoordSeq_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a35b0efd5ed55b06816600ddf76b77164"><div class="ttname"><a href="geos__c_8h.html#a35b0efd5ed55b06816600ddf76b77164">GEOSPolygonize_valid</a></div><div class="ttdeci">GEOSGeometry * GEOSPolygonize_valid(const GEOSGeometry *const geoms[], unsigned int ngeoms)</div></div>
<div class="ttc" id="geos__c_8h_html_ac558f0f96c637ddf9fa1f130bed247f6"><div class="ttname"><a href="geos__c_8h.html#ac558f0f96c637ddf9fa1f130bed247f6">GEOSOrientationIndex_r</a></div><div class="ttdeci">int GEOSOrientationIndex_r(GEOSContextHandle_t handle, double Ax, double Ay, double Bx, double By, double Px, double Py)</div></div>
<div class="ttc" id="geos__c_8h_html_a1fc55d8e1109decbeca5a137529a252e"><div class="ttname"><a href="geos__c_8h.html#a1fc55d8e1109decbeca5a137529a252e">GEOSTouches</a></div><div class="ttdeci">char GEOSTouches(const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_af441d2a4d72e592e197505e919a02fd7"><div class="ttname"><a href="geos__c_8h.html#af441d2a4d72e592e197505e919a02fd7">GEOSFree</a></div><div class="ttdeci">void GEOSFree(void *buffer)</div></div>
<div class="ttc" id="geos__c_8h_html_ab76102fd626e85cf2392a3bedbe54615"><div class="ttname"><a href="geos__c_8h.html#ab76102fd626e85cf2392a3bedbe54615">GEOSCoordSeq_setXYZ</a></div><div class="ttdeci">int GEOSCoordSeq_setXYZ(GEOSCoordSequence *s, unsigned int idx, double x, double y, double z)</div></div>
<div class="ttc" id="geos__c_8h_html_a0208d08bea6ec9954e5dba0206dff0ce"><div class="ttname"><a href="geos__c_8h.html#a0208d08bea6ec9954e5dba0206dff0ce">GEOSisSimple</a></div><div class="ttdeci">char GEOSisSimple(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_af77c9d20ee1a796280a709f1a69749ac"><div class="ttname"><a href="geos__c_8h.html#af77c9d20ee1a796280a709f1a69749ac">GEOSCoordSeq_isCCW_r</a></div><div class="ttdeci">int GEOSCoordSeq_isCCW_r(GEOSContextHandle_t handle, const GEOSCoordSequence *s, char *is_ccw)</div></div>
<div class="ttc" id="geos__c_8h_html_a367fe922cb57431190ad7155bba0e8bd"><div class="ttname"><a href="geos__c_8h.html#a367fe922cb57431190ad7155bba0e8bd">GEOSCoveredBy_r</a></div><div class="ttdeci">char GEOSCoveredBy_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_af954838d2f1d7c4136e97fae2f57057a"><div class="ttname"><a href="geos__c_8h.html#af954838d2f1d7c4136e97fae2f57057a">GEOSCoordSeq_setX_r</a></div><div class="ttdeci">int GEOSCoordSeq_setX_r(GEOSContextHandle_t handle, GEOSCoordSequence *s, unsigned int idx, double val)</div></div>
<div class="ttc" id="geos__c_8h_html_a21f820c55f305bc218adf3d2a95fbfc7abacb216e896d260650a9d29843a7ec15"><div class="ttname"><a href="geos__c_8h.html#a21f820c55f305bc218adf3d2a95fbfc7abacb216e896d260650a9d29843a7ec15">GEOS_LINEARRING</a></div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00129">geos_c.h:129</a></div></div>
<div class="ttc" id="geos__c_8h_html_af8941d5e67877c479668fdf8cd40623f"><div class="ttname"><a href="geos__c_8h.html#af8941d5e67877c479668fdf8cd40623f">GEOSGeomGetEndPoint</a></div><div class="ttdeci">GEOSGeometry * GEOSGeomGetEndPoint(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a565d932d711493b425385b46a5eb4100"><div class="ttname"><a href="geos__c_8h.html#a565d932d711493b425385b46a5eb4100">GEOSPreparedDistance</a></div><div class="ttdeci">int GEOSPreparedDistance(const GEOSPreparedGeometry *pg1, const GEOSGeometry *g2, double *dist)</div></div>
<div class="ttc" id="geos__c_8h_html_adddc8d6aaff0c8193751f85ae3d156c4"><div class="ttname"><a href="geos__c_8h.html#adddc8d6aaff0c8193751f85ae3d156c4">GEOSisClosed_r</a></div><div class="ttdeci">char GEOSisClosed_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a14ae2cab664c656d9104cbd12a148831"><div class="ttname"><a href="geos__c_8h.html#a14ae2cab664c656d9104cbd12a148831">GEOSDistanceIndexed</a></div><div class="ttdeci">int GEOSDistanceIndexed(const GEOSGeometry *g1, const GEOSGeometry *g2, double *dist)</div></div>
<div class="ttc" id="geos__c_8h_html_a350231db7c2c6cfbf1239c9335ed1a98"><div class="ttname"><a href="geos__c_8h.html#a350231db7c2c6cfbf1239c9335ed1a98">GEOSGeomTypeId</a></div><div class="ttdeci">int GEOSGeomTypeId(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a1747e14d71105b6c4eade7e645221e4f"><div class="ttname"><a href="geos__c_8h.html#a1747e14d71105b6c4eade7e645221e4f">GEOSCoordSeq_getZ</a></div><div class="ttdeci">int GEOSCoordSeq_getZ(const GEOSCoordSequence *s, unsigned int idx, double *val)</div></div>
<div class="ttc" id="geos__c_8h_html_a50468b7344c94d437ca835d03bd003ba"><div class="ttname"><a href="geos__c_8h.html#a50468b7344c94d437ca835d03bd003ba">GEOSGetInteriorRingN_r</a></div><div class="ttdeci">const GEOSGeometry * GEOSGetInteriorRingN_r(GEOSContextHandle_t handle, const GEOSGeometry *g, int n)</div></div>
<div class="ttc" id="geos__c_8h_html_a5c9aabaf591ca73fdb00372ef7f65db1"><div class="ttname"><a href="geos__c_8h.html#a5c9aabaf591ca73fdb00372ef7f65db1">GEOSCoordSeq_destroy</a></div><div class="ttdeci">void GEOSCoordSeq_destroy(GEOSCoordSequence *s)</div></div>
<div class="ttc" id="geos__c_8h_html_abed080635bd207f44f648fd9b5c29414"><div class="ttname"><a href="geos__c_8h.html#abed080635bd207f44f648fd9b5c29414">GEOSGetInteriorRingN</a></div><div class="ttdeci">const GEOSGeometry * GEOSGetInteriorRingN(const GEOSGeometry *g, int n)</div></div>
<div class="ttc" id="geos__c_8h_html_a5daf39f7fffe61d1104b550ed91632dd"><div class="ttname"><a href="geos__c_8h.html#a5daf39f7fffe61d1104b550ed91632dd">GEOSCoordSeq_setOrdinate</a></div><div class="ttdeci">int GEOSCoordSeq_setOrdinate(GEOSCoordSequence *s, unsigned int idx, unsigned int dim, double val)</div></div>
<div class="ttc" id="geos__c_8h_html_ad2fe4730b571dd6ab527befdf248ccd0"><div class="ttname"><a href="geos__c_8h.html#ad2fe4730b571dd6ab527befdf248ccd0">GEOSMinimumRotatedRectangle</a></div><div class="ttdeci">GEOSGeometry * GEOSMinimumRotatedRectangle(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a21f820c55f305bc218adf3d2a95fbfc7a510d2a569a7ed092b175950743658336"><div class="ttname"><a href="geos__c_8h.html#a21f820c55f305bc218adf3d2a95fbfc7a510d2a569a7ed092b175950743658336">GEOS_MULTILINESTRING</a></div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00132">geos_c.h:132</a></div></div>
<div class="ttc" id="geos__c_8h_html_a2ab5a825d72dc424872fdc8549ace85d"><div class="ttname"><a href="geos__c_8h.html#a2ab5a825d72dc424872fdc8549ace85d">GEOSQueryCallback</a></div><div class="ttdeci">void(* GEOSQueryCallback)(void *item, void *userdata)</div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00143">geos_c.h:143</a></div></div>
<div class="ttc" id="geos__c_8h_html_a2fe52b52669abe659da27633c1743904"><div class="ttname"><a href="geos__c_8h.html#a2fe52b52669abe659da27633c1743904">GEOSGeom_destroy_r</a></div><div class="ttdeci">void GEOSGeom_destroy_r(GEOSContextHandle_t handle, GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a8210507d303545cb2c357d60f45923a2"><div class="ttname"><a href="geos__c_8h.html#a8210507d303545cb2c357d60f45923a2">GEOSCrosses</a></div><div class="ttdeci">char GEOSCrosses(const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_acbe3156ac63dac297cb9b3744f9cf58b"><div class="ttname"><a href="geos__c_8h.html#acbe3156ac63dac297cb9b3744f9cf58b">GEOSMinimumClearanceLine_r</a></div><div class="ttdeci">GEOSGeometry * GEOSMinimumClearanceLine_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_af582078f034f31004f22e77fef9acee7"><div class="ttname"><a href="geos__c_8h.html#af582078f034f31004f22e77fef9acee7">GEOSEnvelope</a></div><div class="ttdeci">GEOSGeometry * GEOSEnvelope(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a5c846eed188ab37455dabfa283e2f178"><div class="ttname"><a href="geos__c_8h.html#a5c846eed188ab37455dabfa283e2f178">GEOSBufferParams_setJoinStyle</a></div><div class="ttdeci">int GEOSBufferParams_setJoinStyle(GEOSBufferParams *p, int joinStyle)</div></div>
<div class="ttc" id="geos__c_8h_html_a867c962afc962ad390c627be730e0bd2"><div class="ttname"><a href="geos__c_8h.html#a867c962afc962ad390c627be730e0bd2">GEOSReverse_r</a></div><div class="ttdeci">GEOSGeometry * GEOSReverse_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a21f820c55f305bc218adf3d2a95fbfc7aa9e07109f01ee3ea82e23bd83de94b7f"><div class="ttname"><a href="geos__c_8h.html#a21f820c55f305bc218adf3d2a95fbfc7aa9e07109f01ee3ea82e23bd83de94b7f">GEOS_POINT</a></div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00127">geos_c.h:127</a></div></div>
<div class="ttc" id="geos__c_8h_html_ada1bd11639dd88079ff8802a44ab3b31"><div class="ttname"><a href="geos__c_8h.html#ada1bd11639dd88079ff8802a44ab3b31">GEOSBufferParams_setEndCapStyle</a></div><div class="ttdeci">int GEOSBufferParams_setEndCapStyle(GEOSBufferParams *p, int style)</div></div>
<div class="ttc" id="geos__c_8h_html_ac7980d2fa0fe572204c3d2f3340083ff"><div class="ttname"><a href="geos__c_8h.html#ac7980d2fa0fe572204c3d2f3340083ff">GEOSMaximumInscribedCircle</a></div><div class="ttdeci">GEOSGeometry * GEOSMaximumInscribedCircle(const GEOSGeometry *g, double tolerance)</div></div>
<div class="ttc" id="geos__c_8h_html_adfe150a1e8681764f0da76cebc1a9e88"><div class="ttname"><a href="geos__c_8h.html#adfe150a1e8681764f0da76cebc1a9e88">GEOS_interruptRequest</a></div><div class="ttdeci">void GEOS_interruptRequest()</div></div>
<div class="ttc" id="geos__c_8h_html_a871ccb7efc6dd63162b3547fcd76c638"><div class="ttname"><a href="geos__c_8h.html#a871ccb7efc6dd63162b3547fcd76c638">GEOSGeom_createCollection</a></div><div class="ttdeci">GEOSGeometry * GEOSGeom_createCollection(int type, GEOSGeometry **geoms, unsigned int ngeoms)</div></div>
<div class="ttc" id="geos__c_8h_html_a8f3e6d7734ed770ff1d5af84eef79b4f"><div class="ttname"><a href="geos__c_8h.html#a8f3e6d7734ed770ff1d5af84eef79b4f">GEOSGeomToWKT_r</a></div><div class="ttdeci">char * GEOSGeomToWKT_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a2798a8484aa3e44d66f84b859c2783e4"><div class="ttname"><a href="geos__c_8h.html#a2798a8484aa3e44d66f84b859c2783e4">GEOSWKBReader_destroy_r</a></div><div class="ttdeci">void GEOSWKBReader_destroy_r(GEOSContextHandle_t handle, GEOSWKBReader *reader)</div></div>
<div class="ttc" id="geos__c_8h_html_aa5d100fff80726becf3b61511400ea3c"><div class="ttname"><a href="geos__c_8h.html#aa5d100fff80726becf3b61511400ea3c">GEOSBufferParams_create</a></div><div class="ttdeci">GEOSBufferParams * GEOSBufferParams_create()</div></div>
<div class="ttc" id="geos__c_8h_html_a71527bdd3c5b915f6ce428785859a466"><div class="ttname"><a href="geos__c_8h.html#a71527bdd3c5b915f6ce428785859a466">GEOSGeom_getXMin_r</a></div><div class="ttdeci">int GEOSGeom_getXMin_r(GEOSContextHandle_t handle, const GEOSGeometry *g, double *value)</div></div>
<div class="ttc" id="geos__c_8h_html_ae28e3dce9465d5144c539ef65b0b3f92"><div class="ttname"><a href="geos__c_8h.html#ae28e3dce9465d5144c539ef65b0b3f92">GEOSCoordSeq_getXY_r</a></div><div class="ttdeci">int GEOSCoordSeq_getXY_r(GEOSContextHandle_t handle, const GEOSCoordSequence *s, unsigned int idx, double *x, double *y)</div></div>
<div class="ttc" id="geos__c_8h_html_a9609542aa3ec7846ccf73b2e9e6c9c5a"><div class="ttname"><a href="geos__c_8h.html#a9609542aa3ec7846ccf73b2e9e6c9c5a">GEOSGeomGetLength</a></div><div class="ttdeci">int GEOSGeomGetLength(const GEOSGeometry *g, double *length)</div></div>
<div class="ttc" id="geos__c_8h_html_a5e5f65c587b196b5b1b07ab9916c5fad"><div class="ttname"><a href="geos__c_8h.html#a5e5f65c587b196b5b1b07ab9916c5fad">GEOSBufferParams_setMitreLimit_r</a></div><div class="ttdeci">int GEOSBufferParams_setMitreLimit_r(GEOSContextHandle_t handle, GEOSBufferParams *p, double mitreLimit)</div></div>
<div class="ttc" id="geos__c_8h_html_ad2602efddb90bb27bcd6dc913af8b827"><div class="ttname"><a href="geos__c_8h.html#ad2602efddb90bb27bcd6dc913af8b827">GEOSPreparedOverlaps</a></div><div class="ttdeci">char GEOSPreparedOverlaps(const GEOSPreparedGeometry *pg1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_aefca1b0cc196a4431eb1e7850dea1808"><div class="ttname"><a href="geos__c_8h.html#aefca1b0cc196a4431eb1e7850dea1808">GEOSGeom_getXMax</a></div><div class="ttdeci">int GEOSGeom_getXMax(const GEOSGeometry *g, double *value)</div></div>
<div class="ttc" id="geos__c_8h_html_ae0bc45d444ebc9b1ba49869c860396ed"><div class="ttname"><a href="geos__c_8h.html#ae0bc45d444ebc9b1ba49869c860396ed">GEOSisRing</a></div><div class="ttdeci">char GEOSisRing(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_ae7ab988f92c8eaf99414813530ee8c94"><div class="ttname"><a href="geos__c_8h.html#ae7ab988f92c8eaf99414813530ee8c94">GEOSPreparedDisjoint_r</a></div><div class="ttdeci">char GEOSPreparedDisjoint_r(GEOSContextHandle_t handle, const GEOSPreparedGeometry *pg1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a5fb60aea0088f08063fafdf952cf30bd"><div class="ttname"><a href="geos__c_8h.html#a5fb60aea0088f08063fafdf952cf30bd">GEOSGeom_createLineString_r</a></div><div class="ttdeci">GEOSGeometry * GEOSGeom_createLineString_r(GEOSContextHandle_t handle, GEOSCoordSequence *s)</div></div>
<div class="ttc" id="geos__c_8h_html_a7e7161844227450a74187b5f0393a6f0"><div class="ttname"><a href="geos__c_8h.html#a7e7161844227450a74187b5f0393a6f0">GEOSPreparedDisjoint</a></div><div class="ttdeci">char GEOSPreparedDisjoint(const GEOSPreparedGeometry *pg1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a8c1b70f906cd3845bfc998bb58a7a960"><div class="ttname"><a href="geos__c_8h.html#a8c1b70f906cd3845bfc998bb58a7a960">GEOSGeomGetZ</a></div><div class="ttdeci">int GEOSGeomGetZ(const GEOSGeometry *g, double *z)</div></div>
<div class="ttc" id="geos__c_8h_html_a8acc8db141f493fa3b69f56aa4a5d837"><div class="ttname"><a href="geos__c_8h.html#a8acc8db141f493fa3b69f56aa4a5d837">GEOSWKTWriter_setOutputDimension_r</a></div><div class="ttdeci">void GEOSWKTWriter_setOutputDimension_r(GEOSContextHandle_t handle, GEOSWKTWriter *writer, int dim)</div></div>
<div class="ttc" id="geos__c_8h_html_a777fe263c24a3d3eef09ee2e6c0ac23b"><div class="ttname"><a href="geos__c_8h.html#a777fe263c24a3d3eef09ee2e6c0ac23b">GEOSGeomToHEX_buf</a></div><div class="ttdeci">unsigned char * GEOSGeomToHEX_buf(const GEOSGeometry *g, size_t *size)</div></div>
<div class="ttc" id="geos__c_8h_html_ae88fcc52f37e4549ce9a847dcdd50366"><div class="ttname"><a href="geos__c_8h.html#ae88fcc52f37e4549ce9a847dcdd50366">GEOSWKBWriter_setIncludeSRID</a></div><div class="ttdeci">void GEOSWKBWriter_setIncludeSRID(GEOSWKBWriter *writer, const char writeSRID)</div></div>
<div class="ttc" id="geos__c_8h_html_abcd56184d6e176d297dd1e46c3daccf0"><div class="ttname"><a href="geos__c_8h.html#abcd56184d6e176d297dd1e46c3daccf0">GEOSBufferWithStyle_r</a></div><div class="ttdeci">GEOSGeometry * GEOSBufferWithStyle_r(GEOSContextHandle_t handle, const GEOSGeometry *g, double width, int quadsegs, int endCapStyle, int joinStyle, double mitreLimit)</div></div>
<div class="ttc" id="geos__c_8h_html_a2caf9f29e8cd1484c43b179344a75ad1"><div class="ttname"><a href="geos__c_8h.html#a2caf9f29e8cd1484c43b179344a75ad1">GEOSPolygonizer_getCutEdges</a></div><div class="ttdeci">GEOSGeometry * GEOSPolygonizer_getCutEdges(const GEOSGeometry *const geoms[], unsigned int ngeoms)</div></div>
<div class="ttc" id="geos__c_8h_html_a6c14aef1c127845a79c6fdc67f0516cd"><div class="ttname"><a href="geos__c_8h.html#a6c14aef1c127845a79c6fdc67f0516cd">GEOSDifferencePrec</a></div><div class="ttdeci">GEOSGeometry * GEOSDifferencePrec(const GEOSGeometry *g1, const GEOSGeometry *g2, double gridSize)</div></div>
<div class="ttc" id="geos__c_8h_html_ae682f3510e1695fa714ce8f57dd63f45"><div class="ttname"><a href="geos__c_8h.html#ae682f3510e1695fa714ce8f57dd63f45">GEOSSTRtree_nearest</a></div><div class="ttdeci">const GEOSGeometry * GEOSSTRtree_nearest(GEOSSTRtree *tree, const GEOSGeometry *geom)</div></div>
<div class="ttc" id="geos__c_8h_html_a8ad147d745466e91c5ad54636a306f11"><div class="ttname"><a href="geos__c_8h.html#a8ad147d745466e91c5ad54636a306f11">GEOSMinimumClearanceLine</a></div><div class="ttdeci">GEOSGeometry * GEOSMinimumClearanceLine(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_ae44097c01738103bb8447385d92381f7"><div class="ttname"><a href="geos__c_8h.html#ae44097c01738103bb8447385d92381f7">GEOSWKBWriter_write</a></div><div class="ttdeci">unsigned char * GEOSWKBWriter_write(GEOSWKBWriter *writer, const GEOSGeometry *g, size_t *size)</div></div>
<div class="ttc" id="geos__c_8h_html_af35bf4e20b857a79c49f806d836b7c01"><div class="ttname"><a href="geos__c_8h.html#af35bf4e20b857a79c49f806d836b7c01">GEOSWKTWriter_create</a></div><div class="ttdeci">GEOSWKTWriter * GEOSWKTWriter_create()</div></div>
<div class="ttc" id="geos__c_8h_html_a1826552d41b159b7a4956f86f039ab14"><div class="ttname"><a href="geos__c_8h.html#a1826552d41b159b7a4956f86f039ab14">GEOSPreparedNearestPoints</a></div><div class="ttdeci">GEOSCoordSequence * GEOSPreparedNearestPoints(const GEOSPreparedGeometry *pg1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a66125bab8990a4463ef2a199d87909e8"><div class="ttname"><a href="geos__c_8h.html#a66125bab8990a4463ef2a199d87909e8">GEOSRelatePatternMatch_r</a></div><div class="ttdeci">char GEOSRelatePatternMatch_r(GEOSContextHandle_t handle, const char *mat, const char *pat)</div></div>
<div class="ttc" id="geos__c_8h_html_ab97fa018bc58fa6e414770bee4f34f95"><div class="ttname"><a href="geos__c_8h.html#ab97fa018bc58fa6e414770bee4f34f95">GEOSTopologyPreserveSimplify</a></div><div class="ttdeci">GEOSGeometry * GEOSTopologyPreserveSimplify(const GEOSGeometry *g, double tolerance)</div></div>
<div class="ttc" id="geos__c_8h_html_a19255d4c0ae2511a8270680f584ef2e0"><div class="ttname"><a href="geos__c_8h.html#a19255d4c0ae2511a8270680f584ef2e0">GEOSWKTWriter_setOld3D_r</a></div><div class="ttdeci">void GEOSWKTWriter_setOld3D_r(GEOSContextHandle_t handle, GEOSWKTWriter *writer, int useOld3D)</div></div>
<div class="ttc" id="geos__c_8h_html_afc8b35bbce59ba3ff5dd9bc3044bdd48"><div class="ttname"><a href="geos__c_8h.html#afc8b35bbce59ba3ff5dd9bc3044bdd48">GEOSWKBWriter_create</a></div><div class="ttdeci">GEOSWKBWriter * GEOSWKBWriter_create()</div></div>
<div class="ttc" id="geos__c_8h_html_ab0461d99c9d460c55d8e9ee06c230e8f"><div class="ttname"><a href="geos__c_8h.html#ab0461d99c9d460c55d8e9ee06c230e8f">GEOSWKBWriter_destroy_r</a></div><div class="ttdeci">void GEOSWKBWriter_destroy_r(GEOSContextHandle_t handle, GEOSWKBWriter *writer)</div></div>
<div class="ttc" id="geos__c_8h_html_a146a442754fc86e2ece9b11c9aa1c165"><div class="ttname"><a href="geos__c_8h.html#a146a442754fc86e2ece9b11c9aa1c165">GEOSWKTWriter_write</a></div><div class="ttdeci">char * GEOSWKTWriter_write(GEOSWKTWriter *writer, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_aba81052c4f5fe5dafee6b9d428da3a20"><div class="ttname"><a href="geos__c_8h.html#aba81052c4f5fe5dafee6b9d428da3a20">GEOSGeom_setUserData</a></div><div class="ttdeci">void GEOSGeom_setUserData(GEOSGeometry *g, void *userData)</div></div>
<div class="ttc" id="geos__c_8h_html_a8a05e7ca47771684b74c62476a7bef6d"><div class="ttname"><a href="geos__c_8h.html#a8a05e7ca47771684b74c62476a7bef6d">GEOSCoordSeq_getSize</a></div><div class="ttdeci">int GEOSCoordSeq_getSize(const GEOSCoordSequence *s, unsigned int *size)</div></div>
<div class="ttc" id="geos__c_8h_html_aff9f7bbb2dcdbd813d9055414a18785e"><div class="ttname"><a href="geos__c_8h.html#aff9f7bbb2dcdbd813d9055414a18785e">GEOSPreparedGeometry</a></div><div class="ttdeci">struct GEOSPrepGeom_t GEOSPreparedGeometry</div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00109">geos_c.h:109</a></div></div>
<div class="ttc" id="geos__c_8h_html_ace0b2fabc92d8457a295c385ea128aa5"><div class="ttname"><a href="geos__c_8h.html#ace0b2fabc92d8457a295c385ea128aa5">GEOSVoronoiDiagram</a></div><div class="ttdeci">GEOSGeometry * GEOSVoronoiDiagram(const GEOSGeometry *g, const GEOSGeometry *env, double tolerance, int onlyEdges)</div></div>
<div class="ttc" id="geos__c_8h_html_a5559e7f6aa113441ce825df78475af3a"><div class="ttname"><a href="geos__c_8h.html#a5559e7f6aa113441ce825df78475af3a">GEOSDisjoint</a></div><div class="ttdeci">char GEOSDisjoint(const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a9d98e448d3b846d591c726d1c0000d25"><div class="ttname"><a href="geos__c_8h.html#a9d98e448d3b846d591c726d1c0000d25">GEOSPolygonize</a></div><div class="ttdeci">GEOSGeometry * GEOSPolygonize(const GEOSGeometry *const geoms[], unsigned int ngeoms)</div></div>
<div class="ttc" id="geos__c_8h_html_aca8fb9d37be103f0787fb6607b8ad8f9"><div class="ttname"><a href="geos__c_8h.html#aca8fb9d37be103f0787fb6607b8ad8f9">GEOS_finish_r</a></div><div class="ttdeci">void GEOS_finish_r(GEOSContextHandle_t handle)</div></div>
<div class="ttc" id="geos__c_8h_html_a5892fe4db8adc5d80e0318ae0b0d705d"><div class="ttname"><a href="geos__c_8h.html#a5892fe4db8adc5d80e0318ae0b0d705d">GEOSGeom_createPoint</a></div><div class="ttdeci">GEOSGeometry * GEOSGeom_createPoint(GEOSCoordSequence *s)</div></div>
<div class="ttc" id="geos__c_8h_html_a93baf4b0bf8a45bb486a0c88360f5df3"><div class="ttname"><a href="geos__c_8h.html#a93baf4b0bf8a45bb486a0c88360f5df3">GEOSBufferWithParams</a></div><div class="ttdeci">GEOSGeometry * GEOSBufferWithParams(const GEOSGeometry *g, const GEOSBufferParams *p, double width)</div></div>
<div class="ttc" id="geos__c_8h_html_a43556819a2426fe06e54a25aee8ae798"><div class="ttname"><a href="geos__c_8h.html#a43556819a2426fe06e54a25aee8ae798">GEOSGeom_extractUniquePoints</a></div><div class="ttdeci">GEOSGeometry * GEOSGeom_extractUniquePoints(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_af849eaa5ef040e9c04af3bf1662845c4"><div class="ttname"><a href="geos__c_8h.html#af849eaa5ef040e9c04af3bf1662845c4">GEOSSTRtree_insert_r</a></div><div class="ttdeci">void GEOSSTRtree_insert_r(GEOSContextHandle_t handle, GEOSSTRtree *tree, const GEOSGeometry *g, void *item)</div></div>
<div class="ttc" id="geos__c_8h_html_af7cddd14945d927c2006dd464cdfb8ee"><div class="ttname"><a href="geos__c_8h.html#af7cddd14945d927c2006dd464cdfb8ee">GEOSisValid_r</a></div><div class="ttdeci">char GEOSisValid_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a11b070a8e4ebcc9a2b065efab8042eba"><div class="ttname"><a href="geos__c_8h.html#a11b070a8e4ebcc9a2b065efab8042eba">GEOSGeomType_r</a></div><div class="ttdeci">char * GEOSGeomType_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a45c34f45633e336786dd7ff0abfe9539"><div class="ttname"><a href="geos__c_8h.html#a45c34f45633e336786dd7ff0abfe9539">GEOSGeom_getYMin</a></div><div class="ttdeci">int GEOSGeom_getYMin(const GEOSGeometry *g, double *value)</div></div>
<div class="ttc" id="geos__c_8h_html_ad1e018bb4ba119fe448a849d9d5b3739"><div class="ttname"><a href="geos__c_8h.html#ad1e018bb4ba119fe448a849d9d5b3739">GEOSRelate</a></div><div class="ttdeci">char * GEOSRelate(const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a1b8d454eb2cf3e6f20d0eaf374592e41"><div class="ttname"><a href="geos__c_8h.html#a1b8d454eb2cf3e6f20d0eaf374592e41">GEOSWKBReader</a></div><div class="ttdeci">struct GEOSWKBReader_t GEOSWKBReader</div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l01265">geos_c.h:1265</a></div></div>
<div class="ttc" id="geos__c_8h_html_afd3d82a6d039ab5637e0a8a066694b7d"><div class="ttname"><a href="geos__c_8h.html#afd3d82a6d039ab5637e0a8a066694b7d">GEOSUnion_r</a></div><div class="ttdeci">GEOSGeometry * GEOSUnion_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a851f04a7109e53fa0f8c9c3bbf221807"><div class="ttname"><a href="geos__c_8h.html#a851f04a7109e53fa0f8c9c3bbf221807">GEOSBuildArea_r</a></div><div class="ttdeci">GEOSGeometry * GEOSBuildArea_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_afc8887faf7264e6a3d2e23d57d7efb56"><div class="ttname"><a href="geos__c_8h.html#afc8887faf7264e6a3d2e23d57d7efb56">GEOSDifferencePrec_r</a></div><div class="ttdeci">GEOSGeometry * GEOSDifferencePrec_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2, double gridSize)</div></div>
<div class="ttc" id="geos__c_8h_html_ad813fda8d00ed6d4fb7891708c4ea661"><div class="ttname"><a href="geos__c_8h.html#ad813fda8d00ed6d4fb7891708c4ea661">GEOSGeomGetX_r</a></div><div class="ttdeci">int GEOSGeomGetX_r(GEOSContextHandle_t handle, const GEOSGeometry *g, double *x)</div></div>
<div class="ttc" id="geos__c_8h_html_a6c6c66ac349741cf9d3a3a79c6d6bb6f"><div class="ttname"><a href="geos__c_8h.html#a6c6c66ac349741cf9d3a3a79c6d6bb6f">GEOSWKBReader_create_r</a></div><div class="ttdeci">GEOSWKBReader * GEOSWKBReader_create_r(GEOSContextHandle_t handle)</div></div>
<div class="ttc" id="geos__c_8h_html_a97ea268a0039d2811e8414b9f02dc9af"><div class="ttname"><a href="geos__c_8h.html#a97ea268a0039d2811e8414b9f02dc9af">GEOSMinimumWidth</a></div><div class="ttdeci">GEOSGeometry * GEOSMinimumWidth(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_aec7f1c805cddfab287cc871148ffc9b6"><div class="ttname"><a href="geos__c_8h.html#aec7f1c805cddfab287cc871148ffc9b6">GEOSPreparedTouches</a></div><div class="ttdeci">char GEOSPreparedTouches(const GEOSPreparedGeometry *pg1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_ad61927f5f808c166c7993a189c3b53d1"><div class="ttname"><a href="geos__c_8h.html#ad61927f5f808c166c7993a189c3b53d1">GEOSSTRtree_insert</a></div><div class="ttdeci">void GEOSSTRtree_insert(GEOSSTRtree *tree, const GEOSGeometry *g, void *item)</div></div>
<div class="ttc" id="geos__c_8h_html_ab28e31ca1d697748a447e60d66ec55b0"><div class="ttname"><a href="geos__c_8h.html#ab28e31ca1d697748a447e60d66ec55b0">finishGEOS_r</a></div><div class="ttdeci">void finishGEOS_r(GEOSContextHandle_t handle)</div></div>
<div class="ttc" id="geos__c_8h_html_ac6e46e184e5db534f32c4904664fee53"><div class="ttname"><a href="geos__c_8h.html#ac6e46e184e5db534f32c4904664fee53">GEOSGeom_createEmptyLineString</a></div><div class="ttdeci">GEOSGeometry * GEOSGeom_createEmptyLineString()</div></div>
<div class="ttc" id="geos__c_8h_html_ab0a7429b8239739ced0a71d5e98250e8"><div class="ttname"><a href="geos__c_8h.html#ab0a7429b8239739ced0a71d5e98250e8">GEOSMaximumInscribedCircle_r</a></div><div class="ttdeci">GEOSGeometry * GEOSMaximumInscribedCircle_r(GEOSContextHandle_t handle, const GEOSGeometry *g, double tolerance)</div></div>
<div class="ttc" id="geos__c_8h_html_abfdf10a9956b13b583366e92699c5195"><div class="ttname"><a href="geos__c_8h.html#abfdf10a9956b13b583366e92699c5195">GEOSUnionPrec_r</a></div><div class="ttdeci">GEOSGeometry * GEOSUnionPrec_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2, double gridSize)</div></div>
<div class="ttc" id="geos__c_8h_html_a231cb60d938affae6c3229574421584b"><div class="ttname"><a href="geos__c_8h.html#a231cb60d938affae6c3229574421584b">GEOSSTRtree_remove_r</a></div><div class="ttdeci">char GEOSSTRtree_remove_r(GEOSContextHandle_t handle, GEOSSTRtree *tree, const GEOSGeometry *g, void *item)</div></div>
<div class="ttc" id="geos__c_8h_html_aa362c11679646ce004758e224597405f"><div class="ttname"><a href="geos__c_8h.html#aa362c11679646ce004758e224597405f">GEOSTouches_r</a></div><div class="ttdeci">char GEOSTouches_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_af9b5796f463f08e8cb8dd2fc629e11d5"><div class="ttname"><a href="geos__c_8h.html#af9b5796f463f08e8cb8dd2fc629e11d5">GEOSisValidDetail</a></div><div class="ttdeci">char GEOSisValidDetail(const GEOSGeometry *g, int flags, char **reason, GEOSGeometry **location)</div></div>
<div class="ttc" id="geos__c_8h_html_ae91f90267cf6dddec1bf7e271353a1a2"><div class="ttname"><a href="geos__c_8h.html#ae91f90267cf6dddec1bf7e271353a1a2">GEOSPolygonize_full_r</a></div><div class="ttdeci">GEOSGeometry * GEOSPolygonize_full_r(GEOSContextHandle_t handle, const GEOSGeometry *input, GEOSGeometry **cuts, GEOSGeometry **dangles, GEOSGeometry **invalidRings)</div></div>
<div class="ttc" id="geos__c_8h_html_a8b350fec50e6828539bddaf8939a6ff5"><div class="ttname"><a href="geos__c_8h.html#a8b350fec50e6828539bddaf8939a6ff5">GEOSGetNumInteriorRings_r</a></div><div class="ttdeci">int GEOSGetNumInteriorRings_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a2378766384ccc8a9072923a5dea4cac0"><div class="ttname"><a href="geos__c_8h.html#a2378766384ccc8a9072923a5dea4cac0">GEOSWKBReader_readHEX_r</a></div><div class="ttdeci">GEOSGeometry * GEOSWKBReader_readHEX_r(GEOSContextHandle_t handle, GEOSWKBReader *reader, const unsigned char *hex, size_t size)</div></div>
<div class="ttc" id="geos__c_8h_html_a4b90d4df9430c60638825ee624c11a62"><div class="ttname"><a href="geos__c_8h.html#a4b90d4df9430c60638825ee624c11a62">GEOSFrechetDistance</a></div><div class="ttdeci">int GEOSFrechetDistance(const GEOSGeometry *g1, const GEOSGeometry *g2, double *dist)</div></div>
<div class="ttc" id="geos__c_8h_html_a4df291b562db6651c4ed7352bbb40474a2e80fa45972b8b408eb95aac71529bd3"><div class="ttname"><a href="geos__c_8h.html#a4df291b562db6651c4ed7352bbb40474a2e80fa45972b8b408eb95aac71529bd3">GEOS_WKB_NDR</a></div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00140">geos_c.h:140</a></div></div>
<div class="ttc" id="geos__c_8h_html_a4df291b562db6651c4ed7352bbb40474af990a261132f1f1ba1d1fc990affbbf4"><div class="ttname"><a href="geos__c_8h.html#a4df291b562db6651c4ed7352bbb40474af990a261132f1f1ba1d1fc990affbbf4">GEOS_WKB_XDR</a></div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00139">geos_c.h:139</a></div></div>
<div class="ttc" id="geos__c_8h_html_ae39040807d617760712f59f8993748a0"><div class="ttname"><a href="geos__c_8h.html#ae39040807d617760712f59f8993748a0">GEOSGeom_setPrecision</a></div><div class="ttdeci">GEOSGeometry * GEOSGeom_setPrecision(const GEOSGeometry *g, double gridSize, int flags)</div></div>
<div class="ttc" id="geos__c_8h_html_a9738f1df1614be36a3ef1e523b93f0f5"><div class="ttname"><a href="geos__c_8h.html#a9738f1df1614be36a3ef1e523b93f0f5">GEOSSymDifference_r</a></div><div class="ttdeci">GEOSGeometry * GEOSSymDifference_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a1c5aea48a324cac75be80445d26c0fd5"><div class="ttname"><a href="geos__c_8h.html#a1c5aea48a324cac75be80445d26c0fd5">GEOSGeom_destroy</a></div><div class="ttdeci">void GEOSGeom_destroy(GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_aac16ee2b92ff9bc708784ff91b5d5319"><div class="ttname"><a href="geos__c_8h.html#aac16ee2b92ff9bc708784ff91b5d5319">GEOSversion</a></div><div class="ttdeci">const char * GEOSversion()</div></div>
<div class="ttc" id="geos__c_8h_html_ae46c27bc70ef0e5bf81c14165b037943"><div class="ttname"><a href="geos__c_8h.html#ae46c27bc70ef0e5bf81c14165b037943">GEOSPreparedDistance_r</a></div><div class="ttdeci">int GEOSPreparedDistance_r(GEOSContextHandle_t handle, const GEOSPreparedGeometry *pg1, const GEOSGeometry *g2, double *dist)</div></div>
<div class="ttc" id="geos__c_8h_html_af1a68fdbb18993d8a3de673b27a347f7"><div class="ttname"><a href="geos__c_8h.html#af1a68fdbb18993d8a3de673b27a347f7">GEOS_getWKBOutputDims</a></div><div class="ttdeci">int GEOS_getWKBOutputDims()</div></div>
<div class="ttc" id="geos__c_8h_html_a80366ccbeabf242443e68ac6a49b09a3a172c4d559011b9da4bb86e888581a946"><div class="ttname"><a href="geos__c_8h.html#a80366ccbeabf242443e68ac6a49b09a3a172c4d559011b9da4bb86e888581a946">GEOSRELATE_BNR_OGC</a></div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00974">geos_c.h:974</a></div></div>
<div class="ttc" id="geos__c_8h_html_af5618012034867831cb38ed851016bbb"><div class="ttname"><a href="geos__c_8h.html#af5618012034867831cb38ed851016bbb">GEOSDifference</a></div><div class="ttdeci">GEOSGeometry * GEOSDifference(const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_ab2a8ed9314a516bd23b3da6a3db61299"><div class="ttname"><a href="geos__c_8h.html#ab2a8ed9314a516bd23b3da6a3db61299">GEOSisClosed</a></div><div class="ttdeci">char GEOSisClosed(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a599f8ffb2d62e21b53b93d2c9c602d25a90d1b914a7e84ece7331267b3d75df00"><div class="ttname"><a href="geos__c_8h.html#a599f8ffb2d62e21b53b93d2c9c602d25a90d1b914a7e84ece7331267b3d75df00">GEOSBUF_CAP_ROUND</a></div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00406">geos_c.h:406</a></div></div>
<div class="ttc" id="geos__c_8h_html_a814807328a612bd58949097a749013bb"><div class="ttname"><a href="geos__c_8h.html#a814807328a612bd58949097a749013bb">GEOSBufferParams_setSingleSided_r</a></div><div class="ttdeci">int GEOSBufferParams_setSingleSided_r(GEOSContextHandle_t handle, GEOSBufferParams *p, int singleSided)</div></div>
<div class="ttc" id="geos__c_8h_html_a5c4bc7a9fdab7f376e13503b087b722c"><div class="ttname"><a href="geos__c_8h.html#a5c4bc7a9fdab7f376e13503b087b722c">GEOSPreparedGeom_destroy</a></div><div class="ttdeci">void GEOSPreparedGeom_destroy(const GEOSPreparedGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a48f63dc8f82989cb69cb3feed99597b8"><div class="ttname"><a href="geos__c_8h.html#a48f63dc8f82989cb69cb3feed99597b8">GEOSSTRtree_query</a></div><div class="ttdeci">void GEOSSTRtree_query(GEOSSTRtree *tree, const GEOSGeometry *g, GEOSQueryCallback callback, void *userdata)</div></div>
<div class="ttc" id="geos__c_8h_html_a370723459f056721214ce2b8eefbf497"><div class="ttname"><a href="geos__c_8h.html#a370723459f056721214ce2b8eefbf497">GEOSCoordSeq_getDimensions_r</a></div><div class="ttdeci">int GEOSCoordSeq_getDimensions_r(GEOSContextHandle_t handle, const GEOSCoordSequence *s, unsigned int *dims)</div></div>
<div class="ttc" id="geos__c_8h_html_a92937fcb0c1359c742649f436d34b03c"><div class="ttname"><a href="geos__c_8h.html#a92937fcb0c1359c742649f436d34b03c">GEOSBufJoinStyles</a></div><div class="ttdeci">GEOSBufJoinStyles</div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00411">geos_c.h:411</a></div></div>
<div class="ttc" id="geos__c_8h_html_ac232a28381e2ba8f768df04fc2f1d51f"><div class="ttname"><a href="geos__c_8h.html#ac232a28381e2ba8f768df04fc2f1d51f">GEOS_setWKBOutputDims</a></div><div class="ttdeci">int GEOS_setWKBOutputDims(int newDims)</div></div>
<div class="ttc" id="geos__c_8h_html_ae70405a5fec6c416461f360c28acb185"><div class="ttname"><a href="geos__c_8h.html#ae70405a5fec6c416461f360c28acb185">GEOSCoordSeq_create_r</a></div><div class="ttdeci">GEOSCoordSequence * GEOSCoordSeq_create_r(GEOSContextHandle_t handle, unsigned int size, unsigned int dims)</div></div>
<div class="ttc" id="geos__c_8h_html_a1eaffa44bf168e98cef8ecca7d08e77d"><div class="ttname"><a href="geos__c_8h.html#a1eaffa44bf168e98cef8ecca7d08e77d">GEOSDistance_r</a></div><div class="ttdeci">int GEOSDistance_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2, double *dist)</div></div>
<div class="ttc" id="geos__c_8h_html_ac10285de5f6a810ab0668ea4fe45e15d"><div class="ttname"><a href="geos__c_8h.html#ac10285de5f6a810ab0668ea4fe45e15d">GEOSBoundary</a></div><div class="ttdeci">GEOSGeometry * GEOSBoundary(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_af7eed8b295f72a5a1c62225213599f1c"><div class="ttname"><a href="geos__c_8h.html#af7eed8b295f72a5a1c62225213599f1c">GEOSLineMerge_r</a></div><div class="ttdeci">GEOSGeometry * GEOSLineMerge_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_af09ef325324bec3c1ccb981db52eec4f"><div class="ttname"><a href="geos__c_8h.html#af09ef325324bec3c1ccb981db52eec4f">GEOSMinimumBoundingCircle</a></div><div class="ttdeci">GEOSGeometry * GEOSMinimumBoundingCircle(const GEOSGeometry *g, double *radius, GEOSGeometry **center)</div></div>
<div class="ttc" id="geos__c_8h_html_a6eee53ef5e21d24d224391d0858e176f"><div class="ttname"><a href="geos__c_8h.html#a6eee53ef5e21d24d224391d0858e176f">GEOSSTRtree_create</a></div><div class="ttdeci">GEOSSTRtree * GEOSSTRtree_create(size_t nodeCapacity)</div></div>
<div class="ttc" id="geos__c_8h_html_ace46b180468f7eb002674c60da3159f3"><div class="ttname"><a href="geos__c_8h.html#ace46b180468f7eb002674c60da3159f3">GEOSUnaryUnionPrec_r</a></div><div class="ttdeci">GEOSGeometry * GEOSUnaryUnionPrec_r(GEOSContextHandle_t handle, const GEOSGeometry *g, double gridSize)</div></div>
<div class="ttc" id="geos__c_8h_html_a073a6a024754820691770fd5164e6409"><div class="ttname"><a href="geos__c_8h.html#a073a6a024754820691770fd5164e6409">GEOSBufferParams_destroy_r</a></div><div class="ttdeci">void GEOSBufferParams_destroy_r(GEOSContextHandle_t handle, GEOSBufferParams *parms)</div></div>
<div class="ttc" id="geos__c_8h_html_a7de2a76898340dce4315cc8be527297b"><div class="ttname"><a href="geos__c_8h.html#a7de2a76898340dce4315cc8be527297b">GEOSSTRtree_destroy_r</a></div><div class="ttdeci">void GEOSSTRtree_destroy_r(GEOSContextHandle_t handle, GEOSSTRtree *tree)</div></div>
<div class="ttc" id="geos__c_8h_html_a21f820c55f305bc218adf3d2a95fbfc7af4c7d43ff62ef21ae1b8246bed7d51b1"><div class="ttname"><a href="geos__c_8h.html#a21f820c55f305bc218adf3d2a95fbfc7af4c7d43ff62ef21ae1b8246bed7d51b1">GEOS_MULTIPOINT</a></div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00131">geos_c.h:131</a></div></div>
<div class="ttc" id="geos__c_8h_html_af9973b08bdbbb097635e972f2ef59384"><div class="ttname"><a href="geos__c_8h.html#af9973b08bdbbb097635e972f2ef59384">GEOSCoordSeq_create</a></div><div class="ttdeci">GEOSCoordSequence * GEOSCoordSeq_create(unsigned int size, unsigned int dims)</div></div>
<div class="ttc" id="geos__c_8h_html_aa799b5335443044f29c308df672f9f18"><div class="ttname"><a href="geos__c_8h.html#aa799b5335443044f29c308df672f9f18">GEOSWKTWriter_setOutputDimension</a></div><div class="ttdeci">void GEOSWKTWriter_setOutputDimension(GEOSWKTWriter *writer, int dim)</div></div>
<div class="ttc" id="geos__c_8h_html_a0c624d4ceda233e9cd8cf77ac45f368e"><div class="ttname"><a href="geos__c_8h.html#a0c624d4ceda233e9cd8cf77ac45f368e">GEOSBufferParams_setQuadrantSegments_r</a></div><div class="ttdeci">int GEOSBufferParams_setQuadrantSegments_r(GEOSContextHandle_t handle, GEOSBufferParams *p, int quadSegs)</div></div>
<div class="ttc" id="geos__c_8h_html_ad1cdf88e8c77bb51558c14fe8515656a"><div class="ttname"><a href="geos__c_8h.html#ad1cdf88e8c77bb51558c14fe8515656a">GEOSWKBWriter_getByteOrder</a></div><div class="ttdeci">int GEOSWKBWriter_getByteOrder(const GEOSWKBWriter *writer)</div></div>
<div class="ttc" id="geos__c_8h_html_a00bf287e340c18ebebd251912fa9e906"><div class="ttname"><a href="geos__c_8h.html#a00bf287e340c18ebebd251912fa9e906">GEOSGeomFromWKT</a></div><div class="ttdeci">GEOSGeometry * GEOSGeomFromWKT(const char *wkt)</div></div>
<div class="ttc" id="geos__c_8h_html_a744d18f18adaad374080a7495c778b78"><div class="ttname"><a href="geos__c_8h.html#a744d18f18adaad374080a7495c778b78">GEOSOverlaps</a></div><div class="ttdeci">char GEOSOverlaps(const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a80366ccbeabf242443e68ac6a49b09a3a924d02a38475d4e37600da4ba2a6edd0"><div class="ttname"><a href="geos__c_8h.html#a80366ccbeabf242443e68ac6a49b09a3a924d02a38475d4e37600da4ba2a6edd0">GEOSRELATE_BNR_MONOVALENT_ENDPOINT</a></div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00977">geos_c.h:977</a></div></div>
<div class="ttc" id="geos__c_8h_html_a2130318f967882df340fdcc795a60613"><div class="ttname"><a href="geos__c_8h.html#a2130318f967882df340fdcc795a60613">GEOSCoordSeq_setXY_r</a></div><div class="ttdeci">int GEOSCoordSeq_setXY_r(GEOSContextHandle_t handle, GEOSCoordSequence *s, unsigned int idx, double x, double y)</div></div>
<div class="ttc" id="geos__c_8h_html_a43d5999af017bf6fd05c692a0c912e31"><div class="ttname"><a href="geos__c_8h.html#a43d5999af017bf6fd05c692a0c912e31">GEOSPreparedIntersects_r</a></div><div class="ttdeci">char GEOSPreparedIntersects_r(GEOSContextHandle_t handle, const GEOSPreparedGeometry *pg1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a21f820c55f305bc218adf3d2a95fbfc7a59f367f7622b2e29a46aa72e26e97edf"><div class="ttname"><a href="geos__c_8h.html#a21f820c55f305bc218adf3d2a95fbfc7a59f367f7622b2e29a46aa72e26e97edf">GEOS_GEOMETRYCOLLECTION</a></div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00134">geos_c.h:134</a></div></div>
<div class="ttc" id="geos__c_8h_html_ad9d8ccc4c6a7d7d0e0f12629fd96ef7c"><div class="ttname"><a href="geos__c_8h.html#ad9d8ccc4c6a7d7d0e0f12629fd96ef7c">finishGEOS</a></div><div class="ttdeci">void finishGEOS(void)</div></div>
<div class="ttc" id="geos__c_8h_html_ab14339b938018c745572403f72660f57"><div class="ttname"><a href="geos__c_8h.html#ab14339b938018c745572403f72660f57">GEOSDistance</a></div><div class="ttdeci">int GEOSDistance(const GEOSGeometry *g1, const GEOSGeometry *g2, double *dist)</div></div>
<div class="ttc" id="geos__c_8h_html_a20364ac461610266953754281d93408a"><div class="ttname"><a href="geos__c_8h.html#a20364ac461610266953754281d93408a">GEOSCoordSequence</a></div><div class="ttdeci">struct GEOSCoordSeq_t GEOSCoordSequence</div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00110">geos_c.h:110</a></div></div>
<div class="ttc" id="geos__c_8h_html_aed1f0c22380e52a1f42ec6314cb74e83"><div class="ttname"><a href="geos__c_8h.html#aed1f0c22380e52a1f42ec6314cb74e83">GEOSWKBWriter_getIncludeSRID</a></div><div class="ttdeci">char GEOSWKBWriter_getIncludeSRID(const GEOSWKBWriter *writer)</div></div>
<div class="ttc" id="geos__c_8h_html_a2267724f2df73cdd5980fc2ba43df749"><div class="ttname"><a href="geos__c_8h.html#a2267724f2df73cdd5980fc2ba43df749">GEOSGeom_clone</a></div><div class="ttdeci">GEOSGeometry * GEOSGeom_clone(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a1ce1cc1120ff21cc2326238fd4cd81b1"><div class="ttname"><a href="geos__c_8h.html#a1ce1cc1120ff21cc2326238fd4cd81b1">GEOS_setWKBByteOrder_r</a></div><div class="ttdeci">int GEOS_setWKBByteOrder_r(GEOSContextHandle_t handle, int byteOrder)</div></div>
<div class="ttc" id="geos__c_8h_html_a25fc709b2d10eb7888588e296d8f2cd4"><div class="ttname"><a href="geos__c_8h.html#a25fc709b2d10eb7888588e296d8f2cd4">GEOSInterpolate</a></div><div class="ttdeci">GEOSGeometry * GEOSInterpolate(const GEOSGeometry *g, double d)</div></div>
<div class="ttc" id="geos__c_8h_html_a050e22a7c8b7be5e170b9f9b57407e93"><div class="ttname"><a href="geos__c_8h.html#a050e22a7c8b7be5e170b9f9b57407e93">GEOSGeom</a></div><div class="ttdeci">GEOSGeometry * GEOSGeom</div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00118">geos_c.h:118</a></div></div>
<div class="ttc" id="geos__c_8h_html_a4989f2ef9b084bcd9da0876d3f19a24c"><div class="ttname"><a href="geos__c_8h.html#a4989f2ef9b084bcd9da0876d3f19a24c">GEOSGeom_extractUniquePoints_r</a></div><div class="ttdeci">GEOSGeometry * GEOSGeom_extractUniquePoints_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a2472730c7ce4c8195d8a30eb86c1e6c4"><div class="ttname"><a href="geos__c_8h.html#a2472730c7ce4c8195d8a30eb86c1e6c4">GEOSGeom_createPointFromXY</a></div><div class="ttdeci">GEOSGeometry * GEOSGeom_createPointFromXY(double x, double y)</div></div>
<div class="ttc" id="geos__c_8h_html_a4380776939fc0e6c97b42695ca512374"><div class="ttname"><a href="geos__c_8h.html#a4380776939fc0e6c97b42695ca512374">GEOSGeom_getCoordSeq</a></div><div class="ttdeci">const GEOSCoordSequence * GEOSGeom_getCoordSeq(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_aa9d7f7fd094d0fce75144da7af581132"><div class="ttname"><a href="geos__c_8h.html#aa9d7f7fd094d0fce75144da7af581132">GEOSCoordSeq_setZ</a></div><div class="ttdeci">int GEOSCoordSeq_setZ(GEOSCoordSequence *s, unsigned int idx, double val)</div></div>
<div class="ttc" id="geos__c_8h_html_a644c59603bd5c97a1c3457e6e9bee536"><div class="ttname"><a href="geos__c_8h.html#a644c59603bd5c97a1c3457e6e9bee536">GEOSPreparedOverlaps_r</a></div><div class="ttdeci">char GEOSPreparedOverlaps_r(GEOSContextHandle_t handle, const GEOSPreparedGeometry *pg1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a21f820c55f305bc218adf3d2a95fbfc7aaa0fae8a877c75427469daa663b7603a"><div class="ttname"><a href="geos__c_8h.html#a21f820c55f305bc218adf3d2a95fbfc7aaa0fae8a877c75427469daa663b7603a">GEOS_MULTIPOLYGON</a></div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00133">geos_c.h:133</a></div></div>
<div class="ttc" id="geos__c_8h_html_a7d3822f522216cc4be74e60b5821611e"><div class="ttname"><a href="geos__c_8h.html#a7d3822f522216cc4be74e60b5821611e">GEOSWKBWriter_setOutputDimension_r</a></div><div class="ttdeci">void GEOSWKBWriter_setOutputDimension_r(GEOSContextHandle_t handle, GEOSWKBWriter *writer, int newDimension)</div></div>
<div class="ttc" id="geos__c_8h_html_a0cc9b40f33cb8cd727fb4d75830d8968"><div class="ttname"><a href="geos__c_8h.html#a0cc9b40f33cb8cd727fb4d75830d8968">GEOSSTRtree_iterate</a></div><div class="ttdeci">void GEOSSTRtree_iterate(GEOSSTRtree *tree, GEOSQueryCallback callback, void *userdata)</div></div>
<div class="ttc" id="geos__c_8h_html_a8a6a59466f0b50f2f5f9d5ebb699cad4"><div class="ttname"><a href="geos__c_8h.html#a8a6a59466f0b50f2f5f9d5ebb699cad4">GEOSOrientationIndex</a></div><div class="ttdeci">int GEOSOrientationIndex(double Ax, double Ay, double Bx, double By, double Px, double Py)</div></div>
<div class="ttc" id="geos__c_8h_html_a4fa3146006597223e95168f14aa8e02b"><div class="ttname"><a href="geos__c_8h.html#a4fa3146006597223e95168f14aa8e02b">GEOSMinimumClearance</a></div><div class="ttdeci">int GEOSMinimumClearance(const GEOSGeometry *g, double *d)</div></div>
<div class="ttc" id="geos__c_8h_html_a045b4db52c21a863b8f66c9e100317ad"><div class="ttname"><a href="geos__c_8h.html#a045b4db52c21a863b8f66c9e100317ad">GEOSGeom_createPolygon_r</a></div><div class="ttdeci">GEOSGeometry * GEOSGeom_createPolygon_r(GEOSContextHandle_t handle, GEOSGeometry *shell, GEOSGeometry **holes, unsigned int nholes)</div></div>
<div class="ttc" id="geos__c_8h_html_a9c6db897226394a6172c791958c41436"><div class="ttname"><a href="geos__c_8h.html#a9c6db897226394a6172c791958c41436">GEOSPreparedContainsProperly_r</a></div><div class="ttdeci">char GEOSPreparedContainsProperly_r(GEOSContextHandle_t handle, const GEOSPreparedGeometry *pg1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a07677648e738057c502d3db557dd80e7"><div class="ttname"><a href="geos__c_8h.html#a07677648e738057c502d3db557dd80e7">GEOSGeom_createLinearRing</a></div><div class="ttdeci">GEOSGeometry * GEOSGeom_createLinearRing(GEOSCoordSequence *s)</div></div>
<div class="ttc" id="geos__c_8h_html_ae7f46df2867e73a57c3e95317bb30f89"><div class="ttname"><a href="geos__c_8h.html#ae7f46df2867e73a57c3e95317bb30f89">GEOSIntersection_r</a></div><div class="ttdeci">GEOSGeometry * GEOSIntersection_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a67a10cdf69e9c6ce4b4505d30f5f44d3"><div class="ttname"><a href="geos__c_8h.html#a67a10cdf69e9c6ce4b4505d30f5f44d3">GEOSCoordSeq_setY</a></div><div class="ttdeci">int GEOSCoordSeq_setY(GEOSCoordSequence *s, unsigned int idx, double val)</div></div>
<div class="ttc" id="geos__c_8h_html_ae819e5d9990e99116e75d804bb8fc538"><div class="ttname"><a href="geos__c_8h.html#ae819e5d9990e99116e75d804bb8fc538">GEOSHausdorffDistance_r</a></div><div class="ttdeci">int GEOSHausdorffDistance_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2, double *dist)</div></div>
<div class="ttc" id="geos__c_8h_html_a271bc07e5558435429d8d3ac4727005d"><div class="ttname"><a href="geos__c_8h.html#a271bc07e5558435429d8d3ac4727005d">GEOSCoordSeq_getOrdinate</a></div><div class="ttdeci">int GEOSCoordSeq_getOrdinate(const GEOSCoordSequence *s, unsigned int idx, unsigned int dim, double *val)</div></div>
<div class="ttc" id="geos__c_8h_html_a95de98fcf08531515a266d7c15610a62"><div class="ttname"><a href="geos__c_8h.html#a95de98fcf08531515a266d7c15610a62">GEOSGeom_getXMin</a></div><div class="ttdeci">int GEOSGeom_getXMin(const GEOSGeometry *g, double *value)</div></div>
<div class="ttc" id="geos__c_8h_html_a45499a7d87851015d36e57d285da9d8e"><div class="ttname"><a href="geos__c_8h.html#a45499a7d87851015d36e57d285da9d8e">GEOSEquals</a></div><div class="ttdeci">char GEOSEquals(const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a8fdbba12734315761f2f54922e6c15b5"><div class="ttname"><a href="geos__c_8h.html#a8fdbba12734315761f2f54922e6c15b5">GEOSCoordSeq_setXY</a></div><div class="ttdeci">int GEOSCoordSeq_setXY(GEOSCoordSequence *s, unsigned int idx, double x, double y)</div></div>
<div class="ttc" id="geos__c_8h_html_a5ec681a1db4f13175ad51eccdb99e05f"><div class="ttname"><a href="geos__c_8h.html#a5ec681a1db4f13175ad51eccdb99e05f">GEOSContains</a></div><div class="ttdeci">char GEOSContains(const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_aa5c6872a0e8aff079499b1c0968bb5b7"><div class="ttname"><a href="geos__c_8h.html#aa5c6872a0e8aff079499b1c0968bb5b7">GEOSGeomGetStartPoint_r</a></div><div class="ttdeci">GEOSGeometry * GEOSGeomGetStartPoint_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a50ce12ecba0305b1f488cb34ff42e686"><div class="ttname"><a href="geos__c_8h.html#a50ce12ecba0305b1f488cb34ff42e686">GEOSContext_setNoticeHandler_r</a></div><div class="ttdeci">GEOSMessageHandler GEOSContext_setNoticeHandler_r(GEOSContextHandle_t extHandle, GEOSMessageHandler nf)</div></div>
<div class="ttc" id="geos__c_8h_html_a070a19a574176dca6437033dd4e0f5fe"><div class="ttname"><a href="geos__c_8h.html#a070a19a574176dca6437033dd4e0f5fe">GEOSPointOnSurface</a></div><div class="ttdeci">GEOSGeometry * GEOSPointOnSurface(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a1487ac1cd04377de4249b733a53318aa"><div class="ttname"><a href="geos__c_8h.html#a1487ac1cd04377de4249b733a53318aa">GEOSGeomGetEndPoint_r</a></div><div class="ttdeci">GEOSGeometry * GEOSGeomGetEndPoint_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_ae65e55acad28e2b55d793730dd1d4e06"><div class="ttname"><a href="geos__c_8h.html#ae65e55acad28e2b55d793730dd1d4e06">GEOSisValid</a></div><div class="ttdeci">char GEOSisValid(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_aa19b3cd15087ed859abc010bee239363"><div class="ttname"><a href="geos__c_8h.html#aa19b3cd15087ed859abc010bee239363">GEOSEqualsExact_r</a></div><div class="ttdeci">char GEOSEqualsExact_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2, double tolerance)</div></div>
<div class="ttc" id="geos__c_8h_html_a06a049ed03708cd21ac0da62c55784f2"><div class="ttname"><a href="geos__c_8h.html#a06a049ed03708cd21ac0da62c55784f2">GEOSDelaunayTriangulation_r</a></div><div class="ttdeci">GEOSGeometry * GEOSDelaunayTriangulation_r(GEOSContextHandle_t handle, const GEOSGeometry *g, double tolerance, int onlyEdges)</div></div>
<div class="ttc" id="geos__c_8h_html_a9207c46d479ecd30cd5a53033282eee9"><div class="ttname"><a href="geos__c_8h.html#a9207c46d479ecd30cd5a53033282eee9">GEOSHausdorffDistanceDensify</a></div><div class="ttdeci">int GEOSHausdorffDistanceDensify(const GEOSGeometry *g1, const GEOSGeometry *g2, double densifyFrac, double *dist)</div></div>
<div class="ttc" id="geos__c_8h_html_a183c1e70f4ad1c5d54318782c490eb79"><div class="ttname"><a href="geos__c_8h.html#a183c1e70f4ad1c5d54318782c490eb79">GEOSProjectNormalized</a></div><div class="ttdeci">double GEOSProjectNormalized(const GEOSGeometry *g, const GEOSGeometry *p)</div></div>
<div class="ttc" id="geos__c_8h_html_a9c34b47e7b8ee1236042638b0b8eaa0a"><div class="ttname"><a href="geos__c_8h.html#a9c34b47e7b8ee1236042638b0b8eaa0a">GEOSDisjoint_r</a></div><div class="ttdeci">char GEOSDisjoint_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a2487a22f7b75477502df0b6f13749ae4"><div class="ttname"><a href="geos__c_8h.html#a2487a22f7b75477502df0b6f13749ae4">GEOSOffsetCurve_r</a></div><div class="ttdeci">GEOSGeometry * GEOSOffsetCurve_r(GEOSContextHandle_t handle, const GEOSGeometry *g, double width, int quadsegs, int joinStyle, double mitreLimit)</div></div>
<div class="ttc" id="geos__c_8h_html_a68b1a9f6da8fc95c4eea5433768afa50"><div class="ttname"><a href="geos__c_8h.html#a68b1a9f6da8fc95c4eea5433768afa50">GEOSContext_setErrorMessageHandler_r</a></div><div class="ttdeci">GEOSMessageHandler_r GEOSContext_setErrorMessageHandler_r(GEOSContextHandle_t extHandle, GEOSMessageHandler_r ef, void *userData)</div></div>
<div class="ttc" id="geos__c_8h_html_a273883bf55d8c5f6ff3d11252a0ab38b"><div class="ttname"><a href="geos__c_8h.html#a273883bf55d8c5f6ff3d11252a0ab38b">GEOSPointOnSurface_r</a></div><div class="ttdeci">GEOSGeometry * GEOSPointOnSurface_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_acd3b85b0b18641e87c6aed8355a94d68"><div class="ttname"><a href="geos__c_8h.html#acd3b85b0b18641e87c6aed8355a94d68">GEOSMakeValid</a></div><div class="ttdeci">GEOSGeometry * GEOSMakeValid(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a92937fcb0c1359c742649f436d34b03ca03630d41f08463810ba1c20df8667731"><div class="ttname"><a href="geos__c_8h.html#a92937fcb0c1359c742649f436d34b03ca03630d41f08463810ba1c20df8667731">GEOSBUF_JOIN_MITRE</a></div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00413">geos_c.h:413</a></div></div>
<div class="ttc" id="geos__c_8h_html_abb81129fbabba5532c46132324629f23"><div class="ttname"><a href="geos__c_8h.html#abb81129fbabba5532c46132324629f23">GEOSMakeValid_r</a></div><div class="ttdeci">GEOSGeometry * GEOSMakeValid_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_aee0e622ed8fcc9f5959b27cf4b26c31b"><div class="ttname"><a href="geos__c_8h.html#aee0e622ed8fcc9f5959b27cf4b26c31b">GEOSSTRtree</a></div><div class="ttdeci">struct GEOSSTRtree_t GEOSSTRtree</div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00111">geos_c.h:111</a></div></div>
<div class="ttc" id="geos__c_8h_html_a88b10123c090a478f4af4adb41ba8c94"><div class="ttname"><a href="geos__c_8h.html#a88b10123c090a478f4af4adb41ba8c94">GEOSPolygonize_r</a></div><div class="ttdeci">GEOSGeometry * GEOSPolygonize_r(GEOSContextHandle_t handle, const GEOSGeometry *const geoms[], unsigned int ngeoms)</div></div>
<div class="ttc" id="geos__c_8h_html_a1a131618ec3c617e1ac7467864f6f261"><div class="ttname"><a href="geos__c_8h.html#a1a131618ec3c617e1ac7467864f6f261">GEOSDistanceCallback</a></div><div class="ttdeci">int(* GEOSDistanceCallback)(const void *item1, const void *item2, double *distance, void *userdata)</div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00144">geos_c.h:144</a></div></div>
<div class="ttc" id="geos__c_8h_html_a4473ac0781c637d9fa923fcd3f2b7ad8"><div class="ttname"><a href="geos__c_8h.html#a4473ac0781c637d9fa923fcd3f2b7ad8">GEOSCrosses_r</a></div><div class="ttdeci">char GEOSCrosses_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a7654acd76f8b7f67692365686800ea4c"><div class="ttname"><a href="geos__c_8h.html#a7654acd76f8b7f67692365686800ea4c">GEOSWKTWriter_setTrim</a></div><div class="ttdeci">void GEOSWKTWriter_setTrim(GEOSWKTWriter *writer, char trim)</div></div>
<div class="ttc" id="geos__c_8h_html_ae734028f9d3d48d09c9b6fc3d216bca6"><div class="ttname"><a href="geos__c_8h.html#ae734028f9d3d48d09c9b6fc3d216bca6">GEOSCoveredBy</a></div><div class="ttdeci">char GEOSCoveredBy(const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a40633961cff59804fe9ecbf03d4d9c1c"><div class="ttname"><a href="geos__c_8h.html#a40633961cff59804fe9ecbf03d4d9c1c">GEOSNode_r</a></div><div class="ttdeci">GEOSGeometry * GEOSNode_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a21f820c55f305bc218adf3d2a95fbfc7"><div class="ttname"><a href="geos__c_8h.html#a21f820c55f305bc218adf3d2a95fbfc7">GEOSGeomTypes</a></div><div class="ttdeci">GEOSGeomTypes</div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00126">geos_c.h:126</a></div></div>
<div class="ttc" id="geos__c_8h_html_a05ffa43c2e2935495189a92f4534ff1f"><div class="ttname"><a href="geos__c_8h.html#a05ffa43c2e2935495189a92f4534ff1f">GEOSSymDifferencePrec_r</a></div><div class="ttdeci">GEOSGeometry * GEOSSymDifferencePrec_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2, double gridSize)</div></div>
<div class="ttc" id="geos__c_8h_html_a7d6d2458bb504a7e399cf0e0c5b92f6b"><div class="ttname"><a href="geos__c_8h.html#a7d6d2458bb504a7e399cf0e0c5b92f6b">GEOSSetSRID_r</a></div><div class="ttdeci">void GEOSSetSRID_r(GEOSContextHandle_t handle, GEOSGeometry *g, int SRID)</div></div>
<div class="ttc" id="geos__c_8h_html_a096bd35bd7967a3c06fb44526250fb97"><div class="ttname"><a href="geos__c_8h.html#a096bd35bd7967a3c06fb44526250fb97">GEOSGeomToWKB_buf</a></div><div class="ttdeci">unsigned char * GEOSGeomToWKB_buf(const GEOSGeometry *g, size_t *size)</div></div>
<div class="ttc" id="geos__c_8h_html_a11eb3a949be7177e5df0f4649bc793d5"><div class="ttname"><a href="geos__c_8h.html#a11eb3a949be7177e5df0f4649bc793d5">GEOSPreparedContainsProperly</a></div><div class="ttdeci">char GEOSPreparedContainsProperly(const GEOSPreparedGeometry *pg1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a664daad6642852a44dac7a51320f8b66"><div class="ttname"><a href="geos__c_8h.html#a664daad6642852a44dac7a51320f8b66">GEOSWKTWriter</a></div><div class="ttdeci">struct GEOSWKTWriter_t GEOSWKTWriter</div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l01264">geos_c.h:1264</a></div></div>
<div class="ttc" id="geos__c_8h_html_a20dcbc861188f4876ffb476227b9cc5e"><div class="ttname"><a href="geos__c_8h.html#a20dcbc861188f4876ffb476227b9cc5e">GEOSBufferParams_destroy</a></div><div class="ttdeci">void GEOSBufferParams_destroy(GEOSBufferParams *parms)</div></div>
<div class="ttc" id="geos__c_8h_html_a88f1dad8bdb2725c68de5fb7a3bcfd19"><div class="ttname"><a href="geos__c_8h.html#a88f1dad8bdb2725c68de5fb7a3bcfd19">GEOSIntersects_r</a></div><div class="ttdeci">char GEOSIntersects_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a6ddbecf10d432af78b79b381db8ef54a"><div class="ttname"><a href="geos__c_8h.html#a6ddbecf10d432af78b79b381db8ef54a">GEOSPreparedContains_r</a></div><div class="ttdeci">char GEOSPreparedContains_r(GEOSContextHandle_t handle, const GEOSPreparedGeometry *pg1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_ac93abce935fc57bef63b18120d303905"><div class="ttname"><a href="geos__c_8h.html#ac93abce935fc57bef63b18120d303905">GEOSGetNumCoordinates</a></div><div class="ttdeci">int GEOSGetNumCoordinates(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_aac43932e7e53351bdc3713be72d0f7de"><div class="ttname"><a href="geos__c_8h.html#aac43932e7e53351bdc3713be72d0f7de">GEOSWKTWriter_setOld3D</a></div><div class="ttdeci">void GEOSWKTWriter_setOld3D(GEOSWKTWriter *writer, int useOld3D)</div></div>
<div class="ttc" id="geos__c_8h_html_a67c2186d46fcccd9172bb12dbf23a9b6"><div class="ttname"><a href="geos__c_8h.html#a67c2186d46fcccd9172bb12dbf23a9b6">GEOS_getWKBByteOrder</a></div><div class="ttdeci">int GEOS_getWKBByteOrder()</div></div>
<div class="ttc" id="geos__c_8h_html_a80366ccbeabf242443e68ac6a49b09a3a846ef80585ba826fccfbd02828b83cb7"><div class="ttname"><a href="geos__c_8h.html#a80366ccbeabf242443e68ac6a49b09a3a846ef80585ba826fccfbd02828b83cb7">GEOSRELATE_BNR_MOD2</a></div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00973">geos_c.h:973</a></div></div>
<div class="ttc" id="geos__c_8h_html_a3503b28378096d2d078c684acff06fc6"><div class="ttname"><a href="geos__c_8h.html#a3503b28378096d2d078c684acff06fc6">GEOSGeom_createEmptyPolygon_r</a></div><div class="ttdeci">GEOSGeometry * GEOSGeom_createEmptyPolygon_r(GEOSContextHandle_t handle)</div></div>
<div class="ttc" id="geos__c_8h_html_a244fd9284e4f569748ad8f09d12b3dcf"><div class="ttname"><a href="geos__c_8h.html#a244fd9284e4f569748ad8f09d12b3dcf">GEOSIntersectionPrec_r</a></div><div class="ttdeci">GEOSGeometry * GEOSIntersectionPrec_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2, double gridSize)</div></div>
<div class="ttc" id="geos__c_8h_html_a61649baed0f2dd5cf195ea0b510710c6"><div class="ttname"><a href="geos__c_8h.html#a61649baed0f2dd5cf195ea0b510710c6">GEOSWKBReader_create</a></div><div class="ttdeci">GEOSWKBReader * GEOSWKBReader_create()</div></div>
<div class="ttc" id="geos__c_8h_html_a18589694db612e07949c17cfc8a4bbdb"><div class="ttname"><a href="geos__c_8h.html#a18589694db612e07949c17cfc8a4bbdb">GEOSGeom_createPolygon</a></div><div class="ttdeci">GEOSGeometry * GEOSGeom_createPolygon(GEOSGeometry *shell, GEOSGeometry **holes, unsigned int nholes)</div></div>
<div class="ttc" id="geos__c_8h_html_a74e7d734907c5863562c02b20969c396"><div class="ttname"><a href="geos__c_8h.html#a74e7d734907c5863562c02b20969c396">GEOSWKTWriter_setTrim_r</a></div><div class="ttdeci">void GEOSWKTWriter_setTrim_r(GEOSContextHandle_t handle, GEOSWKTWriter *writer, char trim)</div></div>
<div class="ttc" id="geos__c_8h_html_a3cc1cb250e725d221f0a1d05eea211da"><div class="ttname"><a href="geos__c_8h.html#a3cc1cb250e725d221f0a1d05eea211da">GEOSGetExteriorRing_r</a></div><div class="ttdeci">const GEOSGeometry * GEOSGetExteriorRing_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a1d82e2540f734fdb9e89966514b8a28a"><div class="ttname"><a href="geos__c_8h.html#a1d82e2540f734fdb9e89966514b8a28a">GEOSCoordSeq_clone</a></div><div class="ttdeci">GEOSCoordSequence * GEOSCoordSeq_clone(const GEOSCoordSequence *s)</div></div>
<div class="ttc" id="geos__c_8h_html_a513990e399f641d2e10b736c73aba314"><div class="ttname"><a href="geos__c_8h.html#a513990e399f641d2e10b736c73aba314">GEOSUnionCascaded_r</a></div><div class="ttdeci">GEOSGeometry * GEOSUnionCascaded_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a26af68051df4c5519ee2c50a524a5e86"><div class="ttname"><a href="geos__c_8h.html#a26af68051df4c5519ee2c50a524a5e86">GEOSGeom_createCollection_r</a></div><div class="ttdeci">GEOSGeometry * GEOSGeom_createCollection_r(GEOSContextHandle_t handle, int type, GEOSGeometry **geoms, unsigned int ngeoms)</div></div>
<div class="ttc" id="geos__c_8h_html_aa17ac64a3a2d1554bbfb28e9c158580b"><div class="ttname"><a href="geos__c_8h.html#aa17ac64a3a2d1554bbfb28e9c158580b">GEOSGetNumGeometries_r</a></div><div class="ttdeci">int GEOSGetNumGeometries_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_af0530c2095ebaf2e977c9dd58c0adede"><div class="ttname"><a href="geos__c_8h.html#af0530c2095ebaf2e977c9dd58c0adede">GEOSInterpolate_r</a></div><div class="ttdeci">GEOSGeometry * GEOSInterpolate_r(GEOSContextHandle_t handle, const GEOSGeometry *g, double d)</div></div>
<div class="ttc" id="geos__c_8h_html_a93cb46d308e2c854d71f1dfe640c4ea3"><div class="ttname"><a href="geos__c_8h.html#a93cb46d308e2c854d71f1dfe640c4ea3">GEOSCoordSeq_clone_r</a></div><div class="ttdeci">GEOSCoordSequence * GEOSCoordSeq_clone_r(GEOSContextHandle_t handle, const GEOSCoordSequence *s)</div></div>
<div class="ttc" id="geos__c_8h_html_ab4c80cf19b9e743a3e99b0d71a5bf6ef"><div class="ttname"><a href="geos__c_8h.html#ab4c80cf19b9e743a3e99b0d71a5bf6ef">GEOSGeomFromHEX_buf_r</a></div><div class="ttdeci">GEOSGeometry * GEOSGeomFromHEX_buf_r(GEOSContextHandle_t handle, const unsigned char *hex, size_t size)</div></div>
<div class="ttc" id="geos__c_8h_html_a37b4d882c7649b8f56a8e19d556d7471"><div class="ttname"><a href="geos__c_8h.html#a37b4d882c7649b8f56a8e19d556d7471">GEOSWKBWriter_setOutputDimension</a></div><div class="ttdeci">void GEOSWKBWriter_setOutputDimension(GEOSWKBWriter *writer, int newDimension)</div></div>
<div class="ttc" id="geos__c_8h_html_a21f820c55f305bc218adf3d2a95fbfc7abcad1a6553fd03170ae2ecfe2b7b1db6"><div class="ttname"><a href="geos__c_8h.html#a21f820c55f305bc218adf3d2a95fbfc7abcad1a6553fd03170ae2ecfe2b7b1db6">GEOS_POLYGON</a></div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00130">geos_c.h:130</a></div></div>
<div class="ttc" id="geos__c_8h_html_a6211af5c78b759cc5ced3dae27bfcac9"><div class="ttname"><a href="geos__c_8h.html#a6211af5c78b759cc5ced3dae27bfcac9">GEOSWKBWriter_setByteOrder_r</a></div><div class="ttdeci">void GEOSWKBWriter_setByteOrder_r(GEOSContextHandle_t handle, GEOSWKBWriter *writer, int byteOrder)</div></div>
<div class="ttc" id="geos__c_8h_html_a938f722bcb755689a2552bcbca3cf02b"><div class="ttname"><a href="geos__c_8h.html#a938f722bcb755689a2552bcbca3cf02b">GEOSIntersectionPrec</a></div><div class="ttdeci">GEOSGeometry * GEOSIntersectionPrec(const GEOSGeometry *g1, const GEOSGeometry *g2, double gridSize)</div></div>
<div class="ttc" id="geos__c_8h_html_addb95c263e47e86c733e3278df67612e"><div class="ttname"><a href="geos__c_8h.html#addb95c263e47e86c733e3278df67612e">GEOSWKTWriter_setRoundingPrecision</a></div><div class="ttdeci">void GEOSWKTWriter_setRoundingPrecision(GEOSWKTWriter *writer, int precision)</div></div>
<div class="ttc" id="geos__c_8h_html_a5297ee19c0913ba44560a189d54ded1c"><div class="ttname"><a href="geos__c_8h.html#a5297ee19c0913ba44560a189d54ded1c">GEOSPolygonize_full</a></div><div class="ttdeci">GEOSGeometry * GEOSPolygonize_full(const GEOSGeometry *input, GEOSGeometry **cuts, GEOSGeometry **dangles, GEOSGeometry **invalid)</div></div>
<div class="ttc" id="geos__c_8h_html_aa264cda2d7f3f44f771a357b761de436"><div class="ttname"><a href="geos__c_8h.html#aa264cda2d7f3f44f771a357b761de436">GEOSReverse</a></div><div class="ttdeci">GEOSGeometry * GEOSReverse(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a66b848c15e99a529a8220c00121833e6"><div class="ttname"><a href="geos__c_8h.html#a66b848c15e99a529a8220c00121833e6">GEOSPreparedWithin_r</a></div><div class="ttdeci">char GEOSPreparedWithin_r(GEOSContextHandle_t handle, const GEOSPreparedGeometry *pg1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a8acb4a4fc7b549ea8eaa182bcf9738c2"><div class="ttname"><a href="geos__c_8h.html#a8acb4a4fc7b549ea8eaa182bcf9738c2">GEOS_interruptCancel</a></div><div class="ttdeci">void GEOS_interruptCancel()</div></div>
<div class="ttc" id="geos__c_8h_html_a25c56099698af807438602e5242f007b"><div class="ttname"><a href="geos__c_8h.html#a25c56099698af807438602e5242f007b">GEOSWKTWriter_write_r</a></div><div class="ttdeci">char * GEOSWKTWriter_write_r(GEOSContextHandle_t handle, GEOSWKTWriter *writer, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a2ac655dce6172adc06587d15db40d4de"><div class="ttname"><a href="geos__c_8h.html#a2ac655dce6172adc06587d15db40d4de">GEOSCoordSeq_getSize_r</a></div><div class="ttdeci">int GEOSCoordSeq_getSize_r(GEOSContextHandle_t handle, const GEOSCoordSequence *s, unsigned int *size)</div></div>
<div class="ttc" id="geos__c_8h_html_a599f8ffb2d62e21b53b93d2c9c602d25a094d68e35fab980c64fec0e4b3724dfb"><div class="ttname"><a href="geos__c_8h.html#a599f8ffb2d62e21b53b93d2c9c602d25a094d68e35fab980c64fec0e4b3724dfb">GEOSBUF_CAP_SQUARE</a></div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00408">geos_c.h:408</a></div></div>
<div class="ttc" id="geos__c_8h_html_ac3f7d8694b128f06ea802ff57bb19a8a"><div class="ttname"><a href="geos__c_8h.html#ac3f7d8694b128f06ea802ff57bb19a8a">GEOSPreparedCovers_r</a></div><div class="ttdeci">char GEOSPreparedCovers_r(GEOSContextHandle_t handle, const GEOSPreparedGeometry *pg1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a6fa975402b75d4212d5bbccf1146ddc4"><div class="ttname"><a href="geos__c_8h.html#a6fa975402b75d4212d5bbccf1146ddc4">GEOSWKTReader_read_r</a></div><div class="ttdeci">GEOSGeometry * GEOSWKTReader_read_r(GEOSContextHandle_t handle, GEOSWKTReader *reader, const char *wkt)</div></div>
<div class="ttc" id="geos__c_8h_html_aa8ceed710b699b1ccbb2363d9f9eaa21"><div class="ttname"><a href="geos__c_8h.html#aa8ceed710b699b1ccbb2363d9f9eaa21">GEOSCoordSeq_getY</a></div><div class="ttdeci">int GEOSCoordSeq_getY(const GEOSCoordSequence *s, unsigned int idx, double *val)</div></div>
<div class="ttc" id="geos__c_8h_html_a997d58c2b5ba973898f8a0397d5ffe97"><div class="ttname"><a href="geos__c_8h.html#a997d58c2b5ba973898f8a0397d5ffe97">GEOSLargestEmptyCircle</a></div><div class="ttdeci">GEOSGeometry * GEOSLargestEmptyCircle(const GEOSGeometry *g, const GEOSGeometry *boundary, double tolerance)</div></div>
<div class="ttc" id="geos__c_8h_html_ae8f36214d2e129fb45435d26507ae696"><div class="ttname"><a href="geos__c_8h.html#ae8f36214d2e129fb45435d26507ae696">GEOSGeomFromHEX_buf</a></div><div class="ttdeci">GEOSGeometry * GEOSGeomFromHEX_buf(const unsigned char *hex, size_t size)</div></div>
<div class="ttc" id="geos__c_8h_html_a23b7678d8497c888f95e2f79a02ed45d"><div class="ttname"><a href="geos__c_8h.html#a23b7678d8497c888f95e2f79a02ed45d">GEOSIntersection</a></div><div class="ttdeci">GEOSGeometry * GEOSIntersection(const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_af771d14dd4d03cd359b075467292c39f"><div class="ttname"><a href="geos__c_8h.html#af771d14dd4d03cd359b075467292c39f">GEOSGeomGetY_r</a></div><div class="ttdeci">int GEOSGeomGetY_r(GEOSContextHandle_t handle, const GEOSGeometry *g, double *y)</div></div>
<div class="ttc" id="geos__c_8h_html_aaf26c479181ec7574579e2955d10f273"><div class="ttname"><a href="geos__c_8h.html#aaf26c479181ec7574579e2955d10f273">GEOSWithin</a></div><div class="ttdeci">char GEOSWithin(const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a4a8cd7c153f599678d7625e6ed8953be"><div class="ttname"><a href="geos__c_8h.html#a4a8cd7c153f599678d7625e6ed8953be">GEOSGeomGetY</a></div><div class="ttdeci">int GEOSGeomGetY(const GEOSGeometry *g, double *y)</div></div>
<div class="ttc" id="geos__c_8h_html_a9441320034deb648f90b1c5117c6d950"><div class="ttname"><a href="geos__c_8h.html#a9441320034deb648f90b1c5117c6d950">GEOSWKBWriter_getByteOrder_r</a></div><div class="ttdeci">int GEOSWKBWriter_getByteOrder_r(GEOSContextHandle_t handle, const GEOSWKBWriter *writer)</div></div>
<div class="ttc" id="geos__c_8h_html_a926365d4a5e6bc56112fe105257a65ae"><div class="ttname"><a href="geos__c_8h.html#a926365d4a5e6bc56112fe105257a65ae">GEOSNode</a></div><div class="ttdeci">GEOSGeometry * GEOSNode(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_acf30ab07bea92b497f416cea4a5cf919"><div class="ttname"><a href="geos__c_8h.html#acf30ab07bea92b497f416cea4a5cf919">GEOSGeomGetZ_r</a></div><div class="ttdeci">int GEOSGeomGetZ_r(GEOSContextHandle_t handle, const GEOSGeometry *g, double *z)</div></div>
<div class="ttc" id="geos__c_8h_html_adae189466674c2b480e00a5b0d0edc14"><div class="ttname"><a href="geos__c_8h.html#adae189466674c2b480e00a5b0d0edc14">GEOSGetSRID</a></div><div class="ttdeci">int GEOSGetSRID(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a451c32d3b9e6d6f2ecb9ff8e42b2d814"><div class="ttname"><a href="geos__c_8h.html#a451c32d3b9e6d6f2ecb9ff8e42b2d814">GEOSUnionCascaded</a></div><div class="ttdeci">GEOSGeometry * GEOSUnionCascaded(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_aa1fc240c0d7b615365b24e8ee86ce57c"><div class="ttname"><a href="geos__c_8h.html#aa1fc240c0d7b615365b24e8ee86ce57c">GEOSLineMerge</a></div><div class="ttdeci">GEOSGeometry * GEOSLineMerge(const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_aacaab8716f5470fd024a2821fa5ea1f9"><div class="ttname"><a href="geos__c_8h.html#aacaab8716f5470fd024a2821fa5ea1f9">GEOSSymDifferencePrec</a></div><div class="ttdeci">GEOSGeometry * GEOSSymDifferencePrec(const GEOSGeometry *g1, const GEOSGeometry *g2, double gridSize)</div></div>
<div class="ttc" id="geos__c_8h_html_ae8002400a938ec145ec65043119f1231"><div class="ttname"><a href="geos__c_8h.html#ae8002400a938ec145ec65043119f1231">GEOSLargestEmptyCircle_r</a></div><div class="ttdeci">GEOSGeometry * GEOSLargestEmptyCircle_r(GEOSContextHandle_t handle, const GEOSGeometry *g, const GEOSGeometry *boundary, double tolerance)</div></div>
<div class="ttc" id="geos__c_8h_html_a8feb920a4afab7a880582881bc1e7055"><div class="ttname"><a href="geos__c_8h.html#a8feb920a4afab7a880582881bc1e7055">GEOSCoordSeq_destroy_r</a></div><div class="ttdeci">void GEOSCoordSeq_destroy_r(GEOSContextHandle_t handle, GEOSCoordSequence *s)</div></div>
<div class="ttc" id="geos__c_8h_html_a296a4570aa4885dfa123a580b03cfb89"><div class="ttname"><a href="geos__c_8h.html#a296a4570aa4885dfa123a580b03cfb89">GEOSDistanceIndexed_r</a></div><div class="ttdeci">int GEOSDistanceIndexed_r(GEOSContextHandle_t handle, const GEOSGeometry *g1, const GEOSGeometry *g2, double *dist)</div></div>
<div class="ttc" id="geos__c_8h_html_ad6bd158bc42fb1bf7952b0d4cab38876"><div class="ttname"><a href="geos__c_8h.html#ad6bd158bc42fb1bf7952b0d4cab38876">GEOSCoordSeq_setXYZ_r</a></div><div class="ttdeci">int GEOSCoordSeq_setXYZ_r(GEOSContextHandle_t handle, GEOSCoordSequence *s, unsigned int idx, double x, double y, double z)</div></div>
<div class="ttc" id="geos__c_8h_html_a3c7eed4b5a21a28cf2c8914d2f1c5514"><div class="ttname"><a href="geos__c_8h.html#a3c7eed4b5a21a28cf2c8914d2f1c5514">GEOSGeom_createLinearRing_r</a></div><div class="ttdeci">GEOSGeometry * GEOSGeom_createLinearRing_r(GEOSContextHandle_t handle, GEOSCoordSequence *s)</div></div>
<div class="ttc" id="geos__c_8h_html_aaf4fdd418434d65c81265ff81c02b0a3"><div class="ttname"><a href="geos__c_8h.html#aaf4fdd418434d65c81265ff81c02b0a3">GEOSNormalize_r</a></div><div class="ttdeci">int GEOSNormalize_r(GEOSContextHandle_t handle, GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_aec7c2ac3151af971884cc19cae83b343"><div class="ttname"><a href="geos__c_8h.html#aec7c2ac3151af971884cc19cae83b343">GEOS_getWKBByteOrder_r</a></div><div class="ttdeci">int GEOS_getWKBByteOrder_r(GEOSContextHandle_t handle)</div></div>
<div class="ttc" id="geos__c_8h_html_a4970094e0d813698de547135dbe9d8df"><div class="ttname"><a href="geos__c_8h.html#a4970094e0d813698de547135dbe9d8df">GEOSProject</a></div><div class="ttdeci">double GEOSProject(const GEOSGeometry *g, const GEOSGeometry *p)</div></div>
<div class="ttc" id="geos__c_8h_html_a3373e33a46de28ecd54d6cecd3227702"><div class="ttname"><a href="geos__c_8h.html#a3373e33a46de28ecd54d6cecd3227702">GEOSNearestPoints</a></div><div class="ttdeci">GEOSCoordSequence * GEOSNearestPoints(const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_ace2d5dd1659580b6d43b4cf627563c4d"><div class="ttname"><a href="geos__c_8h.html#ace2d5dd1659580b6d43b4cf627563c4d">GEOSPolygonizer_getCutEdges_r</a></div><div class="ttdeci">GEOSGeometry * GEOSPolygonizer_getCutEdges_r(GEOSContextHandle_t handle, const GEOSGeometry *const geoms[], unsigned int ngeoms)</div></div>
<div class="ttc" id="geos__c_8h_html_a99fa623e0e5a806b806a15ae194cedf4"><div class="ttname"><a href="geos__c_8h.html#a99fa623e0e5a806b806a15ae194cedf4">GEOSGeomToWKB_buf_r</a></div><div class="ttdeci">unsigned char * GEOSGeomToWKB_buf_r(GEOSContextHandle_t handle, const GEOSGeometry *g, size_t *size)</div></div>
<div class="ttc" id="geos__c_8h_html_a7dd8d30e630fa7bd143e25d6c5107757"><div class="ttname"><a href="geos__c_8h.html#a7dd8d30e630fa7bd143e25d6c5107757">GEOSWKTReader_destroy_r</a></div><div class="ttdeci">void GEOSWKTReader_destroy_r(GEOSContextHandle_t handle, GEOSWKTReader *reader)</div></div>
<div class="ttc" id="geos__c_8h_html_aa1535adb3fb5f0672d489bc2c9ff1676"><div class="ttname"><a href="geos__c_8h.html#aa1535adb3fb5f0672d489bc2c9ff1676">GEOSClipByRect</a></div><div class="ttdeci">GEOSGeometry * GEOSClipByRect(const GEOSGeometry *g, double xmin, double ymin, double xmax, double ymax)</div></div>
<div class="ttc" id="geos__c_8h_html_a1c1f61a9766f2b8ac62e5d8fd0c9f9db"><div class="ttname"><a href="geos__c_8h.html#a1c1f61a9766f2b8ac62e5d8fd0c9f9db">GEOSGeomToHEX_buf_r</a></div><div class="ttdeci">unsigned char * GEOSGeomToHEX_buf_r(GEOSContextHandle_t handle, const GEOSGeometry *g, size_t *size)</div></div>
<div class="ttc" id="geos__c_8h_html_a92937fcb0c1359c742649f436d34b03ca5e4dc12f86fcedd02510fb12042d8224"><div class="ttname"><a href="geos__c_8h.html#a92937fcb0c1359c742649f436d34b03ca5e4dc12f86fcedd02510fb12042d8224">GEOSBUF_JOIN_BEVEL</a></div><div class="ttdef"><b>Definition:</b> <a href="geos__c_8h_source.html#l00414">geos_c.h:414</a></div></div>
<div class="ttc" id="geos__c_8h_html_ae9c95c954fed5e8819bc7894719513e5"><div class="ttname"><a href="geos__c_8h.html#ae9c95c954fed5e8819bc7894719513e5">GEOSMinimumClearance_r</a></div><div class="ttdeci">int GEOSMinimumClearance_r(GEOSContextHandle_t handle, const GEOSGeometry *g, double *distance)</div></div>
<div class="ttc" id="geos__c_8h_html_af8e425b3671f0e54d7b05c1b5ca74492"><div class="ttname"><a href="geos__c_8h.html#af8e425b3671f0e54d7b05c1b5ca74492">GEOSMinimumBoundingCircle_r</a></div><div class="ttdeci">GEOSGeometry * GEOSMinimumBoundingCircle_r(GEOSContextHandle_t handle, const GEOSGeometry *g, double *radius, GEOSGeometry **center)</div></div>
<div class="ttc" id="geos__c_8h_html_a069fc969f6c32e78c4b5a7aa2df8a2db"><div class="ttname"><a href="geos__c_8h.html#a069fc969f6c32e78c4b5a7aa2df8a2db">GEOSisRing_r</a></div><div class="ttdeci">char GEOSisRing_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_a4c37c901bd757ea5cd7cb918487a89c2"><div class="ttname"><a href="geos__c_8h.html#a4c37c901bd757ea5cd7cb918487a89c2">GEOSUnion</a></div><div class="ttdeci">GEOSGeometry * GEOSUnion(const GEOSGeometry *g1, const GEOSGeometry *g2)</div></div>
<div class="ttc" id="geos__c_8h_html_a4838d3740f3919fb4a97b349eef94278"><div class="ttname"><a href="geos__c_8h.html#a4838d3740f3919fb4a97b349eef94278">GEOSDelaunayTriangulation</a></div><div class="ttdeci">GEOSGeometry * GEOSDelaunayTriangulation(const GEOSGeometry *g, double tolerance, int onlyEdges)</div></div>
<div class="ttc" id="geos__c_8h_html_ab880bef64b333fc6e3e0903b404fc69f"><div class="ttname"><a href="geos__c_8h.html#ab880bef64b333fc6e3e0903b404fc69f">GEOSWKTWriter_getOutputDimension_r</a></div><div class="ttdeci">int GEOSWKTWriter_getOutputDimension_r(GEOSContextHandle_t handle, GEOSWKTWriter *writer)</div></div>
<div class="ttc" id="geos__c_8h_html_aae03ba598c8b3f27051650db86121612"><div class="ttname"><a href="geos__c_8h.html#aae03ba598c8b3f27051650db86121612">GEOSGeom_setPrecision_r</a></div><div class="ttdeci">GEOSGeometry * GEOSGeom_setPrecision_r(GEOSContextHandle_t handle, const GEOSGeometry *g, double gridSize, int flags)</div></div>
<div class="ttc" id="geos__c_8h_html_ada07785dd6d769a3f3f97cfc4beaa45b"><div class="ttname"><a href="geos__c_8h.html#ada07785dd6d769a3f3f97cfc4beaa45b">GEOSCoordSeq_getZ_r</a></div><div class="ttdeci">int GEOSCoordSeq_getZ_r(GEOSContextHandle_t handle, const GEOSCoordSequence *s, unsigned int idx, double *val)</div></div>
<div class="ttc" id="geos__c_8h_html_a639261fff699ae815a53284b849c1188"><div class="ttname"><a href="geos__c_8h.html#a639261fff699ae815a53284b849c1188">GEOSPolygonize_valid_r</a></div><div class="ttdeci">GEOSGeometry * GEOSPolygonize_valid_r(GEOSContextHandle_t handle, const GEOSGeometry *const geoms[], unsigned int ngems)</div></div>
<div class="ttc" id="geos__c_8h_html_ac9f93cc4bab66fe79861d37e11dcff37"><div class="ttname"><a href="geos__c_8h.html#ac9f93cc4bab66fe79861d37e11dcff37">GEOSUnionPrec</a></div><div class="ttdeci">GEOSGeometry * GEOSUnionPrec(const GEOSGeometry *g1, const GEOSGeometry *g2, double gridSize)</div></div>
<div class="ttc" id="geos__c_8h_html_ab47b6d44e0c66003d1a85525eb164eeb"><div class="ttname"><a href="geos__c_8h.html#ab47b6d44e0c66003d1a85525eb164eeb">GEOSGeom_createEmptyCollection_r</a></div><div class="ttdeci">GEOSGeometry * GEOSGeom_createEmptyCollection_r(GEOSContextHandle_t handle, int type)</div></div>
<div class="ttc" id="geos__c_8h_html_a2370bc30945045137549ee4b7169e18b"><div class="ttname"><a href="geos__c_8h.html#a2370bc30945045137549ee4b7169e18b">GEOSSTRtree_query_r</a></div><div class="ttdeci">void GEOSSTRtree_query_r(GEOSContextHandle_t handle, GEOSSTRtree *tree, const GEOSGeometry *g, GEOSQueryCallback callback, void *userdata)</div></div>
<div class="ttc" id="geos__c_8h_html_ad28e712d9f1fb13db6e4ba424ed50689"><div class="ttname"><a href="geos__c_8h.html#ad28e712d9f1fb13db6e4ba424ed50689">GEOSHasZ_r</a></div><div class="ttdeci">char GEOSHasZ_r(GEOSContextHandle_t handle, const GEOSGeometry *g)</div></div>
<div class="ttc" id="geos__c_8h_html_af65427b8f32b1708f34c8c363c3c6171"><div class="ttname"><a href="geos__c_8h.html#af65427b8f32b1708f34c8c363c3c6171">GEOSPreparedCrosses_r</a></div><div class="ttdeci">char GEOSPreparedCrosses_r(GEOSContextHandle_t handle, const GEOSPreparedGeometry *pg1, const GEOSGeometry *g2)</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>