Shape.Georef

Description

Name

class Tinman.Shape.Georef

Derived from

Shape

Transforms this shape to the given coordinate system.

Transformation cannot be performed from resp. to a local coordinate system. A transformation between two local coordinate system is possible, but only a conversion regarding unit of measure and coordinate system flags is done.

Implicit shapes cannot be transformed (see Shape).

Fields / Required

shape

Type

Shape

Constraint

# != null

The source shape.


georef

Type

CoordSys

Constraint

# != null

The target coordinate system.

Fields / Optional

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.