citysdk.tourism.client.parser.data
Class PointContent

java.lang.Object
  extended by citysdk.tourism.client.parser.data.PointContent
All Implemented Interfaces:
GeometryContent

public class PointContent
extends java.lang.Object
implements GeometryContent

Container of a single Point.

Author:
Pedro Cruz

Constructor Summary
PointContent(java.lang.String latitude, java.lang.String longitude)
           
 
Method Summary
 LocationContent getLocation()
           
 int getNumGeo()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointContent

public PointContent(java.lang.String latitude,
                    java.lang.String longitude)
Method Detail

getNumGeo

public int getNumGeo()
Specified by:
getNumGeo in interface GeometryContent

getLocation

public LocationContent getLocation()