Opened 14 years ago

Closed 12 years ago

#649 closed enhancement (fixed)

ST_Summary needs to document output

Reported by: Mike Taves Owned by: robe
Priority: low Milestone: PostGIS 2.0.0
Component: documentation Version: 1.5.X
Keywords: Cc:

Description

Flags shown between '[' and ']' from ST_Summary are not documented.

E.g. here is an example with [ZMBS] and nested [ZM] flags:

mydb=# select st_summary('SRID=4326;MULTILINESTRING((0 0 0 0, 1 1 1 1),(2 2 2 2, 3 3 3 3))');
           st_summary
---------------------------------
                                +
 MultiLine[ZMBS] with 2 elements+
   Line[ZM] with 2 points       +
   Line[ZM] with 2 points       +

(1 row)

Change History (5)

comment:1 by robe, 14 years ago

Owner: changed from pramsey to robe

comment:2 by Mike Taves, 14 years ago

Also, &Z_support; for ST_Summary in doc/reference_accessor.xml isn't needed, since the output is not a geometry and doesn't really apply.

comment:3 by robe, 13 years ago

Milestone: PostGIS 1.5.3PostGIS 2.0.0

comment:4 by strk, 12 years ago

Component: postgisdocumentation

comment:5 by strk, 12 years ago

Resolution: fixed
Status: newclosed

Done in r8868 and r8869

Note: See TracTickets for help on using tickets.