org.gcube.portlets.user.homelibrary.home.workspace.basket.items.gpod
Class GeospatialCoordinate
java.lang.Object
org.gcube.portlets.user.homelibrary.home.workspace.basket.items.gpod.GeospatialCoordinate
- All Implemented Interfaces:
- java.io.Serializable
public class GeospatialCoordinate
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Federico De Faveri defaveri@isti.cnr.it
- See Also:
- Serialized Form
Constructor Summary |
GeospatialCoordinate(java.util.Date startingDate,
java.util.Date endingDate,
java.lang.String minLongitude,
java.lang.String minLatitude,
java.lang.String maxLongitude,
java.lang.String maxLatitude,
java.lang.String geospatialZone)
Create a new geospatial coordinate. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GeospatialCoordinate
public GeospatialCoordinate(java.util.Date startingDate,
java.util.Date endingDate,
java.lang.String minLongitude,
java.lang.String minLatitude,
java.lang.String maxLongitude,
java.lang.String maxLatitude,
java.lang.String geospatialZone)
- Create a new geospatial coordinate.
- Parameters:
startingDate
- the starting date.endingDate
- the ending date.minLongitude
- the min Longitude.minLatitude
- the min Latitude.maxLongitude
- the max Longitude.maxLatitude
- the max Latitude.geospatialZone
- the geospatial zone.
getStartingDate
public java.util.Date getStartingDate()
- Returns:
- the starting date.
getEndingDate
public java.util.Date getEndingDate()
- Returns:
- the ending date.
getMinLongitude
public java.lang.String getMinLongitude()
- Returns:
- the min Longitude.
getMinLatitude
public java.lang.String getMinLatitude()
- Returns:
- the min Latitude.
getMaxLongitude
public java.lang.String getMaxLongitude()
- Returns:
- the max Longitude.
getMaxLatitude
public java.lang.String getMaxLatitude()
- Returns:
- the max Latitude.
getGeospatialZone
public java.lang.String getGeospatialZone()
- Returns:
- the geospatial zone.
toString
public java.lang.String toString()
-
- Overrides:
toString
in class java.lang.Object