Available for an ArcGIS organization licensed with the Indoors extension.
The ArcGIS Indoors Information Model supports the management of indoor GIS information necessary to share properly configured web maps and mobile map packages for use with Indoor Viewer, Indoor Space Planner, ArcGIS Indoors for iOS, and ArcGIS Indoors for Android apps.
The Indoors model can be applied to an existing workspace using the Create Indoors Database tool.
Data can then be loaded into the Indoors model from BIM files using the Import BIM To Indoor Dataset tool or CAD sources using the Import Floorplans To Indoors Geodatabase tool.
The Indoors model consists of two feature datasets with a collection of feature classes between them and a table, which maintains configuration information in support of Viewer, Space Planner, Indoors for Android, and Indoors for iOS.
Feature datasets
Name | Description |
---|---|
Indoors | Manages the GIS data that defines indoor spaces for use with Indoors apps. These features are created using the Indoors geoprocessing tools in ArcGIS Pro and are organized by functional levels. |
Network | Manages the network artifacts that are created to support routing between indoor spaces. These features are created using the Indoors geoprocessing tools in ArcGIS Pro. Note:
|
PrelimNetwork | Stores preliminary network artifacts used in the process of generating the final network. These features are created using the Indoors geoprocessing tools in ArcGIS Pro. Note:
|
Tables
Name | Description |
---|---|
Describes various settings that are required to be configured for the successful use of the Indoors web and mobile apps. | |
Provides data model support for the Indoor Space Planner app. |
Indoors model feature classes
The Indoors feature dataset consists of two different types of feature classes: those that represent indoor information and those that represent tracking and indoor positioning restrictions.
The first type of feature class has been organized into a hierarchy with assumed spatial relationships defined in the following descending order:
- Units/Details/PointsOfInterest
- Sections/Zones
- Levels
- Facilities
- Sites
Note:
POI features can represent both indoor and outdoor features. In this case, the relationships described above are only assumed to exist for indoor features.
The second type of feature class present in the Indoors feature dataset represents information related to tracking and indoor positioning restrictions.
- DeadZones
- TrackingZones
Name | Description |
---|---|
Describes areas where the indoor positioning system (IPS) system should not display a person’s position. These are typically identified as nontraversable areas during the initial IPS survey that should be ignored, like open areas in multilevel facilities. | |
Describes your linear assets, such as walls, doors, windows, and so on. Details are used to constrain generated network pathways and to support visualization. Details lines must be contained in a Levels feature. | |
Describes event locations and is used to support the search and explore capabilities, identification, routing, and identification of landmarks in routing. Events are manually loaded from other data sources. The Events feature class may contain both indoor and outdoor information. | |
Describes the footprints of your managed facilities. | |
Describes the footprint of each level contained in your managed facilities. Levels footprints must be contained in a Facilities feature. | |
Describes your point assets, entries and exits, functional areas, and so on, and is used to support the search and explore capabilities, identification, routing, and identification of landmarks in routing. POIs such as physical assets are manually loaded from other data sources, while others, such as functional areas, are manually derived from existing Indoors model feature data such as units. The Points Of Interest feature class may contain both indoor and outdoor information. | |
Describes the footprints of nonoverlapping areas of organization in a level, such as wings, and is used for visualization in mapmaking. Sections footprints must be contained in a Levels feature. | |
Describes the boundaries of your managed sites and is used for visualization in mapmaking. | |
Describes geofences for device tracking, areas where device tracking should be enabled. Devices located in a tracking zone will be tracked if configured in your environment. | |
Describes the footprints of nonoverlapping individual functional areas such as workspaces, amenities, retail spaces, elevators and stairways, and so on. Unit footprints must be contained in a Levels feature. | |
Describes the footprints of possibly overlapping areas of organization in a level, such as security, functional, managerial, retail zones, and so on, and is used for visualization in mapmaking. Zones footprints must be contained in a Levels feature. |
Network feature classes
Name | Description |
---|---|
Describes easily recognizable points that will be used as callouts in directions when routing between locations in the Indoors web and mobile apps. | |
Describes the network pathways generated by the Indoors geoprocessing tools in ArcGIS Pro for routing between locations on the same level. | |
Describes the network transitions generated by the Indoors geoprocessing tools in ArcGIS Pro for routing between levels. |
PrelimNetwork feature classes
Name | Description |
---|---|
Describes the preliminary network pathways generated by the Indoors geoprocessing tools in ArcGIS Pro for routing between locations on the same level. | |
Describes the preliminary network transitions generated by the Indoors geoprocessing tools in ArcGIS Pro for routing between levels. |
Indoors model feature class details
Click a link to go to a feature class details table.
| DeadZones | Details | Events | Facilities | Levels | PointsOfInterest | Sections | Sites | TrackingZones | Units | Zones |
DeadZones
Indoors model feature classes
Field name | Type | Is nullable | Description |
---|---|---|---|
DEAD_ZONE_ID | Indoors for iOS | True | Required Defines a unique ID for the feature. This value must be unique in the table. The uniqueness of this field is not enforced by the geodatabase. |
DESCRIPTION | Text | True | Optional Provides a description of an Indoors model feature. |
FACILITY_ID | Text | True | Required Records the unique ID of the feature’s parent facility and can be used to identify the feature’s associated facility feature. A feature can only be related to a single facility using the Facility ID field. |
FACILITY_NAME | Text | True | Required Records the name of the feature’s parent facility. The facility name supports the floor picker in the Indoors web and mobile apps. It can't be used to identify the feature’s associated facility feature, as it may not be unique in the database. |
LEVEL_ID | Text | True | Required Records the unique ID of the feature’s parent level and can be used to identify the feature’s associated level feature. A feature can only be related to a single level using the Level ID field. |
LEVEL_NAME | Text | True | Required Records the name of the feature’s parent level. The Level Name field can't be used to identify the feature’s associated level feature, as it may not be unique in the database. |
LEVEL_NUMBER | Long | True | Required Records the facility-specific level number. |
SITE_ID | Text | True | Required Records the unique ID of the feature’s parent site and can be used to identify the feature’s associated site feature. A feature can only be related to a single site using the Site ID field. |
SITE_NAME | Text | True | Required Records the name of the feature’s parent site. The Site Name field can't be used to identify the feature’s associated site feature, as it may not be unique in the database. |
SOURCE_METHOD | Text | True | Optional Records the tool or procedure that created the feature. |
SOURCE_NAME | Text | True | Optional Records the name of the source layer from which the feature was created. |
SOURCE_PATH | Text | True | Optional Records the location of the source file that contains the layer from which the feature was created. |
SOURCE_TYPE | Text | True | Optional Records the type of source from which the feature was created. |
VERTICAL_ORDER | Long | True | Required Defines the order of display and reference to floors in the IPS. It uses a zero (0)-based ordering system to define the floor order, with the ground level of each facility represented as zero (0) and subsequent positive values representing floors above ground, while negative values represent floors below ground. Vertical Order values must be continuous and cannot skip a value in the sequence. |
Details
Field name | Type | Is nullable | Description |
---|---|---|---|
DESCRIPTION | Text | True | Optional Provides a description of an Indoors model feature. |
DETAIL_ID | Text | True | Required Defines a unique ID for the feature. This value must be unique in the table. The uniqueness of this field is not enforced by the geodatabase. |
ELEVATION_ABSOLUTE | Double | True | Required Defines the elevation (Z) of the base of the feature relative to sea level. Elevation is expected to be defined in meters. For example, Level 1 = 254 m, Level 2 = 258.25 m, and so on. |
ELEVATION_RELATIVE | Double | True | Required Defines the elevation (Z) of the base of the feature relative to a flat surface. Elevation is expected to be defined in meters. For example, Level 1 = 0 m, Level 2 = 4.25 m, and so on. |
FACILITY_ID | Text | True | Required Records the unique ID of the feature’s parent facility and can be used to identify the feature’s associated facility feature. A feature can only be related to a single facility using the Facility ID field. |
FACILITY_NAME | Text | True | Required Records the name of the feature’s parent facility. The facility name supports the floor picker in the Indoors web and mobile apps. It can't be used to identify the feature’s associated facility feature, as it may not be unique in the database. |
HEIGHT_ABSOLUTE | Double | True | Required Defines the elevation (Z) of the top of the feature relative to sea level. Height is expected to be defined in meters. For example, Level 1 = 258.25 m, Level 2 = 262.5 m, and so on. |
HEIGHT_RELATIVE | Double | True | Required Defines the height of the feature relative to the bottom of the floor. Height is expected to be defined in meters. For example, Level 1 = 4.25 m, Level 2 = 4.25 m, and so on. |
IMAGE_URL | Text | True | Optional Provides a URL for displaying a single associated image in pop-ups in the web and mobile apps. |
LEVEL_ID | Text | True | Required Records the unique ID of the feature’s parent level and can be used to identify the feature’s associated level feature. A feature can only be related to a single level using the Level ID field. |
LEVEL_NAME | Text | True | Required Records the name of the feature’s parent level. The Level Name field can't be used to identify the feature’s associated level feature, as it may not be unique in the database. |
LEVEL_NUMBER | Long | True | Required Records the facility-specific level number. |
SOURCE_METHOD | Text | True | Optional Records the tool or procedure that created the feature. |
SOURCE_NAME | Text | True | Optional Records the name of the source layer from which the feature was created. |
SOURCE_PATH | Text | True | Optional Records the location of the source file that contains the layer from which the feature was created. |
SOURCE_TYPE | Text | True | Optional Records the type of source from which the feature was created. |
USE_TYPE | Text | True | Required Distinguishes feature types used in tool processing and supports differences in symbology for mapmaking. |
VERTICAL_ORDER | Long | True | Required Defines the order of display and reference to floors in the IPS. It uses a zero (0)-based ordering system to define the floor order, with the ground level of each facility represented as zero (0) and subsequent positive values representing floors above ground, while negative values represent floors below ground. Vertical Order values must be continuous and cannot skip a value in the sequence. |
Events
Field name | Type | Is nullable | Description |
---|---|---|---|
DATE_END | Date | True | Required Defines the end date for the event in Coordinated Universal Time (UTC). |
DATE_START | Date | True | Required Defines the start date for the event in Coordinated Universal Time (UTC). |
DESCRIPTION | Text | True | Optional Provides a description of an Indoors model feature. |
ELEVATION_ABSOLUTE | Double | True | Optional Defines the elevation (Z) of the base of the feature relative to sea level. Elevation is expected to be defined in meters. For example, Level 1 = 254 m, Level 2 = 258.25 m, and so on. |
ELEVATION_RELATIVE | Double | True | Required Defines the elevation (Z) of the base of the feature relative to a flat surface. Elevation is expected to be defined in meters. For example, Level 1 = 0 m, Level 2 = 4.25 m, and so on. |
EVENT_ID | Text | True | Required Defines a unique ID for the feature. This value must be unique in the table. The uniqueness of this field is not enforced by the geodatabase. |
FACILITY_ID | Text | True | Required Records the unique ID of the feature’s parent facility and can be used to identify the feature’s associated facility feature. A feature can only be related to a single facility using the Facility ID field. |
FACILITY_NAME | Text | True | Required Records the name of the feature’s parent facility. The facility name supports the floor picker in the Indoors web and mobile apps. It can't be used to identify the feature’s associated facility feature, as it may not be unique in the database. |
HEIGHT_ABSOLUTE | Double | True | Required Defines the elevation (Z) of the top of the feature relative to sea level. Height is expected to be defined in meters. For example, Level 1 = 258.25 m, Level 2 = 262.5 m, and so on. |
HEIGHT_RELATIVE | Double | True | Required Defines the height of the feature relative to the bottom of the floor. Height is expected to be defined in meters. For example, Level 1 = 4.25 m, Level 2 = 4.25 m, and so on. |
IMAGE_URL | Text | True | Optional Provides a URL for displaying a single associated image in pop-ups in the web and mobile apps. |
LEVEL_ID | Text | True | Required Records the unique ID of the feature’s parent level and can be used to identify the feature’s associated level feature. A feature can only be related to a single level using the Level ID field. |
LEVEL_NAME | Text | True | Required Records the name of the feature’s parent level. The Level Name field can't be used to identify the feature’s associated level feature, as it may not be unique in the database. |
LEVEL_NUMBER | Long | True | Required Records the facility-specific level number. |
LOCATION_TYPE | Long | True | Required Identifies whether the feature is an indoor or outdoor feature. It uses a domain to define allowed values:
|
NAME | Text | True | Required Defines the name of the feature. In most cases, the Name field of a feature will be the predominantly used field for naming features. |
NAME_LONG | Text | True | Required Defines a long name for a feature. Features created by the Import Floorplans To Indoors Geodatabase geoprocessing tool will include an automatically generated long name. The long name is used to support descriptive capabilities in the Indoors web and mobile apps. |
NAME_SUBTITLE | Text | True | Required Defines a subtitle for a feature. A subtitle is required to support some capabilities in the Indoor Viewer app. |
SECTION_ID | Text | True | Required Records the unique ID of the feature’s parent section and can be used to identify the feature’s associated section feature. A feature can only be related to a single section using the Section ID field. |
SECTION_NAME | Text | True | Required Records the name of the feature’s parent section. The Section Name field can't be used to identify the feature’s associated section feature, as it may not be unique in the database. |
SITE_ID | Text | True | Required Records the unique ID of the feature’s parent site and can be used to identify the feature’s associated site feature. A feature can only be related to a single site using the Site ID field. |
SITE_NAME | Text | True | Required Records the name of the feature’s parent site. The Site Name field can't be used to identify the feature’s associated site feature, as it may not be unique in the database. |
SOURCE_METHOD | Text | True | Optional Records the tool or procedure that created the feature. |
SOURCE_NAME | Text | True | Optional Records the name of the source layer from which the feature was created. |
SOURCE_PATH | Text | True | Optional Records the location of the source file that contains the layer from which the feature was created. |
SOURCE_TYPE | Text | True | Optional Records the type of source from which the feature was created. |
UNIT_ID | Text | True | Required Records the unique ID of the feature’s parent unit and can be used to identify the feature’s associated unit feature. A feature can only be related to a single unit using the Unit ID field. |
UNIT_NAME | Text | True | Required Records the name of the feature’s parent unit. The Unit Name field can't be used to identify the feature’s associated unit feature, as it may not be unique in the database. |
USE_TYPE | Text | True | Required Distinguishes feature types used in tool processing and supports differences in symbology for mapmaking. |
VERTICAL_ORDER | Long | True | Required Defines the order of display and reference to floors in the IPS. It uses a zero (0)-based ordering system to define the floor order, with the ground level of each facility represented as zero (0) and subsequent positive values representing floors above ground, while negative values represent floors below ground. Vertical Order values must be continuous and cannot skip a value in the sequence. Events that are located outdoors (LOCATION_TYPE = zero (0)) must have a Vertical Order of zero (0). |
Facilities
Field name | Type | Is nullable | Description |
---|---|---|---|
ACCESS_TYPE | Text | True | Optional Defines various levels of access requirements for navigation through, or access to, a feature. |
ADDRESS | Text | True | Optional Defines a physical or postal address for a feature. |
AREA_GROSS | Double | True | Optional Records the total gross area of a feature. |
AREA_NET | Double | True | Optional Records the net available area of a feature. |
AREA_UM | Long | True | Optional Describes the unit of measure recorded in the Gross Area and Net Area fields. It should be considered mandatory if a value is recorded in either Gross Area or Net Area. This field uses a domain to define allowed values:
|
CONTACT_EMAIL | Text | True | Optional Records the email address of a feature's point of contact. |
CONTACT_EXTENSION | Text | True | Optional Records the phone extension of a feature's point of contact. |
CONTACT_NAME | Text | True | Optional Records the name of a feature's point of contact. |
CONTACT_PHONE | Text | True | Optional Records the phone number of a feature's point of contact. |
CONTACT_URL | Text | True | Optional Records the website URL associated with a feature's point of contact. |
COUNTRY | Text | True | Optional Records the country component of the address. |
DATE_BUILT | Date | True | Optional Records the date a feature was built. |
DESCRIPTION | Text | True | Optional Provides a description of an Indoors model feature. |
ELEVATION_ABSOLUTE | Double | True | Required Defines the elevation (Z) of the base of the feature relative to sea level. Elevation is expected to be defined in meters. For example, Level 1 = 254 m, Level 2 = 258.25 m, and so on. |
ELEVATION_RELATIVE | Double | True | Required Defines the elevation (Z) of the base of the feature relative to a flat surface. Elevation is expected to be defined in meters. For example, Level 1 = 0 m, Level 2 = 4.25 m, and so on. |
FACILITY_ID | Text | True | Required Defines a unique ID for the feature. This value must be unique in the table. The uniqueness of this field is not enforced by the geodatabase. |
FACILITY_NUMBER | Long | True | Optional Defines a number associated with a facility if one exists. |
HEIGHT_ABSOLUTE | Double | True | Required Defines the elevation (Z) of the top of the feature relative to sea level. Height is expected to be defined in meters. For example, Level 1 = 258.25 m, Level 2 = 262.5 m, and so on. |
HEIGHT_RELATIVE | Double | True | Required Defines the height of the feature relative to the bottom of the floor. Height is expected to be defined in meters. For example, Level 1 = 4.25 m, Level 2 = 4.25 m, and so on. |
IMAGE_URL | Text | True | Required Provides a URL for displaying a single associated image in pop-ups in the web and mobile apps. |
LEVELS_ABOVE_GROUND | Long | True | Optional Defines the total number of floors in a facility that are above ground. |
LEVELS_TOTAL | Long | True | Optional Defines the total number of floors in a facility. |
LOCALITY | Text | True | Optional Records the city or town component of the address. |
NAME | Text | True | Required Defines the name of the feature. In most cases, the Name field of a feature will be the predominantly used field for naming features. |
NAME_LONG | Text | True | Required Defines a long name for a feature. Features created by the Import Floorplans To Indoors Geodatabase geoprocessing tool will include an automatically generated long name. The long name is used to support descriptive capabilities in the Indoors web and mobile apps. |
NAME_SUBTITLE | Text | True | Required Defines a subtitle for a feature. A subtitle is required to support some capabilities in the Indoor Viewer app. |
POSTAL_CODE | Text | True | Optional Records the mail sorting code component of the address. |
PROVINCE | Text | True | Optional Records the province, state, or territory component of the address. |
ROTATION | Double | True | Required Defines the calculated rotation of the main axis of the facility. The rotation is used when generating initial network pathways. |
SITE_ID | Text | True | Required Records the unique ID of the feature’s parent site and can be used to identify the feature’s associated site feature. A feature can only be related to a single site using the Site ID field. Note:The SITE_ID field needs to be populated for the Site Selector tool to work in the web apps. |
SITE_NAME | Text | True | Required Records the name of the feature’s parent site. The Site Name field can't be used to identify the feature’s associated site feature, as it may not be unique in the database. Note:The SITE_NAME field needs to be populated for the Site Selector tool to work in the web apps. |
SOURCE_METHOD | Text | True | Optional Records the tool or procedure that created the feature. |
SOURCE_NAME | Text | True | Optional Records the name of the source layer from which the feature was created. |
SOURCE_PATH | Text | True | Optional Records the location of the source file that contains the layer from which the feature was created. |
SOURCE_TYPE | Text | True | Optional Records the type of source from which the feature was created. |
UNIT | Text | True | Optional Records the unit or suite designation of the address. |
USE_TYPE | Text | True | Required Distinguishes feature types used in tool processing and supports differences in symbology for mapmaking. |
Levels
Field name | Type | Is nullable | Description |
---|---|---|---|
ACCESS_TYPE | Text | True | Optional Defines various levels of access requirements for navigation through, or access to, a feature. |
AREA_GROSS | Double | True | Optional Records the total gross area of a feature. |
AREA_NET | Double | True | Optional Records the net available area of a feature. |
AREA_UM | Long | True | Optional Describes the unit of measure recorded in the Gross Area and Net Area fields. It should be considered mandatory if a value is recorded in either Gross Area or Net Area. This field uses a domain to define allowed values:
|
DESCRIPTION | Text | True | Optional Provides a description of an Indoors model feature. |
ELEVATION_ABSOLUTE | Double | True | Required Defines the elevation (Z) of the base of the feature relative to sea level. Elevation is expected to be defined in meters. For example, Level 1 = 254 m, Level 2 = 258.25 m, and so on. |
ELEVATION_RELATIVE | Double | True | Required Defines the elevation (Z) of the base of the feature relative to a flat surface. Elevation is expected to be defined in meters. For example, Level 1 = 0 m, Level 2 = 4.25 m, and so on. |
FACILITY_ID | Text | True | Required Records the unique ID of the feature’s parent facility and can be used to identify the feature’s associated facility feature. A feature can only be related to a single facility using the Facility ID field. |
FACILITY_NAME | Text | True | Required Records the name of the feature’s parent facility. The facility name supports the floor picker in the Indoors web and mobile apps. It can't be used to identify the feature’s associated facility feature, as it may not be unique in the database. |
HEIGHT_ABSOLUTE | Double | True | Required Defines the elevation (Z) of the top of the feature relative to sea level. Height is expected to be defined in meters. For example, Level 1 = 258.25 m, Level 2 = 262.5 m, and so on. |
HEIGHT_RELATIVE | Double | True | Required Defines the height of the feature relative to the bottom of the floor. Height is expected to be defined in meters. For example, Level 1 = 4.25 m, Level 2 = 4.25 m, and so on. |
IMAGE_URL | Text | True | Optional Provides a URL for displaying a single associated image in pop-ups in the web and mobile apps. |
LEVEL_ID | Text | True | Required Defines a unique ID for the feature. This value must be unique in the table. The uniqueness of this field is not enforced by the geodatabase. |
LEVEL_NUMBER | Long | True | Required Records the facility-specific level number. |
NAME | Text | True | Required Defines the name of the feature. In most cases, the Name field of a feature will be the predominantly used field for naming features. |
NAME_SHORT | Text | True | Required Defines a short name for a feature. The short name is used to support the floor picker in the Indoors web and mobile apps. It must be consistent across all levels of the same vertical order. |
NAME_SUBTITLE | Text | True | Required Defines a subtitle for a feature. A subtitle is required to support some capabilities in the Indoor Viewer app. |
SITE_ID | Text | True | Required Records the unique ID of the feature’s parent site and can be used to identify the feature’s associated site feature. A feature can only be related to a single site using the Site ID field. |
SITE_NAME | Text | True | Required Records the name of the feature’s parent site. The Site Name field can't be used to identify the feature’s associated site feature, as it may not be unique in the database. |
SOURCE_METHOD | Text | True | Optional Records the tool or procedure that created the feature. |
SOURCE_NAME | Text | True | Optional Records the name of the source layer from which the feature was created. |
SOURCE_PATH | Text | True | Optional Records the location of the source file that contains the layer from which the feature was created. |
SOURCE_TYPE | Text | True | Optional Records the type of source from which the feature was created. |
VERTICAL_ORDER | Long | True | Required Defines the order of display and reference to floors in the IPS. It uses a zero (0)-based ordering system to define the floor order, with the ground level of each facility represented as zero (0) and subsequent positive values representing floors above ground, while negative values represent floors below ground. Vertical Order values must be continuous and cannot skip a value in the sequence. |
PointsOfInterest
Field name | Type | Is nullable | Description |
---|---|---|---|
ASSET_NUMBER | Long | True | Optional Records an asset number for a feature. |
CATEGORY_SUBTYPE | Text | True | Optional Defines a category subtype for a feature (for a given CATEGORY_TYPE POI category). Category subtypes are an optional level of categorization supported by the Indoors web and mobile apps. Existing domains for each CATEGORY_TYPE can be added to or reconfigured as needed for your facility. |
CATEGORY_TYPE | Text | True | Required Defines a category type for a feature. Category types are used to define the initial category by which a feature is organized when referred to in the Indoors web and mobile apps. |
DESCRIPTION | Text | True | Optional Provides a description of an Indoors model feature. |
ELEVATION_ABSOLUTE | Double | True | Required Defines the elevation (Z) of the base of the feature relative to sea level. Elevation is expected to be defined in meters. For example, Level 1 = 254 m, Level 2 = 258.25 m, and so on. |
ELEVATION_RELATIVE | Double | True | Required Defines the elevation (Z) of the base of the feature relative to a flat surface. Elevation is expected to be defined in meters. For example, Level 1 = 0 m, Level 2 = 4.25 m, and so on. |
FACILITY_ID | Text | True | Required Records the unique ID of the feature’s parent facility and can be used to identify the feature’s associated facility feature. A feature can only be related to a single facility using the Facility ID field. |
FACILITY_NAME | Text | True | Required Records the name of the feature’s parent facility. The facility name supports the floor picker in the Indoors web and mobile apps. It can't be used to identify the feature’s associated facility feature, as it may not be unique in the database. |
HEIGHT_ABSOLUTE | Double | True | Required Defines the elevation (Z) of the top of the feature relative to sea level. Height is expected to be defined in meters. For example, Level 1 = 258.25 m, Level 2 = 262.5 m, and so on. |
HEIGHT_RELATIVE | Double | True | Required Defines the height of the feature relative to the bottom of the floor. Height is expected to be defined in meters. For example, Level 1 = 4.25 m, Level 2 = 4.25 m, and so on. |
IMAGE_URL | Text | True | Optional Provides a URL for displaying a single associated image in pop-ups in the web and mobile apps. |
LEVEL_ID | Text | True | Required Records the unique ID of the feature’s parent level and can be used to identify the feature’s associated level feature. A feature can only be related to a single level using the Level ID field. |
LEVEL_NAME | Text | True | Required Records the name of the feature’s parent level. The Level Name field can't be used to identify the feature’s associated level feature, as it may not be unique in the database. |
LEVEL_NUMBER | Long | True | Required Records the facility-specific level number. |
LOCATION_TYPE | Long | True | Required Identifies whether the feature is an indoor or outdoor feature. It uses a domain to define allowed values:
|
NAME | Text | True | Required Defines the name of the feature. In most cases, the Name field of a feature will be the predominantly used field for naming features. |
NAME_LONG | Text | True | Required Defines a long name for a feature. Features created by the Import Floorplans To Indoors Geodatabase geoprocessing tool will include an automatically generated long name. The long name is used to support descriptive capabilities in the Indoors web and mobile apps. |
NAME_SUBTITLE | Text | True | Required Defines a subtitle for a feature. A subtitle is required to support some capabilities in the Indoor Viewer app. |
POINT_OF_INTEREST_ID | Text | True | Required Defines a unique ID for the feature. This value must be unique in the table. The uniqueness of this field is not enforced by the geodatabase. |
SCHEDULE_EMAIL | Text | True | Optional Records the email address used to submit reservation requests for the item. |
SECTION_ID | Text | True | Required Records the unique ID of the feature’s parent section and can be used to identify the feature’s associated section feature. A feature can only be related to a single section using the Section ID field. |
SECTION_NAME | Text | True | Required Records the name of the feature’s parent section. The Section Name field can't be used to identify the feature’s associated section feature, as it may not be unique in the database. |
SITE_ID | Text | True | Required Records the unique ID of the feature’s parent site and can be used to identify the feature’s associated site feature. A feature can only be related to a single site using the Site ID field. |
SITE_NAME | Text | True | Required Records the name of the feature’s parent site. The Site Name field can't be used to identify the feature’s associated site feature, as it may not be unique in the database. |
SOURCE_METHOD | Text | True | Optional Records the tool or procedure that created the feature. |
SOURCE_NAME | Text | True | Optional Records the name of the source layer from which the feature was created. |
SOURCE_PATH | Text | True | Optional Records the location of the source file that contains the layer from which the feature was created. |
SOURCE_TYPE | Text | True | Optional Records the type of source from which the feature was created. |
UNIT_ID | Text | True | Required Records the unique ID of the feature’s parent unit and can be used to identify the feature’s associated unit feature. A feature can only be related to a single unit using the Unit ID field. |
UNIT_NAME | Text | True | Required Records the name of the feature’s parent unit. The Unit Name field can't be used to identify the feature’s associated unit feature, as it may not be unique in the database. |
USE_TYPE | Text | True | Required Distinguishes feature types used in tool processing and supports differences in symbology for mapmaking. |
VERTICAL_ORDER | Long | True | Required Defines the order of display and reference to floors in the IPS. It uses a zero (0)-based ordering system to define the floor order, with the ground level of each facility represented as zero (0) and subsequent positive values representing floors above ground, while negative values represent floors below ground. Vertical Order values must be continuous and cannot skip a value in the sequence. Points of interest that are located outdoors (LOCATION_TYPE = zero (0)) must have a Vertical Order of zero (0). |
Sections
Field name | Type | Is nullable | Description |
---|---|---|---|
ACCESS_TYPE | Text | True | Optional Defines various levels of access requirements for navigation through, or access to, a feature. |
AREA_GROSS | Double | True | Optional Records the total gross area of a feature. |
AREA_NET | Double | True | Optional Records the net available area of a feature. |
AREA_UM | Long | True | Optional Describes the unit of measure recorded in the Gross Area and Net Area fields. It should be considered mandatory if a value is recorded in either Gross Area or Net Area. This field uses a domain to define allowed values:
|
DESCRIPTION | Text | True | Optional Provides a description of an Indoors model feature. |
ELEVATION_ABSOLUTE | Double | True | Required Defines the elevation (Z) of the base of the feature relative to sea level. Elevation is expected to be defined in meters. For example, Level 1 = 254 m, Level 2 = 258.25 m, and so on. |
ELEVATION_RELATIVE | Double | True | Required Defines the elevation (Z) of the base of the feature relative to a flat surface. Elevation is expected to be defined in meters. For example, Level 1 = 0 m, Level 2 = 4.25 m, and so on. |
FACILITY_ID | Text | True | Required Records the unique ID of the feature’s parent facility and can be used to identify the feature’s associated facility feature. A feature can only be related to a single facility using the Facility ID field. |
FACILITY_NAME | Text | True | Required Records the name of the feature’s parent facility. The facility name supports the floor picker in the Indoors web and mobile apps. It can't be used to identify the feature’s associated facility feature, as it may not be unique in the database. |
HEIGHT_ABSOLUTE | Double | True | Required Defines the elevation (Z) of the top of the feature relative to sea level. Height is expected to be defined in meters. For example, Level 1 = 258.25 m, Level 2 = 262.5 m, and so on. |
HEIGHT_RELATIVE | Double | True | Required Defines the height of the feature relative to the bottom of the floor. Height is expected to be defined in meters. For example, Level 1 = 4.25 m, Level 2 = 4.25 m, and so on. |
IMAGE_URL | Text | True | Optional Provides a URL for displaying a single associated image in pop-ups in the web and mobile apps. |
LEVEL_ID | Text | True | Required Records the unique ID of the feature’s parent level and can be used to identify the feature’s associated level feature. A feature can only be related to a single level using the Level ID field. |
LEVEL_NAME | Text | True | Required Records the name of the feature’s parent level. The Level Name field can't be used to identify the feature’s associated level feature, as it may not be unique in the database. |
LEVEL_NUMBER | Long | True | Required Records the facility-specific level number. |
NAME | Text | True | Required Defines the name of the feature. In most cases, the Name field of a feature will be the predominantly used field for naming features. |
NAME_LONG | Text | True | Required Defines a long name for a feature. Features created by the Import Floorplans To Indoors Geodatabase geoprocessing tool will include an automatically generated long name. The long name is used to support descriptive capabilities in the Indoors web and mobile apps. |
NAME_SUBTITLE | Text | True | Required Defines a subtitle for a feature. A subtitle is required to support some capabilities in the Indoor Viewer app. |
SECTION_ID | Text | True | Required Defines a unique ID for the feature. This value must be unique in the table. The uniqueness of this field is not enforced by the geodatabase. |
SITE_ID | Text | True | Required Records the unique ID of the feature’s parent site and can be used to identify the feature’s associated site feature. A feature can only be related to a single site using the Site ID field. |
SITE_NAME | Text | True | Required Records the name of the feature’s parent site. The Site Name field can't be used to identify the feature’s associated site feature, as it may not be unique in the database. |
SOURCE_METHOD | Text | True | Optional Records the tool or procedure that created the feature. |
SOURCE_NAME | Text | True | Optional Records the name of the source layer from which the feature was created. |
SOURCE_PATH | Text | True | Optional Records the location of the source file that contains the layer from which the feature was created. |
SOURCE_TYPE | Text | True | Optional Records the type of source from which the feature was created. |
VERTICAL_ORDER | Long | True | Required Defines the order of display and reference to floors in the IPS. It uses a zero (0)-based ordering system to define the floor order, with the ground level of each facility represented as zero (0) and subsequent positive values representing floors above ground, while negative values represent floors below ground. Vertical Order values must be continuous and cannot skip a value in the sequence. |
Sites
Field name | Type | Is nullable | Description |
---|---|---|---|
ADDRESS | Text | True | Optional Defines a physical or postal address for a feature. |
AREA_GROSS | Double | True | Optional Records the total gross area of a feature. |
AREA_UM | Long | True | Optional Describes the unit of measure recorded in the Gross Area and Net Area fields. It should be considered mandatory if a value is recorded in either Gross Area or Net Area. This field uses a domain to define allowed values:
|
CONTACT_EMAIL | Text | True | Optional Records the email address of a feature's point of contact. |
CONTACT_EXTENSION | Text | True | Optional Records the phone extension of a feature's point of contact. |
CONTACT_NAME | Text | True | Optional Records the name of a feature's point of contact. |
CONTACT_PHONE | Text | True | Optional Records the phone number of a feature's point of contact. |
CONTACT_URL | Text | True | Optional Records the website URL associated with a feature's point of contact. |
COUNTRY | Text | True | Optional Records the country component of the address. |
DESCRIPTION | Text | True | Optional Provides a description of an Indoors model feature. |
IMAGE_URL | Text | True | Optional Provides a URL for displaying a single associated image in pop-ups in the web and mobile apps. |
LOCALITY | Text | True | Optional Records the city or town component of the address. |
NAME | Text | True | Optional Defines the name of the feature. In most cases, the Name field of a feature will be the predominantly used field for naming features. |
NAME_LONG | Text | True | Required Defines a long name for a feature. Features created by the Import Floorplans To Indoors Geodatabase geoprocessing tool will include an automatically generated long name. The long name is used to support descriptive capabilities in the Indoors web and mobile apps. |
NAME_SUBTITLE | Text | True | Required Defines a subtitle for a feature. A subtitle is required to support some capabilities in the Indoor Viewer app. |
POSTAL_CODE | Text | True | Optional Records the mail sorting code component of the address. |
PROVINCE | Text | True | Optional Records the province, state, or territory component of the address. |
SITE_ID | Text | True | Required Defines a unique ID for the feature. This value must be unique in the table. The uniqueness of this field is not enforced by the geodatabase. |
SOURCE_METHOD | Text | True | Optional Records the tool or procedure that created the feature. |
SOURCE_NAME | Text | True | Optional Records the name of the source layer from which the feature was created. |
SOURCE_PATH | Text | True | Optional Records the location of the source file that contains the layer from which the feature was created. |
SOURCE_TYPE | Text | True | Optional Records the type of source from which the feature was created. |
UNIT | Text | True | Optional Records the unit or suite designation of the address. |
TrackingZones
Field name | Type | Is nullable | Description |
---|---|---|---|
DESCRIPTION | Text | True | Optional Provides a description of an Indoors model feature. |
FACILITY_ID | Text | True | Required Records the unique ID of the feature’s parent facility and can be used to identify the feature’s associated facility feature. A feature can only be related to a single facility using the Facility ID field. |
FACILITY_NAME | Text | True | Required Records the name of the feature’s parent facility. The facility name supports the floor picker in the Indoors web and mobile apps. It can't be used to identify the feature’s associated facility feature, as it may not be unique in the database. |
LEVEL_ID | Text | True | Required Records the unique ID of the feature’s parent level and can be used to identify the feature’s associated level feature. A feature can only be related to a single level using the Level ID field. |
LEVEL_NAME | Text | True | Required Records the name of the feature’s parent level. The Level Name field can't be used to identify the feature’s associated level feature, as it may not be unique in the database. |
LEVEL_NUMBER | Long | True | Required Records the facility-specific level number. |
SITE_ID | Text | True | Required Records the unique ID of the feature’s parent site and can be used to identify the feature’s associated site feature. A feature can only be related to a single site using the Site ID field. |
SITE_NAME | Text | True | Required Records the name of the feature’s parent site. The Site Name field can't be used to identify the feature’s associated site feature, as it may not be unique in the database. |
SOURCE_METHOD | Text | True | Optional Records the tool or procedure that created the feature. |
SOURCE_NAME | Text | True | Optional Records the name of the source layer from which the feature was created. |
SOURCE_PATH | Text | True | Optional Records the location of the source file that contains the layer from which the feature was created. |
SOURCE_TYPE | Text | True | Optional Records the type of source from which the feature was created. |
TRACK_TYPE | Long | True | Required Defines the tracking rule for a feature. It uses a domain to define allowed values:
|
TRACKING_ZONE_ID | Text | True | Required Defines a unique ID for the feature. This value must be unique in the table. The uniqueness of this field is not enforced by the geodatabase. |
VERTICAL_ORDER | Long | True | Required Defines the order of display and reference to floors in the IPS. It uses a zero (0)-based ordering system to define the floor order, with the ground level of each facility represented as zero (0) and subsequent positive values representing floors above ground, while negative values represent floors below ground. Vertical Order values must be continuous and cannot skip a value in the sequence. |
Units
Field name | Type | Is nullable | Description |
---|---|---|---|
ACCESS_TYPE | Text | True | Optional Defines various levels of access requirements for navigation through, or access to, a feature. |
AREA_GROSS | Double | True | Optional Records the total gross area of a feature. |
AREA_ID | Text | True | Optional Records an ID string referencing a Space Planner area. |
AREA_NET | Double | True | Optional Records the net available area of a feature. |
AREA_UM | Long | True | Optional Describes the unit of measure recorded in the Gross Area and Net Area fields. It should be considered mandatory if a value is recorded in either Gross Area or Net Area. This field uses a domain to define allowed values:
|
ASSIGNMENT_TYPE | Text | True | Optional Describes the type of space planning use assigned to the unit. It's used by the Indoor Space Planner app. This field uses a domain to define allowed values:
|
CAPACITY | Long | True | Optional Records the total capacity of a feature. |
CONTACT_EMAIL | Text | True | Optional Records the email address of a feature's point of contact. |
CONTACT_EXTENSION | Text | True | Optional Records the phone extension of a feature's point of contact. |
CONTACT_NAME | Text | True | Optional Records the name of a feature's point of contact. |
CONTACT_PHONE | Text | True | Optional Records the phone number of a feature's point of contact. |
CONTACT_URL | Text | True | Optional Records the website URL associated with a feature's point of contact. |
DESCRIPTION | Text | True | Optional Provides a description of an Indoors model feature. |
ELEVATION_ABSOLUTE | Double | True | Required Defines the elevation (Z) of the base of the feature relative to sea level. Elevation is expected to be defined in meters. For example, Level 1 = 254 m, Level 2 = 258.25 m, and so on. |
ELEVATION_RELATIVE | Double | True | Required Defines the elevation (Z) of the base of the feature relative to a flat surface. Elevation is expected to be defined in meters. For example, Level 1 = 0 m, Level 2 = 4.25 m, and so on. |
FACILITY_ID | Text | True | Required Records the unique ID of the feature’s parent facility and can be used to identify the feature’s associated facility feature. A feature can only be related to a single facility using the Facility ID field. |
FACILITY_NAME | Text | True | Required Records the name of the feature’s parent facility. The facility name supports the floor picker in the Indoors web and mobile apps. It can't be used to identify the feature’s associated facility feature, as it may not be unique in the database. |
HEIGHT_ABSOLUTE | Double | True | Required Defines the elevation (Z) of the top of the feature relative to sea level. Height is expected to be defined in meters. For example, Level 1 = 258.25 m, Level 2 = 262.5 m, and so on. |
HEIGHT_RELATIVE | Double | True | Required Defines the height of the feature relative to the bottom of the floor. Height is expected to be defined in meters. For example, Level 1 = 4.25 m, Level 2 = 4.25 m, and so on. |
IMAGE_URL | Text | True | Optional Provides a URL for displaying a single associated image in pop-ups in the web and mobile apps. |
LEVEL_ID | Text | True | Required Records the unique ID of the feature’s parent level and can be used to identify the feature’s associated level feature. A feature can only be related to a single level using the Level ID field. |
LEVEL_NAME | Text | True | Required Records the name of the feature’s parent level. The Level Name field can't be used to identify the feature’s associated level feature, as it may not be unique in the database. |
LEVEL_NUMBER | Long | True | Required Records the facility-specific level number. |
NAME | Text | True | Required Defines the name of the feature. In most cases, the Name field of a feature will be the predominantly used field for naming features. |
NAME_LONG | Text | True | Required Defines a long name for a feature. Features created by the Import Floorplans To Indoors Geodatabase geoprocessing tool will include an automatically generated long name. The long name is used to support descriptive capabilities in the Indoors web and mobile apps. |
NAME_SUBTITLE | Text | True | Required Defines a subtitle for a feature. A subtitle is required to support some capabilities in the Indoor Viewer app. |
SCHEDULE_EMAIL | Text | True | Optional Records the email address used to submit reservation requests for the item. |
SECTION_ID | Text | True | Required Records the unique ID of the feature’s parent section and can be used to identify the feature’s associated section feature. A feature can only be related to a single section using the Section ID field. |
SECTION_NAME | Text | True | Required Records the name of the feature’s parent section. The Section Name field can't be used to identify the feature’s associated section feature, as it may not be unique in the database. |
SITE_ID | Text | True | Required Records the unique ID of the feature’s parent site and can be used to identify the feature’s associated site feature. A feature can only be related to a single site using the Site ID field. |
SITE_NAME | Text | True | Required Records the name of the feature’s parent site. The Site Name field can't be used to identify the feature’s associated site feature, as it may not be unique in the database. |
SOURCE_METHOD | Text | True | Optional Records the tool or procedure that created the feature. |
SOURCE_NAME | Text | True | Optional Records the name of the source layer from which the feature was created. |
SOURCE_PATH | Text | True | Optional Records the location of the source file that contains the layer from which the feature was created. |
SOURCE_TYPE | Text | True | Optional Records the type of source from which the feature was created. |
UNIT_ID | Text | True | Required Defines a unique ID for the feature. This value must be unique in the table. The uniqueness of this field is not enforced by the geodatabase. |
USE_TYPE | Text | True | Required Distinguishes feature types used in tool processing and supports differences in symbology for mapmaking. |
UTILIZATION | Long | True | Optional Records the current utilization of a feature in comparison to its recorded capacity. |
VERTICAL_ORDER | Long | True | Required Defines the order of display and reference to floors in the IPS. It uses a zero (0)-based ordering system to define the floor order, with the ground level of each facility represented as zero (0) and subsequent positive values representing floors above ground, while negative values represent floors below ground. Vertical Order values must be continuous and cannot skip a value in the sequence. |
Zones
Field name | Type | Is nullable | Description |
---|---|---|---|
ACCESS_TYPE | Text | True | Optional Defines various levels of access requirements for navigation through, or access to, a feature. |
AREA_GROSS | Double | True | Optional Records the total gross area of a feature. |
AREA_NET | Double | True | Optional Records the net available area of a feature. |
AREA_UM | Long | True | Optional Describes the unit of measure recorded in the Gross Area and Net Area fields. It should be considered mandatory if a value is recorded in either Gross Area or Net Area. This field uses a domain to define allowed values:
|
DESCRIPTION | Text | True | Optional Provides a description of an Indoors model feature. |
ELEVATION_ABSOLUTE | Double | True | Required Defines the elevation (Z) of the base of the feature relative to sea level. Elevation is expected to be defined in meters. For example, Level 1 = 254 m, Level 2 = 258.25 m, and so on. |
ELEVATION_RELATIVE | Double | True | Required Defines the elevation (Z) of the base of the feature relative to a flat surface. Elevation is expected to be defined in meters. For example, Level 1 = 0 m, Level 2 = 4.25 m, and so on. |
FACILITY_ID | Text | True | Required Records the unique ID of the feature’s parent facility and can be used to identify the feature’s associated facility feature. A feature can only be related to a single facility using the Facility ID field. |
FACILITY_NAME | Text | True | Required Records the name of the feature’s parent facility. The facility name supports the floor picker in the Indoors web and mobile apps. It can't be used to identify the feature’s associated facility feature, as it may not be unique in the database. |
HEIGHT_ABSOLUTE | Double | True | Required Defines the elevation (Z) of the top of the feature relative to sea level. Height is expected to be defined in meters. For example, Level 1 = 258.25 m, Level 2 = 262.5 m, and so on. |
HEIGHT_RELATIVE | Double | True | Required Defines the height of the feature relative to the bottom of the floor. Height is expected to be defined in meters. For example, Level 1 = 4.25 m, Level 2 = 4.25 m, and so on. |
IMAGE_URL | Text | True | Optional Provides a URL for displaying a single associated image in pop-ups in the web and mobile apps. |
LEVEL_ID | Text | True | Required Records the unique ID of the feature’s parent level and can be used to identify the feature’s associated level feature. A feature can only be related to a single level using the Level ID field. |
LEVEL_NAME | Text | True | Required Records the name of the feature’s parent level. The Level Name field can't be used to identify the feature’s associated level feature, as it may not be unique in the database. |
LEVEL_NUMBER | Long | True | Required Records the facility-specific level number. |
NAME | Text | True | Required Defines the name of the feature. In most cases, the Name field of a feature will be the predominantly used field for naming features. |
NAME_LONG | Text | True | Required Defines a long name for a feature. Features created by the Import Floorplans To Indoors Geodatabase geoprocessing tool will include an automatically generated long name. The long name is used to support descriptive capabilities in the Indoors web and mobile apps. |
NAME_SUBTITLE | Text | True | Required Defines a subtitle for a feature. A subtitle is required to support some capabilities in the Indoor Viewer app. |
SITE_ID | Text | True | Required Records the unique ID of the feature’s parent site and can be used to identify the feature’s associated site feature. A feature can only be related to a single site using the Site ID field. |
SITE_NAME | Text | True | Required Records the name of the feature’s parent site. The Site Name field can't be used to identify the feature’s associated site feature, as it may not be unique in the database. |
SOURCE_METHOD | Text | True | Optional Records the tool or procedure that created the feature. |
SOURCE_NAME | Text | True | Optional Records the name of the source layer from which the feature was created. |
SOURCE_PATH | Text | True | Optional Records the location of the source file that contains the layer from which the feature was created. |
SOURCE_TYPE | Text | True | Optional Records the type of source from which the feature was created. |
VERTICAL_ORDER | Long | True | Required Defines the order of display and reference to floors in the IPS. It uses a zero (0)-based ordering system to define the floor order, with the ground level of each facility represented as zero (0) and subsequent positive values representing floors above ground, while negative values represent floors below ground. Vertical Order values must be continuous and cannot skip a value in the sequence. |
ZONE_ID | Text | True | Defines a unique ID for the feature. This value must be unique in the table. The uniqueness of this field is not enforced by the geodatabase. |
Network feature class details
Landmarks
Field name | Type | IsNullable | Description |
---|---|---|---|
DESCRIPTION | Text | True | Optional Provides a description of an Indoors model feature. |
LEVEL_ID | Text | True | Required Records the unique ID of the feature’s parent level and can be used to identify the feature’s associated level feature. A feature can only be related to a single level using the Level ID field. |
VERTICAL_ORDER | Long | True | Required Defines the order of display and reference to floors in the IPS. It uses a zero (0)-based ordering system to define the floor order, with the ground level of each facility represented as zero (0) and subsequent positive values representing floors above ground, while negative values represent floors below ground. Vertical Order values must be continuous and cannot skip a value in the sequence. |
Pathways
Field name | Type | Is nullable | Description |
---|---|---|---|
DELAY | Long | True | Optional Defines the elevator delay in the network for accurate routing time. |
FACILITY_ID | Text | True | Required Records the unique ID of the feature’s parent facility and can be used to identify the feature’s associated facility feature. A feature can only be related to a single facility using the Facility ID field. |
FACILITY_NAME | Text | True | Required Records the name of the feature’s parent facility. The facility name supports the floor picker in the Indoors web and mobile apps. It can't be used to identify the feature’s associated facility feature, as it may not be unique in the database. |
LENGTH_3D | Double | True | Required Describes the calculated length of the feature in 3D to be used to determine path cost when routing. |
LEVEL_NAME_FROM | Text | True | Required Describes the name of the level as defined in the Indoors feature dataset on which the feature originates. |
LEVEL_NAME_TO | Text | True | Required Describes the name of the level as defined in the Indoors feature dataset on which the feature terminates. |
PATHWAY_RANK | Long | True | Optional Defines the rank preference of one feature versus another for routing. It uses a domain to define allowed values:
|
PATHWAY_TYPE | Long | True | Required Describes the use type of the feature and is used to determine cost and restrictions when routing. It uses a domain to define allowed values:
|
TRAVEL_DIRECTION | Long | True | Required Defines the direction of travel for a feature and is used to support restrictions when routing. It uses a domain to define allowed values:
|
VERTICAL_ORDER | Long | True | Required Defines the order of display and reference to floors in the IPS. It uses a zero (0)-based ordering system to define the floor order, with the ground level of each facility represented as zero (0) and subsequent positive values representing floors above ground, while negative values represent floors below ground. Vertical Order values must be continuous and cannot skip a value in the sequence. |
Transitions
Field name | Type | Is nullable | Description |
---|---|---|---|
FACILITY_ID | Text | True | Required Records the unique ID of the feature’s parent facility and can be used to identify the feature’s associated facility feature. A feature can only be related to a single facility using the Facility ID field. |
FACILITY_NAME | Text | True | Required Records the name of the feature’s parent facility. The facility name supports the floor picker in the Indoors web and mobile apps. It can't be used to identify the feature’s associated facility feature, as it may not be unique in the database. |
HEIGHT_FROM | Double | True | Required Describes the starting height of the feature. |
HEIGHT_TO | Double | True | Required Describes the ending height of the feature. |
LENGTH_3D | Double | True | Required Describes the calculated length of the feature in 3D to be used to determine path cost when routing. |
LEVEL_NAME_FROM | Text | True | Required Describes the name of the level as defined in the Indoors feature dataset on which the feature originates. |
LEVEL_NAME_TO | Text | True | Required Describes the name of the level as defined in the Indoors feature dataset on which the feature terminates. |
TRANSITION_RANK | Long | True | Optional Defines the rank preference of one feature versus another for routing. It uses a domain to define allowed values:
|
TRANSITION_TYPE | Long | True | Required Describes the use type of the feature and is used to determine cost and restrictions when routing. It uses a domain to define allowed values:
|
TRAVEL_DIRECTION | Long | True | Required Defines the direction of travel for a feature and is used to support restrictions when routing. It uses a domain to define allowed values:
|
VERTICAL_ORDER_FROM | Long | True | Required Defines the order of display and reference to floors in the IPS of the level as defined in the Indoors feature dataset on which the feature originates. It uses a zero (0)-based ordering system to define the floor order, with the ground level of each facility represented as zero (0) and subsequent positive values representing floors above ground, while negative values represent floors below ground. Vertical Order From values must be continuous and cannot skip a value in the sequence. |
VERTICAL_ORDER_TO | Long | True | Required Defines the order of display and reference to floors in the IPS of the level as defined in the Indoors feature dataset on which the feature terminates. It uses a zero (0)-based ordering system to define the floor order, with the ground level of each facility represented as zero (0) and subsequent positive values representing floors above ground, while negative values represent floors below ground. Vertical Order To values must be continuous and cannot skip a value in the sequence. |
PrelimNetwork feature class details
PrelimPathways
Field name | Type | Is nullable | Description |
---|---|---|---|
ANGLE | Long | True | Required Describes the rotation angle of the preliminary pathways. It is used in the process of generating the final network. |
DELAY | Long | True | Optional Defines the elevator delay in the network for accurate routing time. |
FACILITY_ID | Text | True | Required Records the unique ID of the feature’s parent facility and can be used to identify the feature’s associated facility feature. A feature can only be related to a single facility using the Facility ID field. |
FACILITY_NAME | Text | True | Required Records the name of the feature’s parent facility. The facility name supports the floor picker in the Indoors web and mobile apps. It can't be used to identify the feature’s associated facility feature, as it may not be unique in the database. |
LENGTH_3D | Double | True | Required Describes the calculated length of the feature in 3D to be used to determine path cost when routing. |
LEVEL_NAME_FROM | Text | True | Required Describes the name of the level as defined in the Indoors feature dataset on which the feature originates. |
LEVEL_NAME_TO | Text | True | Required Describes the name of the level as defined in the Indoors feature dataset on which the feature terminates. |
PATH_EDGE_DISTANCE | Double | True | Required Describes the distance of the network edges represented by the pathways. It is used in the process of generating the final network. |
PATHWAY_RANK | Long | True | Optional Defines the rank preference of one feature versus another for routing. It uses a domain to define allowed values:
|
PATHWAY_TYPE | Long | True | Required Describes the use type of the feature and is used to determine cost and restrictions when routing. It uses a domain to define allowed values:
|
TRAVEL_DIRECTION | Long | True | Required Defines the direction of travel for a feature and is used to support restrictions when routing. It uses a domain to define allowed values:
|
VERTICAL_ORDER | Long | True | Required Defines the order of display and reference to floors in the IPS. It uses a zero (0)-based ordering system to define the floor order, with the ground level of each facility represented as zero (0) and subsequent positive values representing floors above ground, while negative values represent floors below ground. Vertical Order values must be continuous and cannot skip a value in the sequence. |
PrelimTransitions
Field name | Type | Is nullable | Description |
---|---|---|---|
FACILITY_ID | Text | True | Required Records the unique ID of the feature’s parent facility and can be used to identify the feature’s associated facility feature. A feature can only be related to a single facility using the Facility ID field. |
FACILITY_NAME | Text | True | Required Records the name of the feature’s parent facility. The facility name supports the floor picker in the Indoors web and mobile apps. It can't be used to identify the feature’s associated facility feature, as it may not be unique in the database. |
HEIGHT_FROM | Double | True | Required Describes the starting height of the feature. |
HEIGHT_TO | Double | True | Required Describes the ending height of the feature. |
LENGTH_3D | Double | True | Required Describes the calculated length of the feature in 3D to be used to determine path cost when routing. |
LEVEL_NAME_FROM | Text | True | Required Describes the name of the level as defined in the Indoors feature dataset on which the feature originates. |
LEVEL_NAME_TO | Text | True | Required Describes the name of the level as defined in the Indoors feature dataset on which the feature terminates. |
PATH_EDGE_DISTANCE | Double | True | Required Describes the distance of the network edges represented by the pathways. It is used in the process of generating the final network. |
TRANSITION_RANK | Long | True | Optional Defines the rank preference of one feature versus another for routing. It uses a domain to define allowed values:
|
TRANSITION_TYPE | Long | True | Required Describes the use type of the feature and is used to determine cost and restrictions when routing. It uses a domain to define allowed values:
|
TRAVEL_DIRECTION | Long | True | Required Defines the direction of travel for a feature and is used to support restrictions when routing. It uses a domain to define allowed values:
|
VERTICAL_ORDER_FROM | Long | True | Required Defines the order of display and reference to floors in the IPS of the level as defined in the Indoors feature dataset on which the feature originates. It uses a zero (0)-based ordering system to define the floor order, with the ground level of each facility represented as zero (0) and subsequent positive values representing floors above ground, while negative values represent floors below ground. Vertical Order From values must be continuous and cannot skip a value in the sequence. |
VERTICAL_ORDER_TO | Long | True | Required Defines the order of display and reference to floors in the IPS of the level as defined in the Indoors feature dataset on which the feature terminates. It uses a zero (0)-based ordering system to define the floor order, with the ground level of each facility represented as zero (0) and subsequent positive values representing floors above ground, while negative values represent floors below ground. Vertical Order To values must be continuous and cannot skip a value in the sequence. |
Table Details
IndoorsConfig
Field name | Type | IsNullable | Description |
---|---|---|---|
CONFIG_KEY | Text | True | Required Describes the configurable parameter as required by Indoors. |
CONFIG_VALUE | Text | True | Required for configurable items in an implementation. Records the configurable entry as defined by the implementation requirements. |
Areas
Field name | Type | IsNullable | Description |
---|---|---|---|
AREA_ID | Text | True | Optional Records an ID string referencing a Space Planner area. |
AREA_TYPE | Text | True | Optional Describes the type of space planning use assigned to the area. It is used by the Indoor Space Planner app. This field uses a domain to define allowed values:
|
AREA_NAME | Text | True | Optional Describes the Name of an Indoor Space Planner area. |