MultiLineStringInterface
========================

.. currentmodule:: axioma.core.geometry

.. class:: MultiLineStringInterface

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

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

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

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

		.. method:: addLineString(line_string)

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

			:param line_string: добавляемая полилиния
			:type line_string: :class:`~axioma.core.geometry.LineStringInterface`

		.. method:: removeLineStringAt(index)

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

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