The relationWithParameters:
operation on AGSGeometryServiceTask
returns an array of AGSGeometryRelationship
objects. These objects demonstrate the relationship of geometry1
in relation to geometry2
characterized by the given type
.
Possible values of type
include members of the AGSGeometryRelation
enumeration.
Properties | |
AGSGeometry * | geometry1 |
AGSGeometry * | geometry2 |
AGSGeometryRelation | type |
- (AGSGeometry*) geometry1 [read, retain] |
The geometry whose relation is being questioned.
- (AGSGeometry*) geometry2 [read, retain] |
The geometry being used to relate to.
- (AGSGeometryRelation) type [read, assign] |
Relationship between geometry1
and geometry2
. Possible values include
AGSGeometryRelationCross
AGSGeometryRelationDisjoint
AGSGeometryRelationIn
AGSGeometryRelationInteriorIntersection
AGSGeometryRelationIntersection
AGSGeometryRelationLineCoincidence
AGSGeometryRelationLineTouch
AGSGeometryRelationOverlap
AGSGeometryRelationPointTouch
AGSGeometryRelationTouch
AGSGeometryRelationWithin
AGSGeometryRelationRelation