|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use POIBaseType | |
|---|---|
| citysdk.tourism.client.poi.base | Package containing the representation of the W3C POI Group UML. |
| citysdk.tourism.client.poi.lists | Package for the list of W3C objects. |
| citysdk.tourism.client.poi.single | Package for the single W3C objects. |
| Uses of POIBaseType in citysdk.tourism.client.poi.base |
|---|
| Methods in citysdk.tourism.client.poi.base that return POIBaseType | |
|---|---|
POIBaseType |
Location.getAddress()
Gets the address of the Location. |
| Methods in citysdk.tourism.client.poi.base that return types with arguments of type POIBaseType | |
|---|---|
java.util.List<POIBaseType> |
POIType.getDescription()
Gets all the descriptions of the POIType. |
| Methods in citysdk.tourism.client.poi.base with parameters of type POIBaseType | |
|---|---|
void |
POIType.addDescription(POIBaseType description)
Adds a description to the POIType. |
void |
Location.setAddress(POIBaseType address)
Sets the address of the Location. |
| Uses of POIBaseType in citysdk.tourism.client.poi.lists |
|---|
| Subclasses of POIBaseType 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 POIBaseType in citysdk.tourism.client.poi.single |
|---|
| Subclasses of POIBaseType in citysdk.tourism.client.poi.single | |
|---|---|
class |
Category
Representation of a Category object. |
class |
Event
A simple representation of an Event. |
class |
POI
A base class for PointOfInterest, Event, Route and POIS. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||