LineString
===================

.. currentmodule:: axioma.core.geometry

.. class:: LineString

	Класс-реализация полилинии

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

	* :class:`~axioma.core.geometry.LineStringInterface`
	* :class:`~axioma.core.geometry.GeosSupport`

		.. method:: LineString(coord_system, polygon=QPolygonF())

			Конструктор класса

			:param coord_system: координатная система
			:type coord_system: :class:`~axioma.cs.CoordSystem`
			:param polygon: список точек полилинии
			:type polygon: :class:`~PyQt5.QtGui.QPolygonF`
