NGridCellUnionSet Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | NGridCellUnionSet.h |
– addUnion:
Adds NGridCellUnion object to the set.
- (void)addUnion:(NGridCellUnion *)cellUnionParameters
cellUnion |
Union object. |
|---|
Declared In
NGridCellUnionSet.h
– removeUnion:
Removes NGridCellUnion object from the set.
- (void)removeUnion:(NGridCellUnion *)cellUnionParameters
cellUnion |
Union object. |
|---|
Declared In
NGridCellUnionSet.h
– unionWithUnitedCellKey:
Retrieves unions which contain cell key as included key.
- (NGridCellUnion *)unionWithUnitedCellKey:(NGridCellKey *)cellKeyParameters
cellKey |
Key of the cell included to union. |
|---|
Declared In
NGridCellUnionSet.h
– unionWithPrimaryCellKey:
Retrieves unions which contain cell key as primary key.
- (NGridCellUnion *)unionWithPrimaryCellKey:(NGridCellKey *)cellKeyParameters
cellKey |
Key of the primary cell. |
|---|
Declared In
NGridCellUnionSet.h