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, asBinary, asEWKB, asHexWKB, asHexEWKB, …) are available (see the binary representations of a spatial set). The pcid schema, and its SRID, is resolved out-of-band from the pointcloud_formats catalog rather than embedded in the value, so asBinary/asEWKB and asHexWKB/asHexEWKB return the same bytes for both set types.
All values in a set must share the same pcid. Mixing schemas in a single set raises an error at construction time.