| Modifier and Type | Field and Description |
|---|---|
protected Point[] |
bounds |
protected Date |
endingDate |
protected String |
endingDateString |
protected Date |
startingDate |
protected String |
startingDateString |
| Constructor and Description |
|---|
GeospatialInfo()
Geospatial info constructor
|
GeospatialInfo(String relation,
Point[] bounds,
Date startTime,
Date endTime) |
| Modifier and Type | Method and Description |
|---|---|
GeospatialInfo |
clone() |
Point[] |
getBounds() |
Date |
getEndingDate() |
String |
getEndingDateString() |
String |
getRelation() |
Date |
getStartingDate() |
String |
getStartingDateString() |
void |
setBounds(Point[] bounds) |
void |
setEndingDate(Date endingDate) |
void |
setRelation(String relation) |
void |
setStartingDate(Date startingDate) |
protected Date startingDate
protected Date endingDate
protected Point[] bounds
protected String startingDateString
protected String endingDateString
public Point[] getBounds()
public String getRelation()
public void setBounds(Point[] bounds)
bounds - public void setRelation(String relation)
relation - public Date getStartingDate()
public void setStartingDate(Date startingDate)
startingDate - the startingDate to setpublic Date getEndingDate()
public void setEndingDate(Date endingDate)
endingDate - the endingDate to setpublic GeospatialInfo clone()
public String getStartingDateString()
public String getEndingDateString()
Copyright © 2013. All Rights Reserved.