CitySDK iOS Library
 All Classes Functions Variables Enumerations Enumerator Properties
Instance Methods | Properties | List of all members
LineContent Class Reference

Container of a line. A line is no more than two LocationContent. More...

Inheritance diagram for LineContent:
<GeometryContent>

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

LocationContentpointOne
 
LocationContentpointTwo
 

Detailed Description

Container of a line. A line is no more than two LocationContent.

Author
Pedro Cruz

Method Documentation

- (id) initWithPointOne: (LocationContent *)  pointOne
andPointTwo: (LocationContent *)  pointTwo 

Initializes this line with two points.

Parameters
pointOnebegin of the line
pointTwoend of the line

The documentation for this class was generated from the following files: