Package | Description |
---|---|
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
NAUTurn |
ServiceAreaParameters.getRestrictUTurns()
Specifies how U-Turns should be handled.
|
NAUTurn |
RouteParameters.getRestrictUTurns()
Specifies how U-Turns should be handled.
|
static NAUTurn |
NAUTurn.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NAUTurn[] |
NAUTurn.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceAreaParameters.setRestrictUTurns(NAUTurn restrictUTurns)
Set the restrictUTurns parameter.
|
void |
RouteParameters.setRestrictUTurns(NAUTurn restrictUTurns)
set the restrictUTurns parameter.
|