spatial property

spatial property

Gets or sets the spatial characteristics of the resource.

Definition:

@property
def spatial(self):
    ...
@spatial.setter
def spatial(self, value):
    ...

See Also