Returns the number of dimensions in each array band. Gives 0 for scalar image bands.
(self)
| 826 | ) |
| 827 | |
| 828 | def arrayDimensions(self) -> Image: |
| 829 | """Returns the number of dimensions in each array band. |
| 830 | |
| 831 | Gives 0 for scalar image bands. |
| 832 | """ |
| 833 | |
| 834 | return apifunction.ApiFunction.call_(self.name() + '.arrayDimensions', self) |
| 835 | |
| 836 | def arrayDotProduct(self, image2: _arg_types.Image) -> Image: |
| 837 | """Computes the dot product. |