ConstantHeightProfile Constructor |
Name | Description | |
---|---|---|
ConstantHeightProfile |
Create a new instance.
| |
ConstantHeightProfile(Double, Double, RouteHeightReference) |
Create a new instance with the given speed and height. The profile is
set such that it cannot be modified (the AllowVariationInSpeed and AllowVariationInHeight
properties return false).
| |
ConstantHeightProfile(Double, Double, TerrainProvider) |
Create a new instance with the given speed and height. The profile is
set such that it cannot be modified (the AllowVariationInSpeed and AllowVariationInHeight
properties return false).
| |
ConstantHeightProfile(Double, Double, Double, Double, RouteHeightReference) |
Create a new instance with the given speed and height. With this constructor, the speed and height
can be adjusted by the route (the AllowVariationInSpeed and AllowVariationInHeight
properties return true).
| |
ConstantHeightProfile(Double, Double, Double, Double, TerrainProvider) |
Create a new instance with the given speed and height. With this constructor, the speed and height
can be adjusted by the route (the AllowVariationInSpeed and AllowVariationInHeight
properties return true).
|