Instances of this class represent results of a proximity search using AGSGeometryEngine such as finding the nearest vertex or a coordinate of a geometry.
Properties | |
double | distance |
int | partIndex |
AGSPoint * | point |
int | pointIndex |
- (double) distance [read, assign] |
The result distance.
- (int) partIndex [read, assign] |
The index of the part in which the point was found.
- (AGSPoint*) point [read, retain] |
The point found.
- (int) pointIndex [read, assign] |
The index of the point that was found within it's part.