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.
|
Modifier and Type | Method and Description |
---|---|
static KindOfSurfaceConnection |
KindOfSurfaceConnection.getDefault()
Get the enum constant that is considered to be the default.
|
static KindOfSurfaceConnection |
KindOfSurfaceConnection.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
KindOfSurfaceConnection |
ProfileRouteConnection.getKindOfSurfaceConnection()
Gets the kind of behavior to use when connecting surface procedures.
|
KindOfSurfaceConnection |
DefaultConnectionBehavior.getKindOfSurfaceConnection()
Gets the behavior to use to connect the surface procedures.
|
static KindOfSurfaceConnection |
KindOfSurfaceConnection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KindOfSurfaceConnection[] |
KindOfSurfaceConnection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ProfileRouteConnection.setKindOfSurfaceConnection(KindOfSurfaceConnection value)
Sets the kind of behavior to use when connecting surface procedures.
|
void |
DefaultConnectionBehavior.setKindOfSurfaceConnection(KindOfSurfaceConnection value)
Sets the behavior to use to connect the surface procedures.
|
Constructor and Description |
---|
ProfileRouteConnection(Ellipsoid referenceSurface,
RouteProfile connectionProfile,
KindOfSurfaceConnection kindOfConnection)
Create a new instance based on the given profile and reference surface.
|