blob: d09e84baa0aab9b51acec86c6355714c582afbfa [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GeoFunctions (Apache Calcite calcite API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="GeoFunctions (Apache Calcite calcite API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9,"i13":9,"i14":9,"i15":9,"i16":9,"i17":9,"i18":9,"i19":9,"i20":9,"i21":9,"i22":9,"i23":9,"i24":9,"i25":9,"i26":9,"i27":9,"i28":9,"i29":9,"i30":9,"i31":9,"i32":9,"i33":9,"i34":9,"i35":9,"i36":9,"i37":9,"i38":9,"i39":9,"i40":9,"i41":9,"i42":9,"i43":9,"i44":9,"i45":9,"i46":9,"i47":9,"i48":9,"i49":9,"i50":9,"i51":9,"i52":9,"i53":9};
var tabs = {65535:["t0","所有方法"],1:["t1","静态方法"],8:["t4","具体方法"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>您的浏览器已禁用 JavaScript。</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="../../../../overview-summary.html">概览</a></li>
<li><a href="package-summary.html">程序包</a></li>
<li class="navBarCell1Rev"></li>
<li><a href="package-tree.html"></a></li>
<li><a href="../../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../../index-all.html">索引</a></li>
<li><a href="../../../../help-doc.html">帮助</a></li>
</ul>
<div class="aboutLanguage"><b>Apache Calcite</b></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/calcite/runtime/FlatLists.Flat6List.html" title="org.apache.calcite.runtime中的类"><span class="typeNameLink">上一个类</span></a></li>
<li><a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口"><span class="typeNameLink">下一个类</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/calcite/runtime/GeoFunctions.html" target="_top">框架</a></li>
<li><a href="GeoFunctions.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">所有类</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>概要:&nbsp;</li>
<li><a href="#nested.class.summary">嵌套</a>&nbsp;|&nbsp;</li>
<li>字段&nbsp;|&nbsp;</li>
<li>构造器&nbsp;|&nbsp;</li>
<li><a href="#method.summary">方法</a></li>
</ul>
<ul class="subNavList">
<li>详细资料:&nbsp;</li>
<li>字段&nbsp;|&nbsp;</li>
<li>构造器&nbsp;|&nbsp;</li>
<li><a href="#method.detail">方法</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.calcite.runtime</div>
<h2 title="类 GeoFunctions" class="title">类 GeoFunctions</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>org.apache.calcite.runtime.GeoFunctions</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">GeoFunctions</span>
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口">Object</a></pre>
<div class="block">Helper methods to implement Geo-spatial functions in generated code.
<p>Remaining tasks:
<ul>
<li>Determine type code for
<a href="../../../../org/apache/calcite/sql/type/ExtraSqlTypes.html#GEOMETRY"><code>ExtraSqlTypes.GEOMETRY</code></a>
<li>Should we create aliases for functions in upper-case?
Without ST_ prefix?
<li>Consider adding spatial literals, e.g. `GEOMETRY 'POINT (30 10)'`
<li>Integer arguments, e.g. SELECT ST_MakePoint(1, 2, 1.5),
ST_MakePoint(1, 2)
<li>Are GEOMETRY values comparable? If so add ORDER BY test
<li>We have to add 'Z' to create 3D objects. This is inconsistent with
PostGIS. Who is right? At least document the difference.
<li>Should add GeometryEngine.intersects; similar to disjoint etc.
<li>Make <a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_MakeLine-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-"><code>ST_MakeLine(Geom, Geom)</code></a> varargs</li>
</ul></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>嵌套类概要</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="嵌套类概要表, 列表嵌套类和解释">
<caption><span>嵌套类</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">限定符和类型</th>
<th class="colLast" scope="col">类和说明</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static interface&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></span></code>
<div class="block">Geometry.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>方法概要</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="方法概要表, 列表方法和解释">
<caption><span id="t0" class="activeTableTab"><span>所有方法</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">静态方法</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">具体方法</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">限定符和类型</th>
<th class="colLast" scope="col">方法和说明</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>protected static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#bind-com.esri.core.geometry.Geometry-int-">bind</a></span>(com.esri.core.geometry.Geometry&nbsp;geometry,
int&nbsp;srid)</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_AsText-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_AsText</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;g)</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_AsWKT-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_AsWKT</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;g)</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_Boundary-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_Boundary</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom)</code>
<div class="block">Returns the boundary of <code>geom</code>.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_Buffer-org.apache.calcite.runtime.GeoFunctions.Geom-double-">ST_Buffer</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom,
double&nbsp;distance)</code>
<div class="block">Computes a buffer around <code>geom</code>.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_Buffer-org.apache.calcite.runtime.GeoFunctions.Geom-double-int-">ST_Buffer</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom,
double&nbsp;distance,
int&nbsp;quadSegs)</code>
<div class="block">Computes a buffer around <code>geom</code> with .</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_Buffer-org.apache.calcite.runtime.GeoFunctions.Geom-double-java.lang.String-">ST_Buffer</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom,
double&nbsp;bufferSize,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;style)</code>
<div class="block">Computes a buffer around <code>geom</code>.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_Contains-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_Contains</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</code>
<div class="block">Returns whether <code>geom1</code> contains <code>geom2</code>.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_ContainsProperly-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_ContainsProperly</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</code>
<div class="block">Returns whether <code>geom1</code> contains <code>geom2</code> but does not
intersect its boundary.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_Crosses-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_Crosses</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</code>
<div class="block">Returns whether <code>geom1</code> crosses <code>geom2</code>.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_Disjoint-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_Disjoint</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</code>
<div class="block">Returns whether <code>geom1</code> and <code>geom2</code> are disjoint.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>static double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_Distance-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_Distance</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</code>
<div class="block">Returns the distance between <code>geom1</code> and <code>geom2</code>.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_DWithin-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-double-">ST_DWithin</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2,
double&nbsp;distance)</code>
<div class="block">Returns whether <code>geom1</code> and <code>geom2</code> are within
<code>distance</code> of each other.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_Envelope-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_Envelope</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom)</code>
<div class="block">Returns the minimum bounding box of <code>geom</code> (which may be a
GEOMETRYCOLLECTION).</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_EnvelopesIntersect-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_EnvelopesIntersect</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</code>
<div class="block">Returns whether the envelope of <code>geom1</code> intersects the envelope of
<code>geom2</code>.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_Equals-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_Equals</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</code>
<div class="block">Returns whether <code>geom1</code> equals <code>geom2</code>.</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_GeometryType-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_GeometryType</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom)</code>
<div class="block">Returns the type of <code>geom</code>.</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_GeometryTypeCode-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_GeometryTypeCode</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom)</code>
<div class="block">Returns the OGC SFS type code of <code>geom</code>.</div>
</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_GeomFromText-java.lang.String-">ST_GeomFromText</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;s)</code>&nbsp;</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_GeomFromText-java.lang.String-int-">ST_GeomFromText</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;s,
int&nbsp;srid)</code>&nbsp;</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_Intersects-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_Intersects</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</code>
<div class="block">Returns whether <code>geom1</code> intersects <code>geom2</code>.</div>
</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_Is3D-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_Is3D</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom)</code>
<div class="block">Returns whether <code>geom</code> has at least one z-coordinate.</div>
</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_LineFromText-java.lang.String-">ST_LineFromText</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;s)</code>&nbsp;</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_LineFromText-java.lang.String-int-">ST_LineFromText</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;wkt,
int&nbsp;srid)</code>&nbsp;</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_MakeLine-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_MakeLine</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</code>
<div class="block">Creates a line-string from the given POINTs (or MULTIPOINTs).</div>
</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_MakeLine-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_MakeLine</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom3)</code>&nbsp;</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_MakeLine-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_MakeLine</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom3,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom4)</code>&nbsp;</td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_MakeLine-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_MakeLine</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom3,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom4,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom5)</code>&nbsp;</td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_MakeLine-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_MakeLine</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom3,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom4,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom5,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom6)</code>&nbsp;</td>
</tr>
<tr id="i29" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_MakePoint-java.math.BigDecimal-java.math.BigDecimal-">ST_MakePoint</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a>&nbsp;x,
<a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a>&nbsp;y)</code>
<div class="block">Alias for <a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_Point-java.math.BigDecimal-java.math.BigDecimal-"><code>ST_Point(BigDecimal, BigDecimal)</code></a>.</div>
</td>
</tr>
<tr id="i30" class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_MakePoint-java.math.BigDecimal-java.math.BigDecimal-java.math.BigDecimal-">ST_MakePoint</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a>&nbsp;x,
<a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a>&nbsp;y,
<a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a>&nbsp;z)</code>
<div class="block">Alias for <a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_Point-java.math.BigDecimal-java.math.BigDecimal-java.math.BigDecimal-"><code>ST_Point(BigDecimal, BigDecimal, BigDecimal)</code></a>.</div>
</td>
</tr>
<tr id="i31" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_MLineFromText-java.lang.String-">ST_MLineFromText</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;s)</code>&nbsp;</td>
</tr>
<tr id="i32" class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_MLineFromText-java.lang.String-int-">ST_MLineFromText</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;wkt,
int&nbsp;srid)</code>&nbsp;</td>
</tr>
<tr id="i33" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_MPointFromText-java.lang.String-">ST_MPointFromText</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;s)</code>&nbsp;</td>
</tr>
<tr id="i34" class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_MPointFromText-java.lang.String-int-">ST_MPointFromText</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;wkt,
int&nbsp;srid)</code>&nbsp;</td>
</tr>
<tr id="i35" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_MPolyFromText-java.lang.String-">ST_MPolyFromText</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;s)</code>&nbsp;</td>
</tr>
<tr id="i36" class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_MPolyFromText-java.lang.String-int-">ST_MPolyFromText</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;wkt,
int&nbsp;srid)</code>&nbsp;</td>
</tr>
<tr id="i37" class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_OrderingEquals-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_OrderingEquals</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</code>
<div class="block">Returns whether <code>geom1</code> equals <code>geom2</code> and their coordinates
and component Geometries are listed in the same order.</div>
</td>
</tr>
<tr id="i38" class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_Overlaps-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_Overlaps</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</code>
<div class="block">Returns <code>geom1</code> overlaps <code>geom2</code>.</div>
</td>
</tr>
<tr id="i39" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_Point-java.math.BigDecimal-java.math.BigDecimal-">ST_Point</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a>&nbsp;x,
<a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a>&nbsp;y)</code>
<div class="block">Constructs a 2D point from coordinates.</div>
</td>
</tr>
<tr id="i40" class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_Point-java.math.BigDecimal-java.math.BigDecimal-java.math.BigDecimal-">ST_Point</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a>&nbsp;x,
<a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a>&nbsp;y,
<a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a>&nbsp;z)</code>
<div class="block">Constructs a 3D point from coordinates.</div>
</td>
</tr>
<tr id="i41" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_PointFromText-java.lang.String-">ST_PointFromText</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;s)</code>&nbsp;</td>
</tr>
<tr id="i42" class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_PointFromText-java.lang.String-int-">ST_PointFromText</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;wkt,
int&nbsp;srid)</code>&nbsp;</td>
</tr>
<tr id="i43" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_PolyFromText-java.lang.String-">ST_PolyFromText</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;s)</code>&nbsp;</td>
</tr>
<tr id="i44" class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_PolyFromText-java.lang.String-int-">ST_PolyFromText</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;wkt,
int&nbsp;srid)</code>&nbsp;</td>
</tr>
<tr id="i45" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_SetSRID-org.apache.calcite.runtime.GeoFunctions.Geom-int-">ST_SetSRID</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom,
int&nbsp;srid)</code>
<div class="block">Returns a copy of <code>geom</code> with a new SRID.</div>
</td>
</tr>
<tr id="i46" class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_Touches-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_Touches</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</code>
<div class="block">Returns whether <code>geom1</code> touches <code>geom2</code>.</div>
</td>
</tr>
<tr id="i47" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_Transform-org.apache.calcite.runtime.GeoFunctions.Geom-int-">ST_Transform</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom,
int&nbsp;srid)</code>
<div class="block">Transforms <code>geom</code> from one coordinate reference
system (CRS) to the CRS specified by <code>srid</code>.</div>
</td>
</tr>
<tr id="i48" class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_Union-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_Union</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geomCollection)</code>
<div class="block">Computes the union of the geometries in <code>geomCollection</code>.</div>
</td>
</tr>
<tr id="i49" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_Union-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_Union</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</code>
<div class="block">Computes the union of <code>geom1</code> and <code>geom2</code>.</div>
</td>
</tr>
<tr id="i50" class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_Within-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_Within</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</code>
<div class="block">Returns whether <code>geom1</code> is within <code>geom2</code>.</div>
</td>
</tr>
<tr id="i51" class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="java.lang中的类或接口">Double</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_X-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_X</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom)</code>
<div class="block">Returns the x-value of the first coordinate of <code>geom</code>.</div>
</td>
</tr>
<tr id="i52" class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="java.lang中的类或接口">Double</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_Y-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_Y</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom)</code>
<div class="block">Returns the y-value of the first coordinate of <code>geom</code>.</div>
</td>
</tr>
<tr id="i53" class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="java.lang中的类或接口">Double</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_Z-org.apache.calcite.runtime.GeoFunctions.Geom-">ST_Z</a></span>(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom)</code>
<div class="block">Returns the z-value of the first coordinate of <code>geom</code>.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>从类继承的方法&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="java.lang中的类或接口">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="java.lang中的类或接口">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="java.lang中的类或接口">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="java.lang中的类或接口">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="java.lang中的类或接口">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="java.lang中的类或接口">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="java.lang中的类或接口">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="java.lang中的类或接口">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="java.lang中的类或接口">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="java.lang中的类或接口">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="java.lang中的类或接口">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>方法详细资料</h3>
<a name="bind-com.esri.core.geometry.Geometry-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>bind</h4>
<pre>protected static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;bind(com.esri.core.geometry.Geometry&nbsp;geometry,
int&nbsp;srid)</pre>
</li>
</ul>
<a name="ST_AsText-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_AsText</h4>
<pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;ST_AsText(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;g)</pre>
</li>
</ul>
<a name="ST_AsWKT-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_AsWKT</h4>
<pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;ST_AsWKT(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;g)</pre>
</li>
</ul>
<a name="ST_GeomFromText-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_GeomFromText</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_GeomFromText(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;s)</pre>
</li>
</ul>
<a name="ST_GeomFromText-java.lang.String-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_GeomFromText</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_GeomFromText(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;s,
int&nbsp;srid)</pre>
</li>
</ul>
<a name="ST_LineFromText-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_LineFromText</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_LineFromText(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;s)</pre>
</li>
</ul>
<a name="ST_LineFromText-java.lang.String-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_LineFromText</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_LineFromText(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;wkt,
int&nbsp;srid)</pre>
</li>
</ul>
<a name="ST_MPointFromText-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_MPointFromText</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_MPointFromText(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;s)</pre>
</li>
</ul>
<a name="ST_MPointFromText-java.lang.String-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_MPointFromText</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_MPointFromText(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;wkt,
int&nbsp;srid)</pre>
</li>
</ul>
<a name="ST_PointFromText-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_PointFromText</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_PointFromText(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;s)</pre>
</li>
</ul>
<a name="ST_PointFromText-java.lang.String-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_PointFromText</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_PointFromText(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;wkt,
int&nbsp;srid)</pre>
</li>
</ul>
<a name="ST_PolyFromText-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_PolyFromText</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_PolyFromText(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;s)</pre>
</li>
</ul>
<a name="ST_PolyFromText-java.lang.String-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_PolyFromText</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_PolyFromText(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;wkt,
int&nbsp;srid)</pre>
</li>
</ul>
<a name="ST_MLineFromText-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_MLineFromText</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_MLineFromText(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;s)</pre>
</li>
</ul>
<a name="ST_MLineFromText-java.lang.String-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_MLineFromText</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_MLineFromText(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;wkt,
int&nbsp;srid)</pre>
</li>
</ul>
<a name="ST_MPolyFromText-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_MPolyFromText</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_MPolyFromText(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;s)</pre>
</li>
</ul>
<a name="ST_MPolyFromText-java.lang.String-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_MPolyFromText</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_MPolyFromText(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;wkt,
int&nbsp;srid)</pre>
</li>
</ul>
<a name="ST_MakeLine-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_MakeLine</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_MakeLine(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</pre>
<div class="block">Creates a line-string from the given POINTs (or MULTIPOINTs).</div>
</li>
</ul>
<a name="ST_MakeLine-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_MakeLine</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_MakeLine(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom3)</pre>
</li>
</ul>
<a name="ST_MakeLine-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_MakeLine</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_MakeLine(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom3,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom4)</pre>
</li>
</ul>
<a name="ST_MakeLine-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_MakeLine</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_MakeLine(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom3,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom4,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom5)</pre>
</li>
</ul>
<a name="ST_MakeLine-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_MakeLine</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_MakeLine(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom3,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom4,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom5,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom6)</pre>
</li>
</ul>
<a name="ST_MakePoint-java.math.BigDecimal-java.math.BigDecimal-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_MakePoint</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_MakePoint(<a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a>&nbsp;x,
<a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a>&nbsp;y)</pre>
<div class="block">Alias for <a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_Point-java.math.BigDecimal-java.math.BigDecimal-"><code>ST_Point(BigDecimal, BigDecimal)</code></a>.</div>
</li>
</ul>
<a name="ST_MakePoint-java.math.BigDecimal-java.math.BigDecimal-java.math.BigDecimal-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_MakePoint</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_MakePoint(<a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a>&nbsp;x,
<a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a>&nbsp;y,
<a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a>&nbsp;z)</pre>
<div class="block">Alias for <a href="../../../../org/apache/calcite/runtime/GeoFunctions.html#ST_Point-java.math.BigDecimal-java.math.BigDecimal-java.math.BigDecimal-"><code>ST_Point(BigDecimal, BigDecimal, BigDecimal)</code></a>.</div>
</li>
</ul>
<a name="ST_Point-java.math.BigDecimal-java.math.BigDecimal-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_Point</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_Point(<a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a>&nbsp;x,
<a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a>&nbsp;y)</pre>
<div class="block">Constructs a 2D point from coordinates.</div>
</li>
</ul>
<a name="ST_Point-java.math.BigDecimal-java.math.BigDecimal-java.math.BigDecimal-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_Point</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_Point(<a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a>&nbsp;x,
<a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a>&nbsp;y,
<a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="java.math中的类或接口">BigDecimal</a>&nbsp;z)</pre>
<div class="block">Constructs a 3D point from coordinates.</div>
</li>
</ul>
<a name="ST_Is3D-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_Is3D</h4>
<pre>public static&nbsp;boolean&nbsp;ST_Is3D(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom)</pre>
<div class="block">Returns whether <code>geom</code> has at least one z-coordinate.</div>
</li>
</ul>
<a name="ST_X-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_X</h4>
<pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="java.lang中的类或接口">Double</a>&nbsp;ST_X(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom)</pre>
<div class="block">Returns the x-value of the first coordinate of <code>geom</code>.</div>
</li>
</ul>
<a name="ST_Y-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_Y</h4>
<pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="java.lang中的类或接口">Double</a>&nbsp;ST_Y(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom)</pre>
<div class="block">Returns the y-value of the first coordinate of <code>geom</code>.</div>
</li>
</ul>
<a name="ST_Z-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_Z</h4>
<pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="java.lang中的类或接口">Double</a>&nbsp;ST_Z(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom)</pre>
<div class="block">Returns the z-value of the first coordinate of <code>geom</code>.</div>
</li>
</ul>
<a name="ST_Boundary-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_Boundary</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_Boundary(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom)</pre>
<div class="block">Returns the boundary of <code>geom</code>.</div>
</li>
</ul>
<a name="ST_Distance-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_Distance</h4>
<pre>public static&nbsp;double&nbsp;ST_Distance(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</pre>
<div class="block">Returns the distance between <code>geom1</code> and <code>geom2</code>.</div>
</li>
</ul>
<a name="ST_GeometryType-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_GeometryType</h4>
<pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;ST_GeometryType(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom)</pre>
<div class="block">Returns the type of <code>geom</code>.</div>
</li>
</ul>
<a name="ST_GeometryTypeCode-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_GeometryTypeCode</h4>
<pre>public static&nbsp;int&nbsp;ST_GeometryTypeCode(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom)</pre>
<div class="block">Returns the OGC SFS type code of <code>geom</code>.</div>
</li>
</ul>
<a name="ST_Envelope-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_Envelope</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_Envelope(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom)</pre>
<div class="block">Returns the minimum bounding box of <code>geom</code> (which may be a
GEOMETRYCOLLECTION).</div>
</li>
</ul>
<a name="ST_Contains-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_Contains</h4>
<pre>public static&nbsp;boolean&nbsp;ST_Contains(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</pre>
<div class="block">Returns whether <code>geom1</code> contains <code>geom2</code>.</div>
</li>
</ul>
<a name="ST_ContainsProperly-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_ContainsProperly</h4>
<pre>public static&nbsp;boolean&nbsp;ST_ContainsProperly(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</pre>
<div class="block">Returns whether <code>geom1</code> contains <code>geom2</code> but does not
intersect its boundary.</div>
</li>
</ul>
<a name="ST_Crosses-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_Crosses</h4>
<pre>public static&nbsp;boolean&nbsp;ST_Crosses(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</pre>
<div class="block">Returns whether <code>geom1</code> crosses <code>geom2</code>.</div>
</li>
</ul>
<a name="ST_Disjoint-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_Disjoint</h4>
<pre>public static&nbsp;boolean&nbsp;ST_Disjoint(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</pre>
<div class="block">Returns whether <code>geom1</code> and <code>geom2</code> are disjoint.</div>
</li>
</ul>
<a name="ST_EnvelopesIntersect-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_EnvelopesIntersect</h4>
<pre>public static&nbsp;boolean&nbsp;ST_EnvelopesIntersect(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</pre>
<div class="block">Returns whether the envelope of <code>geom1</code> intersects the envelope of
<code>geom2</code>.</div>
</li>
</ul>
<a name="ST_Equals-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_Equals</h4>
<pre>public static&nbsp;boolean&nbsp;ST_Equals(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</pre>
<div class="block">Returns whether <code>geom1</code> equals <code>geom2</code>.</div>
</li>
</ul>
<a name="ST_Intersects-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_Intersects</h4>
<pre>public static&nbsp;boolean&nbsp;ST_Intersects(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</pre>
<div class="block">Returns whether <code>geom1</code> intersects <code>geom2</code>.</div>
</li>
</ul>
<a name="ST_OrderingEquals-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_OrderingEquals</h4>
<pre>public static&nbsp;boolean&nbsp;ST_OrderingEquals(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</pre>
<div class="block">Returns whether <code>geom1</code> equals <code>geom2</code> and their coordinates
and component Geometries are listed in the same order.</div>
</li>
</ul>
<a name="ST_Overlaps-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_Overlaps</h4>
<pre>public static&nbsp;boolean&nbsp;ST_Overlaps(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</pre>
<div class="block">Returns <code>geom1</code> overlaps <code>geom2</code>.</div>
</li>
</ul>
<a name="ST_Touches-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_Touches</h4>
<pre>public static&nbsp;boolean&nbsp;ST_Touches(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</pre>
<div class="block">Returns whether <code>geom1</code> touches <code>geom2</code>.</div>
</li>
</ul>
<a name="ST_Within-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_Within</h4>
<pre>public static&nbsp;boolean&nbsp;ST_Within(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</pre>
<div class="block">Returns whether <code>geom1</code> is within <code>geom2</code>.</div>
</li>
</ul>
<a name="ST_DWithin-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-double-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_DWithin</h4>
<pre>public static&nbsp;boolean&nbsp;ST_DWithin(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2,
double&nbsp;distance)</pre>
<div class="block">Returns whether <code>geom1</code> and <code>geom2</code> are within
<code>distance</code> of each other.</div>
</li>
</ul>
<a name="ST_Buffer-org.apache.calcite.runtime.GeoFunctions.Geom-double-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_Buffer</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_Buffer(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom,
double&nbsp;distance)</pre>
<div class="block">Computes a buffer around <code>geom</code>.</div>
</li>
</ul>
<a name="ST_Buffer-org.apache.calcite.runtime.GeoFunctions.Geom-double-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_Buffer</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_Buffer(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom,
double&nbsp;distance,
int&nbsp;quadSegs)</pre>
<div class="block">Computes a buffer around <code>geom</code> with .</div>
</li>
</ul>
<a name="ST_Buffer-org.apache.calcite.runtime.GeoFunctions.Geom-double-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_Buffer</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_Buffer(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom,
double&nbsp;bufferSize,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="java.lang中的类或接口">String</a>&nbsp;style)</pre>
<div class="block">Computes a buffer around <code>geom</code>.</div>
</li>
</ul>
<a name="ST_Union-org.apache.calcite.runtime.GeoFunctions.Geom-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_Union</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_Union(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom1,
<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom2)</pre>
<div class="block">Computes the union of <code>geom1</code> and <code>geom2</code>.</div>
</li>
</ul>
<a name="ST_Union-org.apache.calcite.runtime.GeoFunctions.Geom-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_Union</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_Union(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geomCollection)</pre>
<div class="block">Computes the union of the geometries in <code>geomCollection</code>.</div>
</li>
</ul>
<a name="ST_Transform-org.apache.calcite.runtime.GeoFunctions.Geom-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ST_Transform</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_Transform(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom,
int&nbsp;srid)</pre>
<div class="block">Transforms <code>geom</code> from one coordinate reference
system (CRS) to the CRS specified by <code>srid</code>.</div>
</li>
</ul>
<a name="ST_SetSRID-org.apache.calcite.runtime.GeoFunctions.Geom-int-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ST_SetSRID</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;ST_SetSRID(<a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a>&nbsp;geom,
int&nbsp;srid)</pre>
<div class="block">Returns a copy of <code>geom</code> with a new SRID.</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="../../../../overview-summary.html">概览</a></li>
<li><a href="package-summary.html">程序包</a></li>
<li class="navBarCell1Rev"></li>
<li><a href="package-tree.html"></a></li>
<li><a href="../../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../../index-all.html">索引</a></li>
<li><a href="../../../../help-doc.html">帮助</a></li>
</ul>
<div class="aboutLanguage"><b>Apache Calcite</b></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/calcite/runtime/FlatLists.Flat6List.html" title="org.apache.calcite.runtime中的类"><span class="typeNameLink">上一个类</span></a></li>
<li><a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口"><span class="typeNameLink">下一个类</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/calcite/runtime/GeoFunctions.html" target="_top">框架</a></li>
<li><a href="GeoFunctions.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">所有类</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>概要:&nbsp;</li>
<li><a href="#nested.class.summary">嵌套</a>&nbsp;|&nbsp;</li>
<li>字段&nbsp;|&nbsp;</li>
<li>构造器&nbsp;|&nbsp;</li>
<li><a href="#method.summary">方法</a></li>
</ul>
<ul class="subNavList">
<li>详细资料:&nbsp;</li>
<li>字段&nbsp;|&nbsp;</li>
<li>构造器&nbsp;|&nbsp;</li>
<li><a href="#method.detail">方法</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &copy; 2012-2020 Apache Software Foundation. All Rights Reserved.</small></p>
</body>
</html>