Container of a line. A line is no more than two LocationContent. More...
Instance Methods | |
| (id) | - initWithPointOne:andPointTwo: |
| Initializes this line with two points. More... | |
Instance Methods inherited from <GeometryContent> | |
| (int) | - getNumGeo |
| Gets the number of geometries of the object which implements this protocol. More... | |
Properties | |
| LocationContent * | pointOne |
| LocationContent * | pointTwo |
Container of a line. A line is no more than two LocationContent.
| - (id) initWithPointOne: | (LocationContent *) | pointOne | |
| andPointTwo: | (LocationContent *) | pointTwo | |
Initializes this line with two points.
| pointOne | begin of the line |
| pointTwo | end of the line |
1.8.3.1-20130324