org.gcube.data.publishing.gis.publisher.model
Class CoordinatePoint

java.lang.Object
  extended by org.gcube.data.publishing.gis.publisher.model.CoordinatePoint
All Implemented Interfaces:
GeoPoint

public class CoordinatePoint
extends Object
implements GeoPoint


Constructor Summary
CoordinatePoint()
           
CoordinatePoint(double latitude, double longitude, Map<String,Serializable> attributes)
           
 
Method Summary
 Map<String,Serializable> getAttributes()
           
 double getLatitude()
           
 double getLongitude()
           
 void setAttributes(Map<String,Serializable> attributes)
           
 void setLatitude(double latitude)
           
 void setLongitude(double longitude)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CoordinatePoint

public CoordinatePoint()

CoordinatePoint

public CoordinatePoint(double latitude,
                       double longitude,
                       Map<String,Serializable> attributes)
Method Detail

getLatitude

public double getLatitude()
Returns:
the latitude

setLatitude

public void setLatitude(double latitude)
Parameters:
latitude - the latitude to set

getLongitude

public double getLongitude()
Returns:
the longitude

setLongitude

public void setLongitude(double longitude)
Parameters:
longitude - the longitude to set

getAttributes

public Map<String,Serializable> getAttributes()
Returns:
the attributes

setAttributes

public void setAttributes(Map<String,Serializable> attributes)
Parameters:
attributes - the attributes to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.