Geometry - Node - Vertex (plural vertices)

Card Puncher Data Processing

About

Nodes of an object

Example

  • X,Y for two-dimensional objects

Function

SELECT c.gid, t.X, t.Y, t.id
FROM HI_VERBLIJFSOBJECT c,
TABLE(SDO_UTIL.GETVERTICES(c.geometry)) t
ORDER BY c.gid, t.id;
GID	X	Y	ID
8	231675.128778746	583491.401516593	1
10	232767.789937693	581447.10954301	1
14	232767.789937693	581447.10954301	1





Discover More
Card Puncher Data Processing
Geometry - Skewing (Shearing)

Shear is a transform that rotates one axis so that the axes are no longer perpendicular. It means offsetting the coordinates along one or two axes based on the distance along the remaining axis. Under...
Card Puncher Data Processing
Linear Algebra - Linear combination

A linear combination of the vectors is the following expression: where: The scalars are the coefficients Every vector in is a linear combination: Every linear combination is a vector in...
Spatial General Utilisation Map
Oracle Spatial - The geometric description (SDO_GEOMETRY DataType)

With Spatial, the geometric description of a spatial object is stored: in a single row, in a single column of object type SDO_GEOMETRY in a user-defined table where all geometry share the same...



Share this page:
Follow us:
Task Runner