Skip to content

spatial-monorepo


spatial-monorepo / imdf/src / IMDFArchive

Interface: IMDFArchive

Defined in: packages/imdf/src/types.ts:276

Properties

addresses?

optional addresses?: GeoJSONFeatureCollection`<null, AddressProps>`

Defined in: packages/imdf/src/types.ts:293


amenities?

optional amenities?: GeoJSONFeatureCollection`<GeoJSONPoint, AmenityProps>`

Defined in: packages/imdf/src/types.ts:284


anchors?

optional anchors?: GeoJSONFeatureCollection`<GeoJSONPoint, AnchorProps>`

Defined in: packages/imdf/src/types.ts:285


buildings

buildings: GeoJSONFeatureCollection`<null, BuildingProps>`

Defined in: packages/imdf/src/types.ts:279


details?

optional details?: GeoJSONFeatureCollection`<GeoJSONLineString | GeoJSONMultiLineString, DetailProps>`

Defined in: packages/imdf/src/types.ts:289


fixtures?

optional fixtures?: GeoJSONFeatureCollection`<GeoJSONPolygon | GeoJSONMultiPolygon, FixtureProps>`

Defined in: packages/imdf/src/types.ts:286


footprints

footprints: GeoJSONFeatureCollection`<GeoJSONPolygon | GeoJSONMultiPolygon, FootprintProps>`

Defined in: packages/imdf/src/types.ts:280


geofences?

optional geofences?: GeoJSONFeatureCollection`<GeoJSONPolygon | GeoJSONMultiPolygon, GeofenceProps>`

Defined in: packages/imdf/src/types.ts:287


kiosks?

optional kiosks?: GeoJSONFeatureCollection`<GeoJSONPolygon | GeoJSONMultiPolygon, KioskProps>`

Defined in: packages/imdf/src/types.ts:288


levels

levels: GeoJSONFeatureCollection`<GeoJSONPolygon | GeoJSONMultiPolygon, LevelProps>`

Defined in: packages/imdf/src/types.ts:281


manifest

manifest: IMDFManifest

Defined in: packages/imdf/src/types.ts:277


occupants?

optional occupants?: GeoJSONFeatureCollection`<null, OccupantProps>`

Defined in: packages/imdf/src/types.ts:290


openings?

optional openings?: GeoJSONFeatureCollection`<GeoJSONLineString, OpeningProps>`

Defined in: packages/imdf/src/types.ts:283


relationships?

optional relationships?: GeoJSONFeatureCollection`<GeoJSONGeometry | null, RelationshipProps>`

Defined in: packages/imdf/src/types.ts:292


sections?

optional sections?: GeoJSONFeatureCollection`<GeoJSONPolygon | GeoJSONMultiPolygon, SectionProps>`

Defined in: packages/imdf/src/types.ts:291


units

units: GeoJSONFeatureCollection`<GeoJSONPolygon | GeoJSONMultiPolygon, UnitProps>`

Defined in: packages/imdf/src/types.ts:282


venue

venue: GeoJSONFeature`<GeoJSONPolygon, VenueProps>`

Defined in: packages/imdf/src/types.ts:278

Released under commercial licensing.