Uses of Interface
citysdk.tourism.client.parser.data.GeometryContent

Packages that use GeometryContent
citysdk.tourism.client.parser Package for the library parsers and deserializers. 
citysdk.tourism.client.parser.data Package for the library parser objects. 
 

Uses of GeometryContent in citysdk.tourism.client.parser
 

Methods in citysdk.tourism.client.parser that return types with arguments of type GeometryContent
static java.util.List<GeometryContent> DataReader.getLocationGeometry(POI poi, Term term)
          Gets a list of points of the POI object with the given term.
 

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

Classes in citysdk.tourism.client.parser.data that implement GeometryContent
 class LineContent
          Container of a line.
 class PointContent
          Container of a single Point.
 class PolygonContent
          Container of a polygon.