ST_IsPlanar — Verifica se una superficie è planare o meno.
boolean ST_IsPlanar(geometry geom);
                 
               | 
              |
| 
                 ST_IsPlanar is deprecated as of 3.5.0. Use CG_IsPlanar instead.  | 
            
Availability: 2.2.0: This was documented in 2.1.0 but got accidentally left out in 2.1 release.
            
 Questo metodo richiede il backend SFCGAL. 
            
 Questa funzione supporta il 3d e non distrugge gli z-index. 
            
 Questa funzione supporta le Polyhedral Surface. 
            
 Questa funzione supporta i Triangoli e le Triangulated Irregular Network Surfaces (TIN).