Static factories to reconstruct OsidPrimitives from the string it produced (or from typed parts), snooping the format and choosing the matching implementation.
Reconstructs a DateTime from the string a DateTime produced — today the ISO 8601 form — delegating to GregorianUTCDateTime.
Javadoc →Reconstructs a Duration from its string form, delegating to GregorianUTCDuration.
Javadoc →Recovers a Time from its string by snooping the format and choosing the matching Time class.
Javadoc →Recovers a Currency from a string by snooping the format, or builds one from an ISO code or currency Type and a value.
Javadoc →Creates an Id from a string — URI, URN, or path forms — or from an authority, namespace, and identifier.
Javadoc →Recovers a Version from a string by snooping the format, or builds one from a scheme Type and components.
Javadoc →Convenience builders for a DisplayText — English/US text, formatted text, or text in a given language Type.
Javadoc →Recovers a Coordinate from a string, routing on format (geographic versus Cartesian), or builds a Cartesian coordinate from numeric components.
Javadoc →Creates a degree Heading from a string or typed values — one, two, or three components for a 1D, 2D, or 3D heading.
Javadoc →Creates a Type from a string (URN form) or from an authority, namespace, and identifier.
Javadoc →