|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectAdvancedAbstractElevationCalculator.AbstractElevationDeterminationScenario.ForceNode
protected abstract static class AdvancedAbstractElevationCalculator.AbstractElevationDeterminationScenario.ForceNode
a node that is affected by the forces during elevation determination.
Can be based on a MapNode, but also on points within a
MapWaySegment or MapArea.
| Field Summary | |
|---|---|
protected Float |
currentEle
|
| Constructor Summary | |
|---|---|
protected |
AdvancedAbstractElevationCalculator.AbstractElevationDeterminationScenario.ForceNode()
|
| Method Summary | |
|---|---|
void |
changeCurrentEle(double up)
changes the current elevation (in this object, not the underlying grid). |
AxisAlignedBoundingBoxXZ |
getAxisAlignedBoundingBoxXZ()
|
Float |
getCurrentEle()
returns the current elevation that has resulted from force application so far. |
VectorXYZ |
getCurrentXYZ()
returns the current 3d position |
abstract VectorXZ |
getPos()
returns the x-z-position of this node (this position is fixed during the simulation) |
protected void |
setCurrentEle(double currentEle)
sets the current elevation to an absolute value. |
abstract void |
writeResult()
writes the current elevation information back to the grid |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Float currentEle
| Constructor Detail |
|---|
protected AdvancedAbstractElevationCalculator.AbstractElevationDeterminationScenario.ForceNode()
| Method Detail |
|---|
public abstract VectorXZ getPos()
public Float getCurrentEle()
public VectorXYZ getCurrentXYZ()
public void changeCurrentEle(double up)
up - amount of upwards movement (negative values move downwards)protected void setCurrentEle(double currentEle)
public AxisAlignedBoundingBoxXZ getAxisAlignedBoundingBoxXZ()
getAxisAlignedBoundingBoxXZ in interface IntersectionTestObjectpublic abstract void writeResult()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||