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

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

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

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

Methods in citysdk.tourism.client.poi.base with parameters of type Point
 void Location.addPoint(Point point)
          Adds a Point to the Location.