|
ArcGIS Runtime SDK for iOS
100.9
|
A connectivity, containment, or structural attachment association.
Associations are an integral part of network topology. Connectivity associations allow connectivity between two junctions that don't have geometric coincidence (are not in the same location). Structural attachment associations allow modeling equipment attached to structures. Containment associations allow modeling containment of features within other features. Network traces make use of associations. Associations are defined using two AGSUtilityElement objects.
Properties | |
| AGSUtilityAssociationType | associationType |
| BOOL | containmentVisible |
| AGSUtilityElement * | fromElement |
| AGSGeometry * | geometry |
| NSUUID * | globalID |
| AGSUtilityElement * | toElement |
|
readnonatomicassign |
The AGSUtilityAssociationType of this association.
|
readnonatomicassign |
If this AGSUtilityAssociation represents a containment association, returns whether the containment is visible.
|
readnonatomicstrong |
The first participant in an AGSUtilityAssociation. If this is a containment association, this property represents the container. If this is a structural attachment association, this property represents the structure.
|
readnonatomicstrong |
The geometry of this AGSUtilityAssociation. This geometry represents the connection between AGSUtilityAssociation::fromElement and AGSUtilityAssociation::toElement. This property is valid only on connectivity and structural attachment AGSUtilityAssociation objects returned by associationsWithExtent:completion: (AGSUtilityNetwork) or associationsWithExtent:type:completion: (AGSUtilityNetwork).
|
readnonatomicstrong |
The global ID of the association.
|
readnonatomicstrong |
The second participant in an association. If this is a containment association, this property represents the content. If this is a structural attachment association, this property represents the attached item.