public abstract class RouteProfile extends Object
RouteSegment
.Modifier | Constructor and Description |
---|---|
protected |
RouteProfile()
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
abstract ConfigurableProfile |
createConfigurableProfile(SurfaceSegment surfacePath)
Create a profile based on the given settings that the
RoutePropagator can
use to configure this profile in relation to all other profiles along the route. |
public abstract ConfigurableProfile createConfigurableProfile(SurfaceSegment surfacePath)
RoutePropagator
can
use to configure this profile in relation to all other profiles along the route.surfacePath
- The surface path over which the profile is defined.RoutePropagator
to
configure the route.