org.gcube.data.spd.model
Class PointInfo

java.lang.Object
  extended by org.gcube.data.spd.model.PointInfo

public class PointInfo
extends Object


Constructor Summary
PointInfo(double x, double y)
           
 
Method Summary
 List<KeyValue> getPropertiesList()
           
 double getX()
           
 double getY()
           
 void setPropertiesList(List<KeyValue> propertiesList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointInfo

public PointInfo(double x,
                 double y)
Method Detail

getY

public double getY()

getX

public double getX()

getPropertiesList

public List<KeyValue> getPropertiesList()

setPropertiesList

public void setPropertiesList(List<KeyValue> propertiesList)


Copyright © 2013. All Rights Reserved.