Return a new, unique coordinate reference identifier for the domain.
The domain is not updated.
Returns: |
|
---|---|
Examples: |
>>> d.items(role='r').keys()
['ref1']
>>> d.new_ref_identifier()
'ref2'
>>> d.items(role='r').keys()
[]
>>> d.new_ref_identifier()
'ref0'