Opened 10 years ago

Closed 7 years ago

#2593 closed defect (wontfix)

topology: topology.equals, geometrytype, gettopologysrid, intersects and others not documented

Reported by: robe Owned by: strk
Priority: medium Milestone: PostGIS 2.4.0
Component: documentation Version: 2.1.x
Keywords: Cc:

Description (last modified by robe)

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)

comment:1 by robe, 10 years ago

Component: postgistopology
Owner: changed from pramsey to strk

comment:2 by robe, 10 years ago

Component: topologydocumentation
Owner: changed from strk to robe
Summary: topology.equals not documentedtopology: topology.equals not documented

comment:3 by robe, 10 years ago

Description: modified (diff)
Summary: topology: topology.equals not documentedtopology: topology.equals, geometrytype, gettopologysrid, intersects and others not documented

comment:4 by robe, 10 years ago

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

comment:5 by robe, 10 years ago

Milestone: PostGIS 2.1.2PostGIS 2.2.0

comment:6 by robe, 9 years ago

Owner: changed from robe to strk

comment:7 by strk, 9 years ago

r14061 in trunk (2.2.0dev) and r14062 in 2.1 branch (2.1.9dev) fix the dox for "intersects" and set availability for both intersects and equals. Left to document:

  1. topology.geometrytype(tg topogeometry);
  2. topology.st_geometrytype(tg topogeometry);
  3. topology.gettopologysrid(toponame character varying);
  4. topology.topoelementarray_append(topoelementarray, topoelement); — service for TopoGelementArray_agg

comment:8 by strk, 9 years ago

Milestone: PostGIS 2.2.0PostGIS 2.3.0

comment:9 by robe, 8 years ago

Milestone: PostGIS 2.3.0PostGIS 2.4.0

comment:10 by robe, 7 years ago

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.