| Package | Description | 
|---|---|
| agi.foundation.routedesign.advanced | 
 Contains types used to define immutable geometry and configuration for routes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SpeedConfigurationStatus | 
SpeedConfigurationResult.getConnectionStatus()
Gets the status of the given configuration. 
 | 
static SpeedConfigurationStatus | 
SpeedConfigurationStatus.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static SpeedConfigurationStatus | 
SpeedConfigurationStatus.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
static SpeedConfigurationStatus | 
SpeedConfigurationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SpeedConfigurationStatus[] | 
SpeedConfigurationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
ProfileConfigurationResult(HeightConfigurationStatus heightStatus,
                          SpeedConfigurationStatus speedStatus)
Create a new instance based on the given status information for height and speed. 
 | 
SpeedConfigurationResult(SpeedConfigurationStatus status)
Create a new instance based on the given status. 
 | 
SpeedConfigurationResult(SpeedConfigurationStatus status,
                        Object data)
Create a new instance based on the given status and data. 
 |