topology: topology.equals, geometrytype, gettopologysrid, intersects and others not documented
Is there a reason why we don't have these functions documented?
topology.equals(tg1 topogeometry, tg2 topogeometry);
topology.geometrytype(tg topogeometry);
topology.st_geometrytype(tg topogeometry);
topology.gettopologysrid(toponame character varying);
topology.intersects(tg1 topogeometry, tg2 topogeometry);
topology.topoelementarray_append(topoelementarray, topoelement)
Change History
(10)
Component: |
postgis → topology
|
Owner: |
changed from pramsey to strk
|
Component: |
topology → documentation
|
Owner: |
changed from strk to robe
|
Summary: |
topology.equals not documented → topology: topology.equals not documented
|
Description: |
modified (diff)
|
Summary: |
topology: topology.equals not documented → topology: topology.equals, geometrytype, gettopologysrid, intersects and others not documented
|
Milestone: |
PostGIS 2.1.2 → PostGIS 2.2.0
|
Owner: |
changed from robe to strk
|
Milestone: |
PostGIS 2.2.0 → PostGIS 2.3.0
|
Milestone: |
PostGIS 2.3.0 → PostGIS 2.4.0
|
Resolution: |
→ wontfix
|
Status: |
new → closed
|
Partially done (no examples) — added equals and intersects (in new section Topology Spatial Relationships) at r12170 for 2.2 and r12171 for 2.1.
I assumed these functions were created circa 1.0 but not sure