AGSProximityResult Class Reference


Description

Instances of this class represent results of a proximity search using AGSGeometryEngine such as finding the nearest vertex or a coordinate of a geometry.

Since:
1.8

List of all members.

Properties

double distance
int partIndex
AGSPointpoint
int pointIndex

Property Documentation

- (double) distance [read, assign]

The result distance.

Since:
1.8
- (int) partIndex [read, assign]

The index of the part in which the point was found.

Since:
1.8
- (AGSPoint*) point [read, retain]

The point found.

Since:
1.8
- (int) pointIndex [read, assign]

The index of the point that was found within it's part.

Since:
1.8