Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TileDataAccessorOptions

An interface that provides options for TileDataAccessor.

Hierarchy

  • TileDataAccessorOptions

Index

Properties

Optional onlyWithFeatureIds

onlyWithFeatureIds: undefined | false | true

Limit to objects that have featureIDs.

Optional wantsAll

wantsAll: undefined | false | true

Sets and overrides wantPoints, wantLines, wantAreas, wantObject3D.

Optional wantsAreas

wantsAreas: undefined | false | true

true to visit area objects.

Optional wantsLines

wantsLines: undefined | false | true

true to visit lines.

Optional wantsObject3D

wantsObject3D: undefined | false | true

true to visit general 3D objects.

Optional wantsPoints

wantsPoints: undefined | false | true

true to visit points.

Generated using TypeDoc