|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Term | |
|---|---|
| citysdk.tourism.client.parser | Package for the library parsers and deserializers. |
| citysdk.tourism.client.requests | Package for the library client stub. |
| citysdk.tourism.client.terms | Package for the CitySDK Tourism Terminologies. |
| Uses of Term in citysdk.tourism.client.parser |
|---|
| Methods in citysdk.tourism.client.parser with parameters of type Term | |
|---|---|
static java.lang.String |
DataReader.getCalendar(POI poi,
Term term)
Returns an iCalendar of the given term. |
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.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. |
| Uses of Term in citysdk.tourism.client.requests |
|---|
| Methods in citysdk.tourism.client.requests with parameters of type Term | |
|---|---|
ListEvent |
TourismClient.getEventRelation(java.lang.String id,
Term relation)
Returns a list of Events with the given relation with the POI identified by id. |
ListPointOfInterest |
TourismClient.getPoiRelation(java.lang.String id,
Term relation)
Returns a list of Points of Interest with the given relation with the POI identified by id. |
| Uses of Term in citysdk.tourism.client.terms |
|---|
| Methods in citysdk.tourism.client.terms that return Term | |
|---|---|
static Term |
Term.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Term[] |
Term.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in citysdk.tourism.client.terms with parameters of type Term | |
|---|---|
boolean |
Term.equalsTerm(Term linkTerm)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||