GeometryCollection
==================

.. currentmodule:: axioma.core.geometry

.. class:: GeometryCollection

	Абстрактный интерфейсный класс коллекции геометрий

	Унаследован от:

	* :class:`~axioma.core.geometry.GeometryInterface`
	
	От него наследуются:

	* :class:`~axioma.core.geometry.MultiGeometryInterface`
	* :class:`~axioma.core.geometry.MultiLineStringInterface`
	* :class:`~axioma.core.geometry.MultiPointInterface`
	* :class:`~axioma.core.geometry.MultiPolygonInterface`

		.. method:: collectionSize()

			Определение количества геометрий в коллекции

			:return: количество геометрий
			:rtype: :class:`int`

		.. method:: geometryAt(index)

			Получение геометрии по индексу

			:param index: индекс геометрии
			:type index: :class:`int`
			:return: искомая геометрия
			:rtype: :class:`~axioma.core.geometry.GeometryInterface`
