SpatialPartition(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Partition of asset in space.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
x_min |
int
The minimum x coordinate value. This field is a member of oneof _ _x_min .
|
y_min |
int
The minimum y coordinate value. This field is a member of oneof _ _y_min .
|
x_max |
int
The maximum x coordinate value. This field is a member of oneof _ _x_max .
|
y_max |
int
The maximum y coordinate value. This field is a member of oneof _ _y_max .
|