Package | Description |
---|---|
agi.foundation.routedesign |
Contains types for creating simple routes by specifying procedures at points of interest, how to connect them, and what height and speed to use along the route.
|
agi.foundation.routedesign.advanced |
Contains types used to define immutable geometry and configuration for routes.
|
Modifier and Type | Method and Description |
---|---|
List<ConnectionConfigurationResult> |
PropagatedRoute.getConnectionConfigurationResults()
Gets a list containing results for the connections where there was a problem or other metadata associated with configuration.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ConnectionConfigurationResult.checkForSameDefinition(ConnectionConfigurationResult other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
ConnectionConfigurationResult(ConnectionConfigurationResult existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|