org.gcube.data.publishing.gis.publisher.model
Class CoordinatePoint
java.lang.Object
org.gcube.data.publishing.gis.publisher.model.CoordinatePoint
- All Implemented Interfaces:
- GeoPoint
public class CoordinatePoint
- extends Object
- implements GeoPoint
CoordinatePoint
public CoordinatePoint()
CoordinatePoint
public CoordinatePoint(double latitude,
double longitude,
Map<String,Serializable> attributes)
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.