TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class Tinman.Shape.Georef

Short Name:
  • class Shape.Georef
Derived From:
Fields:

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

The following table lists all fields of this config type.

Field Type Constraint Default
required shape Shape
# != null
 

The source shape.

required georef CoordSys
# != null
 

The target coordinate system.

optional accuracy number
# >= 0
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.