Interface TileDataAccessorOptions

An interface that provides options for TileDataAccessor.

Hierarchy

  • TileDataAccessorOptions

Properties

onlyWithFeatureIds?: boolean

Limit to objects that have featureIDs.

wantsAll?: boolean

Sets and overrides wantPoints, wantLines, wantAreas, wantObject3D.

wantsAreas?: boolean

true to visit area objects.

wantsLines?: boolean

true to visit lines.

wantsObject3D?: boolean

true to visit general 3D objects.

wantsPoints?: boolean

true to visit points.

Generated using TypeDoc