Name | Description | |
---|---|---|
Distance | Gets the distance between the input query point and the nearest point found. | |
PartIndex | Gets the index of the part in which the point was found. | |
Point | Gets the point found. | |
PointIndex | Gets the index of the point that was found. Only relevant if calling GeometryEngine.NearestVertex, otherwise point index is null. | |
RightSide | Is the point rightSide or leftSide? Only relevant if calling GeometryEngine.NearestPoint. | |
SegmentIndex | Gets the segment index of the segment containing the nearest point. The segment index is relative to the part index. For example, if PartIndex = 2 and SegmentIndex = 0, it means segment 0 in part 2. Only relevant if calling GeometryEngine.NearestPoint, otherwise segment index is null. |