Skip to content

TileOwnershipPolicy

Variants

Centroid

Fast ownership using the polygon centroid, which may lie outside a concave polygon.

RepresentativePointInsidePolygon

Ownership using a point guaranteed to intersect the polygon interior when one exists.

LexicographicMinVertex

Ownership using the smallest boundary vertex in XY order.