MultiPointInterface
======================

.. currentmodule:: axioma.core.geometry

.. class:: MultiPointInterface

	Интерфейсный класс коллекции точек

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

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

	* :class:`~axioma.core.geometry.MultiPoint`

		.. method:: addPoint(point)

			Добавление точки в коллекцию

			:param point: добавляемая точка
			:type point: :class:`~axioma.core.geometry.PointInterface`

		.. method:: removePointAt(index)

			Удаление точки по индексу

			:param index: индекс удаляемой точки
			:type index: :class:`int`
