The following members of class SubtypeSubtable are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(deprecated) Q | unknown |
(deprecated) Q | unsupported |
Member Function Documentation
[deprecated]
QJsonObject SubtypeSubtable::unknownJson () const
This function is deprecated. We strongly advise against using it in new code.
Returns unknown data from the source JSON.
Unknown JSON is a dictionary of values not defined in the ArcGIS specification used to create this object but found in the source JSON. If the object is written back to JSON, any unknown JSON data is not persisted. The ArcGIS specification may be for a web map, web scene, REST API, and so on.
[deprecated]
QJsonObject SubtypeSubtable::unsupportedJson () const
This function is deprecated. We strongly advise against using it in new code.
Returns unsupported data from the source JSON.
Unsupported JSON is a dictionary of values defined in the ArcGIS specification used to create this object but not currently used in this API. If the object is written back to JSON, any unsupported JSON data is persisted. The ArcGIS specification may be from a web map, web scene, REST API, and so on.