Uses of Class
citysdk.tourism.client.parser.data.LocationContent

Packages that use LocationContent
citysdk.tourism.client.parser.data Package for the library parser objects. 
 

Uses of LocationContent in citysdk.tourism.client.parser.data
 

Methods in citysdk.tourism.client.parser.data that return LocationContent
 LocationContent PointContent.getLocation()
           
 LocationContent LineContent.getPointOne()
           
 LocationContent LineContent.getPointTwo()
           
 

Methods in citysdk.tourism.client.parser.data that return types with arguments of type LocationContent
 java.util.List<LocationContent> PolygonContent.getValues()
           
 

Methods in citysdk.tourism.client.parser.data with parameters of type LocationContent
 void PolygonContent.addLocation(LocationContent content)
           
 

Constructors in citysdk.tourism.client.parser.data with parameters of type LocationContent
LineContent(LocationContent pointOne, LocationContent pointTwo)
          Constructor