Ticket #649 (closed enhancement: fixed)

Opened 3 years ago

Last modified 16 months ago

ST_Summary needs to document output

Reported by: mwtoews 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

Changed 3 years ago by robe

  • owner changed from pramsey to robe

Changed 3 years ago by mwtoews

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.

Changed 2 years ago by robe

  • milestone changed from PostGIS 1.5.3 to PostGIS 2.0.0

Changed 17 months ago by strk

  • component changed from postgis to documentation

Changed 16 months ago by strk

  • status changed from new to closed
  • resolution set to fixed

Done in r8868 and r8869

Note: See TracTickets for help on using tickets.