Uses of Class
citysdk.tourism.client.poi.single.POI

Packages that use POI
citysdk.tourism.client.parser Package for the library parsers and deserializers. 
citysdk.tourism.client.poi.lists Package for the list of W3C objects. 
citysdk.tourism.client.poi.single Package for the single W3C objects. 
citysdk.tourism.client.requests Package for the library client stub. 
 

Uses of POI in citysdk.tourism.client.parser
 

Methods in citysdk.tourism.client.parser with parameters of type POI
static java.util.Map<java.lang.String,java.util.Locale> DataReader.getAvailableLangs(POI poi, Field field)
          Gets a mapping of all the available languages of a given field in the POI object.
static java.lang.String DataReader.getCalendar(POI poi, Term term)
          Returns an iCalendar of the given term.
static java.util.List<java.lang.String> DataReader.getCategories(POI poi, java.util.Locale lang)
          Gets the categories in a given language.
static java.lang.String DataReader.getContacts(POI poi)
          Gets the contacts in vCard format
static java.lang.String DataReader.getDescription(POI poi, java.util.Locale lang)
          Gets the description in a given language.
static java.util.List<ImageContent> DataReader.getImagesUri(POI poi)
          Gets all the URI images of the given POI object.
static java.lang.String DataReader.getLabel(POI poi, Term term, java.util.Locale lang)
          Gets the label with the given term in a given language.
static java.lang.String DataReader.getLink(POI poi, Term term)
          Returns the link with a given term.
static java.util.List<GeometryContent> DataReader.getLocationGeometry(POI poi, Term term)
          Gets a list of points of the POI object with the given term.
static java.util.List<LineContent> DataReader.getLocationLine(POI poi, Term term)
          Gets a list of lines of the POI object with the given term.
static java.util.List<PointContent> DataReader.getLocationPoint(POI poi, Term term)
          Gets a list of points of the POI object with the given term.
static java.util.List<PolygonContent> DataReader.getLocationPolygon(POI poi, Term term)
          Gets a list of polygons of the POI object with the given term.
static java.lang.String DataReader.getOccupation(POI poi)
          Gets the occupation in a given language.
static java.lang.String DataReader.getPrice(POI poi, java.util.Locale lang)
          Gets the price in a given language.
static java.lang.String DataReader.getRelationshipBase(POI poi, Term term)
          Gets the relationship base with a given term.
static java.lang.String DataReader.getRelationshipId(POI poi, Term term)
          Gets the relationship id with a given term.
static java.util.List<ImageContent> DataReader.getThumbnails(POI poi)
          Gets all the thumbnails in 64-base bytecode or URI
static java.lang.String DataReader.getWaitingTime(POI poi)
          Gets the waiting time in a given language.
 

Uses of POI in citysdk.tourism.client.poi.lists
 

Subclasses of POI in citysdk.tourism.client.poi.lists
 class ListEvent
          Represents a list of Event.
 class ListPointOfInterest
          Represents a list of PointOfInterest.
 class ListPOIS
          A list of lists (containing ListPointOfInterest, ListEvent and ListRoute).
 class ListRoute
          Represents a list of Route.
 class ListTag
          Represents a list of Tag.
 class POIS<T>
          The representation of a list of POI.
 

Uses of POI in citysdk.tourism.client.poi.single
 

Subclasses of POI in citysdk.tourism.client.poi.single
 class Category
          Representation of a Category object.
 class Event
          A simple representation of an Event.
 class PointOfInterest
          A simple representation of a Point of Interest.
 class Route
          A simple representation of a Route.
 class Tag
          Representation of a Tag object.
 

Uses of POI in citysdk.tourism.client.requests
 

Methods in citysdk.tourism.client.requests that return POI
 POI TourismClient.getGeneric(java.lang.String base, java.lang.String id)
          Returns a generic object matching the given base and id