Hierarchy

  • ModelGeometry

Properties

breaks: {
    [percent: number]: number[];
} = ...

Type declaration

  • [percent: number]: number[]
indices: Float32Array = ...
matrices: Float32Array = ...
meter: number = 1000
normals: Uint8Array = ...
onerror: ((message?: string) => void)

Type declaration

    • (message?: string): void
    • Parameters

      • Optional message: string

      Returns void

onloaded: ((geometry: ModelGeometry) => void)

Type declaration

productIdLookup: any[] = []
productMaps: {
    [id: number]: ProductMap;
} = {}

Type declaration

products: Float32Array = ...
regions: Region[]
states: Uint8Array = ...
styleIndices: Uint16Array = ...
styles: Uint8Array = ...
transformations: Float32Array = ...
transparentIndex: number
vertices: Float32Array = ...
wcs: number[] = ...

Constructors

Methods

  • Parameters

    • source: any
    • headers: {
          [name: string]: string;
      }
      • [name: string]: string
    • progress: ((message: Message) => void)
    • options: Partial<ReaderOptions> = {}

    Returns void

Generated using TypeDoc