<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenText Analytics Database 26.2.x – Spatial objects</title>
    <link>/en/data-analysis/geospatial-analytics/spatial-objects/</link>
    <description>Recent content in Spatial objects on OpenText Analytics Database 26.2.x</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/data-analysis/geospatial-analytics/spatial-objects/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Data-Analysis: Supported spatial objects</title>
      <link>/en/data-analysis/geospatial-analytics/spatial-objects/supported-spatial-objects/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/data-analysis/geospatial-analytics/spatial-objects/supported-spatial-objects/</guid>
      <description>
        
        
        &lt;p&gt;OpenText™ Analytics Database supports two spatial data types. These data types store two- and three-dimensional spatial objects in a table column:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;GEOMETRY&lt;/code&gt;: Spatial object with coordinates expressed as (&lt;em&gt;x&lt;/em&gt;,&lt;em&gt;y&lt;/em&gt;) pairs, defined in the Cartesian plane. All calculations use Cartesian coordinates.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;GEOGRAPHY&lt;/code&gt;: Spatial object defined as on the surface of a perfect sphere, or a spatial object in the WGS84 coordinate system. Coordinates are expressed in longitude/latitude angular values, measured in degrees. All calculations are in meters. For perfect sphere calculations, the sphere has a radius of 6371 kilometers, which approximates the shape of the earth.

&lt;div class=&#34;alert admonition note&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Note&lt;/h4&gt;

Some spatial programs use an ellipsoid to model the earth, resulting in slightly different data.

&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The maximum size of a &lt;code&gt;GEOMETRY&lt;/code&gt; or &lt;code&gt;GEOGRAPHY&lt;/code&gt; data type is 10,000,000 bytes (10 MB). You cannot use either data type as a table&#39;s primary key.&lt;/p&gt;


      </description>
    </item>
    
    <item>
      <title>Data-Analysis: Spatial reference identifiers (SRIDs)</title>
      <link>/en/data-analysis/geospatial-analytics/spatial-objects/spatial-reference-identifiers-srids/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/data-analysis/geospatial-analytics/spatial-objects/spatial-reference-identifiers-srids/</guid>
      <description>
        
        
        &lt;p&gt;A &lt;em&gt;spatial reference identifier&lt;/em&gt; (SRID) is an integer value that represents a method for projecting coordinates on the plane. A SRID is metadata that indicates the coordinate system in which a spatial object is defined.&lt;/p&gt;
&lt;p&gt;Geospatial functions using Geometry arguments must contain the same SRID. If the functions do not contain the same SRID, then the query returns an error.&lt;/p&gt;
&lt;p&gt;For example, in this query the two points have different SRIDs. As a result the query returns an error:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; SELECT ST_Distance(ST_GeomFromText(&amp;#39;POINT(34 9)&amp;#39;,2749), ST_GeomFromText(&amp;#39;POINT(70 12)&amp;#39;, 3359));
ERROR 5861:  Error calling processBlock() in User Function ST_Distance at [src/Distance.cpp:65],
error code: 0, message: Geometries with different SRIDs found: 2749, 3359
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;supported-srids&#34;&gt;Supported SRIDs&lt;/h2&gt;
&lt;p&gt;OpenText™ Analytics Database supports SRIDs derived from the EPSG standards. Geospatial functions using Geometry arguments must use supported SRIDs when performing calculations. SRID values of 0 to 2&lt;sup&gt;32-1&lt;/sup&gt; are valid. Queries with SRID values outside of this range will return an error.&lt;/p&gt;

      </description>
    </item>
    
  </channel>
</rss>
