Type Alias TMVF

TMVF: {
    annotation?: {
        [floorId: FloorId]: AnnotationCollection | undefined;
    };
    connection.json: Connections;
    enterprise?: EnterpriseCollection;
    entrance: {
        [floorId: FloorId]: EntranceCollection | undefined;
    };
    floor.geojson?: FloorCollection;
    floorImages?: {
        [floorId: FloorId]: FloorImageFeatureCollection | undefined;
    };
    floorstack.json?: FloorStacks;
    manifest.geojson: ManifestCollection;
    map.geojson: Maps;
    mapstack.geojson: FloorStacks;
    mapstack.json?: FloorStacks;
    modelInstances?: {
        [floorId: FloorId]: ModelInstanceCollection | undefined;
    };
    node.geojson: NodeCollection;
    obstruction: {
        [floorId: FloorId]: ObstructionCollection | undefined;
    };
    shapeInstances?: {
        [floorId: FloorId]: ShapeInstanceCollection | undefined;
    };
    shapes.json?: ShapeCollection;
    space: {
        [floorId: FloorId]: SpaceCollection | undefined;
    };
    styles.json?: TMVFStyleCollection;
    textAreas?: {
        [floorId: FloorId]: TextAreaFeatureCollection | undefined;
    };
    window?: {
        [floorId: FloorId]: WindowCollection | undefined;
    };
}

Type declaration

  • Optionalannotation?: {
        [floorId: FloorId]: AnnotationCollection | undefined;
    }
    • [floorId: FloorId]: AnnotationCollection | undefined
  • connection.json: Connections
  • Optionalenterprise?: EnterpriseCollection
  • entrance: {
        [floorId: FloorId]: EntranceCollection | undefined;
    }
    • [floorId: FloorId]: EntranceCollection | undefined
  • Optionalfloor.geojson?: FloorCollection
  • OptionalfloorImages?: {
        [floorId: FloorId]: FloorImageFeatureCollection | undefined;
    }
    • [floorId: FloorId]: FloorImageFeatureCollection | undefined
  • Optionalfloorstack.json?: FloorStacks
  • manifest.geojson: ManifestCollection
  • map.geojson: Maps

    Use floor.geojson instead.

  • mapstack.geojson: FloorStacks

    Use floorstack.json instead.

  • Optionalmapstack.json?: FloorStacks

    Use floorstack.json instead.

  • OptionalmodelInstances?: {
        [floorId: FloorId]: ModelInstanceCollection | undefined;
    }
    • [floorId: FloorId]: ModelInstanceCollection | undefined
  • node.geojson: NodeCollection
  • obstruction: {
        [floorId: FloorId]: ObstructionCollection | undefined;
    }
    • [floorId: FloorId]: ObstructionCollection | undefined
  • OptionalshapeInstances?: {
        [floorId: FloorId]: ShapeInstanceCollection | undefined;
    }
    • [floorId: FloorId]: ShapeInstanceCollection | undefined
  • Optionalshapes.json?: ShapeCollection
  • space: {
        [floorId: FloorId]: SpaceCollection | undefined;
    }
    • [floorId: FloorId]: SpaceCollection | undefined
  • Optionalstyles.json?: TMVFStyleCollection
  • OptionaltextAreas?: {
        [floorId: FloorId]: TextAreaFeatureCollection | undefined;
    }
    • [floorId: FloorId]: TextAreaFeatureCollection | undefined
  • Optionalwindow?: {
        [floorId: FloorId]: WindowCollection | undefined;
    }
    • [floorId: FloorId]: WindowCollection | undefined