Uses of Class
citysdk.tourism.client.poi.base.Line

Packages that use Line
citysdk.tourism.client.poi.base Package containing the representation of the W3C POI Group UML. 
 

Uses of Line in citysdk.tourism.client.poi.base
 

Methods in citysdk.tourism.client.poi.base that return types with arguments of type Line
 java.util.List<Line> Location.getLine()
          Gets all lines of the Location.
 

Methods in citysdk.tourism.client.poi.base with parameters of type Line
 void Location.addLine(Line line)
          Adds a Line to the Location.