GeometryCollection ================== .. currentmodule:: axioma.core.geometry .. class:: GeometryCollection Абстрактный интерфейсный класс коллекции геометрий Унаследован от: * :class:`GeometryInterface` .. method:: collectionSize() Определение количества геометрий в коллекции :return: количество геометрий :rtype: :class:`int` .. method:: geometryAt(index) Получение геометрии по индексу :param index: индекс геометрии :type index: :class:`int` :return: искомая геометрия :rtype: :class:`~axioma.core.geometry.GeometryInterface`