| Package | Description |
|---|---|
| mil.nga.crs.common | |
| mil.nga.crs.temporal |
| Modifier and Type | Method and Description |
|---|---|
DateTime |
TemporalExtent.getEndDateTime()
Get the end date time
|
DateTime |
TemporalExtent.getStartDateTime()
Get the start date time
|
static DateTime |
DateTime.parse(String text)
Parse the text into a Date Time
|
static DateTime |
DateTime.tryParse(String text)
Attempt to parse the text into a Date Time
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemporalExtent.setEndDateTime(DateTime endDateTime)
Set the end date time
|
void |
TemporalExtent.setStartDateTime(DateTime startDateTime)
Set the start date time
|
| Constructor and Description |
|---|
TemporalExtent(DateTime start,
DateTime end)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
TemporalDatum.getOriginDateTime()
Get the origin date time
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemporalDatum.setOriginDateTime(DateTime originDateTime)
Set the origin date time
|
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.