Group

Description

Name

class Tinman.Shape.Group

Derived from

Shape

A group of shapes

Fields / Required

shapes

Type

Shape[]

Constraint

# != null

The shapes to group. If necessary, the shapes will be transformed to match the georeference of the group shape.


georef

Type

CoordSys

The target coordinate system.

Fields / Optional

metadata

Type

string

Default

null

The shape JSON metadata.


accuracy

Type

number

Constraint

# >= 0

Default

0

Optional accuracy to use for subdivision of edges. Given as a maximum error in the target coordinate system (see Shape.Georef.georef). Set to 0 to disable edge subdivision.