fbpx

Tutorial Basis Data Spasial – Jenis Query Spasial

๐Ÿ“‹ Daftar Isi

Ada banyak sekali Query Spatial diantaranya disebutkan sebagai berikut, beserta artinya:

Spatial Function Inspectors

Of which PostGIS type are you?

ST_GeometryType()

What is your srid?

ST_SRID()

Is this geometry a collection?

ST_isCollection() 

Are you a valid geometry?

ST_isValid() 

Are you an empty geometry?

ST_isEmpty() 

How many vertices do you have?

ST_nPoints() 

How many member geometries?

ST_NumGeometries(collection)

How many holes?

ST_NumInteriorrings(poly) 

What is the Nth geometry member?

ST_GeometryN(collection, N) 

What is your outer ring?

ST_ExteriorRing(poly) 

What is your Nth inner ring?

ST_InteriorRingN(poly, N) 

Where do you start?

ST_StartPoint(line)

Spatial Function Constructors

Make a point geometry

ST_MakePoint(x,y) 

Make a general geometry

ST_GeomFromText()

Make a polygon

ST_MakePolygon(closed_line) 

Make a bbox polygon

ST_MakeEnvelope()

Spatial Function Binary Comparisons

Do their bboxes overlap?

A && B 

Do they intersect?

ST_Intersects(A,B) 

Do they not intersect?

ST_Disjoint(A,B) 

Does A fully contain B?

ST_Contains(A,B)

Are they spatially equal?

ST_Equals(A,B) 

Do they touch?

ST_Touches(A,B) 

Do they overlap?

ST_Overlaps(A,B)

Materi Lengkap

Untuk memperdalam pemahaman mengenai Basis Data Spasial Menggunakan QGIS, berikut materi selengkapnya yang akan dibahas.


Tonton juga video pilihan dari kami berikut ini

Bagikan ke teman-teman Anda

Contact Us

How to whitelist website on AdBlocker?

How to whitelist website on AdBlocker?

  1. 1 Click on the AdBlock Plus icon on the top right corner of your browser
  2. 2 Click on "Enabled on this site" from the AdBlock Plus option
  3. 3 Refresh the page and start browsing the site
error: Content is protected !!