Giriş
Açıklaması şöyle. 3 çıktısı olan bir sonuç döner. Bunlar radius, center ve center'a en yakın nokta
Finds the largest circle that is fully contained within a geometry. Returns a record with the center point of the circle, a point on the geometry that is nearest to the center, and the radius of the circle.
Örnek
Şöyle yaparız
SELECTmic.radius,mic.center, --already a GEOMETRY(POINT) typemic.nearest --already a GEOMETRY(POINT) typeFROM<table> AS t,LATERAL ST_MaximumInscribedCircle(t.geom) AS mic;
Hiç yorum yok:
Yorum Gönder