AGSGeometryRelationship Class Reference


Description

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.

Since:
1.0

List of all members.

Properties

AGSGeometrygeometry1
AGSGeometrygeometry2
AGSGeometryRelation type

Property Documentation

- (AGSGeometry*) geometry1 [read, retain]

The geometry whose relation is being questioned.

Since:
1.0
- (AGSGeometry*) geometry2 [read, retain]

The geometry being used to relate to.

Since:
1.0
- (AGSGeometryRelation) type [read, assign]

Relationship between geometry1 and geometry2. Possible values include

  • AGSGeometryRelationCross
  • AGSGeometryRelationDisjoint
  • AGSGeometryRelationIn
  • AGSGeometryRelationInteriorIntersection
  • AGSGeometryRelationIntersection
  • AGSGeometryRelationLineCoincidence
  • AGSGeometryRelationLineTouch
  • AGSGeometryRelationOverlap
  • AGSGeometryRelationPointTouch
  • AGSGeometryRelationTouch
  • AGSGeometryRelationWithin
  • AGSGeometryRelationRelation
Since:
1.0