Uses of Class
citysdk.tourism.client.poi.base.Geometry

Packages that use Geometry
citysdk.tourism.client.poi.base Package containing the representation of the W3C POI Group UML. 
 

Uses of Geometry in citysdk.tourism.client.poi.base
 

Methods in citysdk.tourism.client.poi.base that return Geometry
 Geometry Line.getLineString()
          Returns the Geometry representing this Line.
 Geometry Point.getPoint()
           
 Geometry Polygon.getSimplePolygon()
          Returns the polygon representing this Polygon.
 

Methods in citysdk.tourism.client.poi.base with parameters of type Geometry
 void Line.setLineString(Geometry lineString)
          Sets the Geometry that represents this Line.
 void Point.setPoint(Geometry point)
           
 void Polygon.setSimplePolygon(Geometry simplePolygon)
          Sets the geometry that represents this Polygon