ST_Intersects
ST_Intersects(geometry A, geometry B): Returns TRUE if the Geometries/Geography “spatially intersect” - (share any portion of space) and FALSE if they don't ( ... ,Synopsis. boolean ST_Intersects( geometry geomA , geometry geomB ) ;. boolean ST_Intersects( geography geogA , geography geogB ) ; ... ,Definition. ST_Intersects returns 1 (Oracle and SQLite) or t (PostgreSQL) if the intersection of two geometries doesn't result in an empty set; otherwise, it returns 0 ... ,如果两个几何的交集不生成空集,则ST_Intersects 返回1(Oracle 和SQLite)或t (PostgreSQL);否则返回0(Oracle 和SQLite)或f (PostgreSQL)。
相關軟體 GeoServer 資訊 | |
---|---|
GeoServer 是一個基於 Java 的軟件服務器,允許用戶查看和編輯地理空間數據。使用開放地理空間聯盟(OGC)制定的開放標準,GeoServer 允許在地圖創建和數據共享方面具有極大的靈活性.打開和共享您的空間數據 GeoServer 可讓您向世界顯示空間信息。實施網絡地圖服務(WMS)標準,GeoServer 可以創建各種輸出格式的地圖。 OpenLayers,一個免費的地圖庫,被集成到... GeoServer 軟體介紹
ST_Intersects 相關參考資料
11. Spatial Relationships — Introduction to PostGIS
ST_Intersects(geometry A, geometry B): Returns TRUE if the Geometries/Geography “spatially intersect” - (share any portion of space) and FALSE if they don't ( ... http://postgis.net ST_Intersects - PostGIS
Synopsis. boolean ST_Intersects( geometry geomA , geometry geomB ) ;. boolean ST_Intersects( geography geogA , geography geogB ) ; ... https://postgis.net ST_Intersects—ArcMap | Documentation - ArcGIS Desktop
Definition. ST_Intersects returns 1 (Oracle and SQLite) or t (PostgreSQL) if the intersection of two geometries doesn't result in an empty set; otherwise, it returns 0 ... https://desktop.arcgis.com ST_Intersects—帮助| ArcGIS Desktop
如果两个几何的交集不生成空集,则ST_Intersects 返回1(Oracle 和SQLite)或t (PostgreSQL);否则返回0(Oracle 和SQLite)或f (PostgreSQL)。 https://desktop.arcgis.com |