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

.. currentmodule:: axioma.core.geometry

.. class:: GeometryCollection

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

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

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

	* :class:`~axioma.core.geometry.MultiGeometry`
	* :class:`~axioma.core.geometry.MultiLineString`
	* :class:`~axioma.core.geometry.MultiPoint`
	* :class:`~axioma.core.geometry.MultiPolygon`

		.. method:: collectionSize()

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

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

		.. method:: geometryAt(index)

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

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