Available for an ArcGIS organization licensed with the IPS extension.
Pathways represent a predefined routing network and are used by ArcGIS IPS to improve positioning accuracy. With each position update, when pathways and path snapping are configured, the user's location indicator snaps to pathway line features that are IPS-enabled. IPS-enabled pathway features are not visible to users to provide a seamless IPS experience.
Before you add pathways to your floor plan data, you must configure an existing network dataset created with ArcGIS Indoors or create a feature class for pathways.
Configure an indoor network dataset
If you created a network dataset with Indoors, complete these steps to extend the Pathways feature class and enable path snapping:
- Open the ArcGIS Pro project that contains your Indoors workspace.
- In the Catalog pane, expand the Network feature dataset.
- Right-click the Pathways feature class and click Data Design > Fields.
The Fields view appears.
- Click the New Field button on the Fields tab or click the last row, where it says Click here to add a new field.
Your pointer is positioned in the Field Name column.
- Configure the new field as follows:
- Field Name—IPS
- Alias—IPS
- Data Type—Long
- Allow NULL—Check this check box
- Domain— DOM_BOOLEAN
- Default—Leave this blank
- Length— Use the default value
- Click the Save button to save the field.
- Add the Pathways feature class to the map.
You can now use Indoors pathways to optimize IPS positioning accuracy.
Create a feature class for pathways
If you do not have a network dataset created with Indoors, complete the following steps to create a pathways feature class and enable path snapping:
- Open the ArcGIS Pro project that contain your floor plan data.
- Create a line feature class and type Pathways in the Name and Alias text boxes.
- In the Catalog pane, right-click the Pathways feature class you created and click Data Design > Domains.
The Domains view appears.
- Click the New Domain button on the Domains tab.
A row is created in the Domains view, and your pointer is positioned in the Domain Name column of that row.
- Type DOM_BOOLEAN in the Domain Name column.
- In the Field Type column, choose Long.
- In the Domain Type column, choose Coded Value Domain.
- In the Split Policy column, choose Duplicate.
- In the Merge Policy column, choose Default.
- In the grid by the Domains view, add the following codes and descriptions:
Code Description 0
FALSE
1
TRUE
- Click the Save button .
- In the Catalog pane, right-click the Pathways feature class and click Data Design > Fields.
The Fields view appears.
- Click the New Field button on the Fields tab or click the last row, where it says Click here to add a new field.
Your pointer is positioned in the Field Name column.
- Configure the new field as follows:
- Field Name—FACILITY_ID
- Alias—Facility ID
- Data Type—Text
- Allow NULL—Check this check box
- Domain— Leave this blank
- Default—Leave this blank
- Length—255
- Add another field and configure it as follows:
- Field Name—VERTICAL_ORDER
- Alias—Vertical Order
- Data Type—Long
- Allow NULL—Uncheck this check box
- Domain— Leave this blank
- Default—Leave this blank
- Length—Leave this blank
- Add another field and configure it as follows:
- Field Name—IPS
- Alias—IPS
- Data Type—Long
- Allow NULL—Check this check box
- Domain— DOM_BOOLEAN
- Default—Leave this blank
- Length—Use the default value
- Click the Save button .
- Add the Pathways feature class to the map.
You can now create pathways to optimize IPS positioning accuracy.