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

enum ReadShapeFlags in Tinman.Terrain.Shapes

Enumeration of flags which can be specified when loading shapes.

[Flags]
enum ReadShapeFlags  

See also:

ShapeReader.Read

Items

Data = 0

Shape geometry is going to be read. This is not an actual flag because shape geometry is always read.

Geo = 0x01

Shape georeference data (if present) is going to be read.

Remarks:

If this flag is not set, Georef will return Local.

HintDisjointPolygons = 0x02

Hints the shape reader that all polygon shapes are disjoint.

Remarks:

When all polygons shapes are disjoint, they will be merged into a single polygon object.