A pcpointset is an ordered set of distinct pcpoint values; a pcpatchset is the analogous set type for pcpatch. Both follow MobilityDB's general set semantics (see Chapter 2, Set and Span Types): values are deduplicated on construction, the binary representation is canonical, and all generic set-level operators (=, <>, <, <=, >, >=, @>, <@, &&, +, -, *) and accessors (numValues, memSize, asText, asEWKT, asBinary, asEWKB, asHexWKB, asHexEWKB, …) are available (see the binary representations of a spatial set). The extended forms state the SRID the schema of the pcid declares in the pointcloud_formats catalog, so they coincide with the plain ones when that schema declares no SRID.
All values in a set must share the same pcid. Mixing schemas in a single set raises an error at construction time.