Polygon

fun Polygon(    exteriorRing: LineString,     interiorRings: List<LineString>,     boundingBox: GeoBoundingBox? = null)