Label | Explanation | Data Type |
Input Level Features
| The feature class or layer that contains level features. In the Indoors model, this is the Levels layer. The tool honors selections and definition queries applied to the layer. | Feature Layer |
Input Unit Features
| The feature class or layer that contains unit features. In the Indoors model, this is the Units layer. | Feature Layer |
Input Obstacle Features
| The feature class or layer that contains polyline features representing nontraversable features, such as walls, windows, and columns. The obstacle features layer must contain a LEVEL_ID field or be defined as floor aware in the map. | Feature Layer |
Target Indoor Pathways | The feature class or feature layer where generated pathway features will be created. In the Indoors model, this is the Pathways layer. | Feature Layer |
Target Indoor Transitions
(Optional) | The feature class or feature layer where generated transition features, representing the vertical transitions between floors such as stairs and elevators, will be created. In the Indoors model, this is the Transitions layer. | Feature Layer |
Obstacle Expression (Optional) | An SQL expression that defines which subset of features from the Input Obstacle Features parameter are barriers through which pathways should not traverse. This includes features such as walls, windows, and columns. | SQL Expression |
Routable Locations
(Optional) | Additional locations to which pathways should be generated. This parameter accepts point feature layers as input. | Feature Layer |
Pathway Generation Method
(Optional) | Specifies the method that will be used to generate indoor pathways.
| String |
Stairway Unit Expression
(Optional) | An SQL expression that will define the features from the input Units layer that represent step-based transitions, such as stairs and escalators. | SQL Expression |
Elevator Expression
(Optional) | An SQL expression that will define the features from the input Units layer that represent lift-based transitions, such as elevators. | SQL Expression |
Elevator Delay
(Optional) | The average elevator transit time in seconds that an elevator passenger can expect to spend waiting to enter and exit the elevator. Using this parameter can improve routing and transit time calculations. The value must be equal to or greater than zero. | Double |
Obstacle Buffer
(Optional) | The buffer distance that will be applied to obstacle features defined as barriers. | Linear Unit |
Search Radius
(Optional) | The distance that will be searched for routable locations from any given point. Providing a larger radius will result in more pathways generated. Large spaces and long hallways require a larger search radius for pathway generation. | Linear Unit |
Derived Output
Label | Explanation | Data Type |
Updated Pathways | The updated Target Indoor Pathways layer. | Feature Layer |
Updated Target Transitions | The updated Target Indoor Transitions layer. | Feature Layer |