Name | Type | Default value | Description |
---|---|---|---|
title | string | ||
id | int | Unique identifier of this domain. If id=0 (its default value) the category path will be the set of vertices. Otherwise, it will be the id value. | |
vertices | string | Polygon vertices, as a list of (x,y) coordinates. For example: "0.0,0.0;1.1,0.1;1.1,1.1" |