public class TemporalExtent extends Object
| Constructor and Description |
|---|
TemporalExtent()
Constructor
|
TemporalExtent(DateTime start,
DateTime end)
Constructor
|
TemporalExtent(String start,
String end)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getEnd()
Get the end
|
DateTime |
getEndDateTime()
Get the end date time
|
String |
getStart()
Get the start
|
DateTime |
getStartDateTime()
Get the start date time
|
boolean |
hasEndDateTime()
Has an end date time
|
int |
hashCode() |
boolean |
hasStartDateTime()
Has a start date time
|
void |
setEnd(String end)
Set the end
|
void |
setEndDateTime(DateTime endDateTime)
Set the end date time
|
void |
setEndDateTime(String end)
Set the end date time
|
void |
setStart(String start)
Set the start
|
void |
setStartDateTime(DateTime startDateTime)
Set the start date time
|
void |
setStartDateTime(String start)
Set the start date time
|
String |
toString() |
public TemporalExtent()
public TemporalExtent(String start, String end)
start - startend - endpublic String getStart()
public void setStart(String start)
start - startpublic DateTime getStartDateTime()
public boolean hasStartDateTime()
public void setStartDateTime(DateTime startDateTime)
startDateTime - start date timepublic void setStartDateTime(String start)
start - start date timepublic String getEnd()
public void setEnd(String end)
end - endpublic DateTime getEndDateTime()
public boolean hasEndDateTime()
public void setEndDateTime(DateTime endDateTime)
endDateTime - end date timepublic void setEndDateTime(String end)
end - end date timeCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.