citysdk.tourism.client.poi.base
Class Point

java.lang.Object
  extended by citysdk.tourism.client.poi.base.POIBaseType
      extended by citysdk.tourism.client.poi.base.POITermType
          extended by citysdk.tourism.client.poi.base.Point

public class Point
extends POITermType

Representation of the Point class of the UML Diagram found in: http://www.w3.org/2010/POI/documents/Core/core-20111216.html#poi-data-model.

A Point is merely a single coordinate.

Author:
Pedro Cruz

Constructor Summary
Point()
           
 
Method Summary
 Geometry getPoint()
           
 void setPoint(Geometry point)
           
 
Methods inherited from class citysdk.tourism.client.poi.base.POITermType
getScheme, getTerm, setScheme, setTerm
 
Methods inherited from class citysdk.tourism.client.poi.base.POIBaseType
getAuthor, getBase, getCreated, getDeleted, getHref, getId, getLang, getLicense, getType, getUpdated, getValue, setAuthor, setBase, setCreated, setDeleted, setHref, setId, setLang, setLicense, setType, setUpdated, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point

public Point()
Method Detail

getPoint

public Geometry getPoint()

setPoint

public void setPoint(Geometry point)