PolygonEntity

data class PolygonEntity(val id: Long = 0, val holesID: Long? = null)

The class representation of the entity 'Polygon' from the database. This entity stores information about a polygon

Constructors

Link copied to clipboard
constructor(id: Long = 0, holesID: Long? = null)

Properties

Link copied to clipboard
val holesID: Long? = null

used for Regions to in indicate a polygon as a hole inside the Region

Link copied to clipboard
val id: Long = 0

(Long, auto-generated) The unique identifier for the image within the database.