Return the global ID space.
The coordinate space of filters on IDRegions.
Essential. Take some information describing an IDSpace and create the IDSpace it was exported from.
Overrides: CoordinateSpace class
Essential. Create a new globally unique space of IDs
Overrides: CoordinateSpace
Essential. The Server which created this IDSpace
Overrides: CoordinateSpace
Essential. Produce an array which can be handed to Server::importIDSpace on any Server to get back the same IDSpace
nil if this is the global IDSpace, self otherwise
A Sequence uniquely identifying this IDSpace, so that
FeServer::current ()->oldIDSpace (this->identifier ())
->isEqual (this)
Essential. The Region of IDs in this space which might be genrated by the given Server
Overrides: CoordinateSpace
Essential. A new ID guaranteed to be different from every other newID generated by this IDSpace or any IDSpace isEqual to it, on any Server. (Although of course IDs generated using this->oldID () may conflict if the right numbers happen to have been supplied.)
A region containing a finite number of globally unique IDs. See newID for uniqueness guarantees.
Recreate an ID from its identifier.
Recreate a region of IDs from information that was stored outside the Server
Overrides: Object
Essential. Identifies this particular space among all those generated by the same Server.