<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenText Analytics Database 26.2.x – Spatial definitions</title>
    <link>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/</link>
    <description>Recent content in Spatial definitions on OpenText Analytics Database 26.2.x</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Data-Analysis: Boundary</title>
      <link>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/boundary/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/boundary/</guid>
      <description>
        
        
        &lt;p&gt;The set of points that define the limit of a spatial object:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Points, multipoints, and geometrycollections do not have boundaries.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The boundary of a linestring is a multipoint object. This object contains its start and end points.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The boundary of a multilinestring is a multipoint object. This object contains the start and end points of all the linestrings that make up the multilinestring.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The boundary of a polygon is a linestring that begins and ends at the same point. If the polygon has one or more holes, the boundary is a multilinestring that contains the boundaries of the exterior polygon and any interior polygons.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The boundary of a multipolygon is a multilinestring that contains the boundaries of all the polygons that make up the multipolygon.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Data-Analysis: Buffer</title>
      <link>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/buffer/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/buffer/</guid>
      <description>
        
        
        &lt;p&gt;The set of all points that are within or equal to a specified distance from the boundary of a spatial object. The distance can be positive or negative.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Positive buffer:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;../../../../../images/place/st-buffer/st-buffer-pol-1.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Negative buffer:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;../../../../../images/place/st-buffer/st-buffer-pol-2.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Data-Analysis: Contains</title>
      <link>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/contains/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/contains/</guid>
      <description>
        
        
        &lt;p&gt;One spatial object contains another spatial object if its interior includes all points of the other object. If an object such as a point or linestring only exists along a polygon&#39;s boundary, the polygon does not contain it. If a point is on a linestring, the linestring contains it; the interior of a linestring is all the points on the linestring &lt;em&gt;except&lt;/em&gt; the start and end points.&lt;/p&gt;
&lt;p&gt;Contains(a, b) is spatially equivalent to within(b, a).&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Data-Analysis: Convex hull</title>
      <link>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/convex-hull/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/convex-hull/</guid>
      <description>
        
        
        &lt;p&gt;The smallest convex polygon that contains one or more spatial objects.&lt;/p&gt;
&lt;p&gt;In the following figure, the dotted lines represent the convex hull for a linestring and a triangle.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;../../../../../images/place/st-convex-hull/st-convex-hull-pol.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Data-Analysis: Crosses</title>
      <link>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/crosses/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/crosses/</guid>
      <description>
        
        
        &lt;p&gt;Two spatial objects cross if both of the following are true:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The two objects have some but not all interior points in common.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The dimension of the result of their intersection is less than the maximum dimension of the two objects.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&#34;../../../../../images/place/st-crosses/st-crosses-pol-1.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Data-Analysis: Disjoint</title>
      <link>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/disjoint/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/disjoint/</guid>
      <description>
        
        
        &lt;p&gt;Two spatial objects have no points in common; they do not intersect or touch.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Data-Analysis: Envelope</title>
      <link>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/envelope/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/envelope/</guid>
      <description>
        
        
        &lt;p&gt;The minimum bounding rectangle that contains a spatial object.&lt;/p&gt;
&lt;p&gt;The envelope for the following polygon is represented by the dotted lines in the following figure.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;../../../../../images/place/st-envelope/st-envelope-pol.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Data-Analysis: Equals</title>
      <link>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/equals/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/equals/</guid>
      <description>
        
        
        &lt;p&gt;Two spatial objects are equal when their coordinates match exactly. Synonymous with &lt;em&gt;spatially equivalent&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;The order of the points do not matter in determining spatial equivalence:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;LINESTRING(1 2, 4 3) equals LINESTRING(4 3, 1 2).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;POLYGON ((0 0, 1 1, 1 2, 2 2, 2 1, 3 0, 1.5 –1.5, 0 0)) equals POLYGON((1 1 , 1 2, 2 2, 2 1, 3 0, 1.5 –1.5, 0 0, 1 1)).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;MULTILINESTRING((1 2, 4 3),(0 0, –1 –4)) equals MULTILINESTRING((0 0, –1 –4),(1 2, 4 3)).&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Data-Analysis: Exterior</title>
      <link>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/exterior/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/exterior/</guid>
      <description>
        
        
        &lt;p&gt;The set of points not contained within a spatial object nor on its boundary.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Data-Analysis: GeometryCollection</title>
      <link>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/geometrycollection/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/geometrycollection/</guid>
      <description>
        
        
        &lt;p&gt;A set of zero or more objects from any of the supported classes of spatial objects.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Data-Analysis: Interior</title>
      <link>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/interior/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/interior/</guid>
      <description>
        
        
        &lt;p&gt;The set of points contained in a spatial object, excluding its boundary.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Data-Analysis: Intersection</title>
      <link>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/intersection/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/intersection/</guid>
      <description>
        
        
        &lt;p&gt;The set of points that two or more spatial objects have in common.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;../../../../../images/place/st-intersection/st-intersection-pol-2.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;../../../../../images/place/st-intersects/st-intersects-pol-3.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Data-Analysis: Overlaps</title>
      <link>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/overlaps/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/overlaps/</guid>
      <description>
        
        
        &lt;p&gt;If a spatial object shares space with another object, but is not contained within that object, the objects overlap. The objects must overlap at their interiors; if two objects touch at a single point or intersect only along a boundary, they do not overlap.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Data-Analysis: Relates</title>
      <link>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/relates/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/relates/</guid>
      <description>
        
        
        &lt;p&gt;When a spatial object is spatially related to another object as defined by a DE-9IM pattern matrix string.&lt;/p&gt;
&lt;p&gt;A DE-9IM pattern matrix string identifies how two spatial objects are spatially related to each other. For more information about the DE-9IM standard, see &lt;a href=&#34;http://edndoc.esri.com/arcsde/9.1/general_topics/understand_spatial_relations.htm&#34;&gt;Understanding Spatial Relations&lt;/a&gt;.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Data-Analysis: Simple</title>
      <link>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/simple/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/simple/</guid>
      <description>
        
        
        &lt;p&gt;For points, multipoints, linestrings, or multilinestrings, a spatial object is simple if it does not intersect itself or has no self-tangency points.&lt;/p&gt;
&lt;p&gt;Polygons, multipolygons, and geometrycollections are always simple.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Data-Analysis: Symmetric difference</title>
      <link>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/symmetric-difference/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/symmetric-difference/</guid>
      <description>
        
        
        &lt;p&gt;The set of all points of a pair of spatial objects where the objects do not intersect. This difference is spatially equivalent to the union of the two objects less their intersection. The symmetric difference contains the boundaries of the intersections.&lt;/p&gt;
&lt;p&gt;In the following figure, the shaded areas represent the symmetric difference of the two rectangles.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;../../../../../images/place/st-sym-difference/st-sym-difference-pol-1.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;p&gt;The following figure shows the symmetric difference of two overlapping linestrings.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;../../../../../images/place/st-sym-difference/st-sym-difference-pol-2.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Data-Analysis: Union</title>
      <link>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/union/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/union/</guid>
      <description>
        
        
        &lt;p&gt;For two or more spatial objects, the set of all points in all the objects.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;../../../../../images/place/st-union/st-union-pol-1.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Data-Analysis: Validity</title>
      <link>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/validity/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/validity/</guid>
      <description>
        
        
        &lt;p&gt;For a polygon or multipolygon, when all of the following are true:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;It is closed; its start point is the same as its end point.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Its boundary is a set of linestrings.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;No two linestrings in the boundary cross. The linestrings in the boundary may touch at a point but they cannot cross.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Any polygons in the interior must be completely contained; they cannot touch the boundary of the exterior polygon &lt;em&gt;except&lt;/em&gt; at a vertex.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Valid polygons:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;../../../../../images/place/st-is-valid/st-is-valid-pol-1.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Invalid polygon:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;../../../../../images/place/st-is-valid/st-is-valid-pol-3.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Data-Analysis: Within</title>
      <link>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/within/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/data-analysis/geospatial-analytics/ogc-spatial-definitions/spatial-definitions/within/</guid>
      <description>
        
        
        &lt;p&gt;A spatial object is considered within another spatial object when all its points are inside the other object&#39;s interior. Thus, if a point or linestring only exists along a polygon&#39;s boundary, it is not considered within the polygon. The polygon boundary is not part of its interior.&lt;/p&gt;
&lt;p&gt;If a point is on a linestring, it is considered within the linestring. The interior of a linestring is all the points along the linestring, except the start and end points.&lt;/p&gt;
&lt;p&gt;Within(a, b) is spatially equivalent to contains(b, a).&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;../../../../../images/place/st-contains/st-contains-pol-1.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;

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