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