Representation of the Location class of the UML diagram found in: http://www.w3.org/2010/POI/documents/Core/core-20111216.html#poi-data-model. More...
Instance Methods | |
| (void) | - addPoint: |
| Adds a Point to the Location. More... | |
| (void) | - addLine: |
| Adds a Line to the Location. More... | |
| (void) | - addPolygon: |
| Adds a Polygon to the Location. More... | |
| (void) | - addRelationship: |
| Adds a Relationship to the Location. More... | |
| (BOOL) | - hasPoints |
| Checks if the Location has any points. More... | |
| (BOOL) | - hasLines |
| Checks if the Location has any lines. More... | |
| (BOOL) | - hasPolygons |
| Checks if the Location has any polygons. More... | |
| (BOOL) | - hasRelationships |
| Checks if the Location has any relationships. More... | |
Properties | |
| NSMutableArray * | point |
| Gets all points of the Location. More... | |
| NSMutableArray * | line |
| Gets all lines of the Location. More... | |
| NSMutableArray * | polygon |
| Gets all the polygons of the Location. More... | |
| POIBaseType * | address |
| Gets the address of the Location. More... | |
| NSMutableArray * | relationship |
| Gets all the relationships of the Location. More... | |
Properties inherited from POIBaseType | |
| NSString * | baseID |
| a unique identifier for this POI. Can be a URI fragment | |
| NSString * | value |
| the information content | |
| NSString * | href |
| an absolute reference to the content type | |
| NSString * | type |
| MIME type. | |
| NSString * | lang |
| language type | |
| NSString * | base |
| base URI | |
| NSDate * | created |
| time at which this POIBaseType was created | |
| NSDate * | updated |
| time at which this POIBaseType was updated | |
| NSDate * | deleted |
| time at which this POIBaseType was deleted | |
| POITermType * | author |
| the author of this POIBaseType | |
| POITermType * | license |
| the license restrictions of this information | |
Representation of the Location class of the UML diagram found in: http://www.w3.org/2010/POI/documents/Core/core-20111216.html#poi-data-model.
A Location is composed of:
| - (void) addPoint: | (GeoPoint *) | point |
| - (void) addPolygon: | (Polygon *) | polygon |
| - (void) addRelationship: | (Relationship *) | relationship |
Adds a Relationship to the Location.
| relationship | the Relationship to be added. |
| - (BOOL) hasLines |
| - (BOOL) hasPoints |
| - (BOOL) hasPolygons |
| - (BOOL) hasRelationships |
|
readatomicretain |
|
readatomicretain |
|
readatomicretain |
|
readatomicretain |
|
readatomicretain |
Gets all the relationships of the Location.
1.8.3.1-20130324