Last updated

API / geotoolkit3d / geodata / TrajectorySelectionMode / TrajectorySelectionMode

Enumeration: TrajectorySelectionMode

geodata.TrajectorySelectionMode.TrajectorySelectionMode

The trajectory point/station selection modes when trying to select a trajectory point from XYZ coordinates.

Table of contents

Enumeration Members

Contents

Enumeration Members

ClosestByDepth

ClosestByDepth = "ClosestByDepth"

Will try to find the closest trajectory point by depth, only factoring the Z coordinate.
X, Y and Z are still used to determine if the given point is too far outside the trajectory boundaries.


ClosestByDistance

ClosestByDistance = "ClosestByDistance"

Will try to find the closest trajectory point by distance, factoring X, Y and Z coordinates.
X, Y and Z are also used to determine if the given point is too far outside the trajectory boundaries.