Package | Description |
---|---|
agi.foundation.routedesign.advanced |
Contains types used to define immutable geometry and configuration for routes.
|
Modifier and Type | Method and Description |
---|---|
static KindOfTangent |
KindOfTangent.getDefault()
Get the enum constant that is considered to be the default.
|
static KindOfTangent |
KindOfTangent.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static KindOfTangent |
KindOfTangent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KindOfTangent[] |
KindOfTangent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
double |
SurfaceArc.configureConnection(ConfigurableConnection connection,
KindOfTangent tangentBehavior)
Given a connection, configure it so that it is tangent to the surface arc.
|
EllipsoidSurfaceCurve |
SurfaceArc.targetPoint(ConnectionStrategy curve,
Cartographic target,
KindOfTangent tangentBehavior)
Given a target point outside of the arc, find the heading that is tangent to the
EllipsoidSurfaceCurve connecting the target point and the arc. |