package types /* Интерфейс к полигону. */ // IPolygon -- интерфейс к полигону type IPolygon interface { ISection }