Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 865 Bytes

File metadata and controls

29 lines (22 loc) · 865 Bytes

Bbox

Bbox

Properties

Name Type Description Notes
bbox List[BboxBboxInner]
crs BboxDefCrs [optional]

Example

from unity_sps_ogc_processes_api_python_client.models.bbox import Bbox

# TODO update the JSON string below
json = "{}"
# create an instance of Bbox from a JSON string
bbox_instance = Bbox.from_json(json)
# print the JSON string representation of the object
print(Bbox.to_json())

# convert the object into a dict
bbox_dict = bbox_instance.to_dict()
# create an instance of Bbox from a dict
bbox_from_dict = Bbox.from_dict(bbox_dict)

[Back to Model list] [Back to API list] [Back to README]