Uses of Class
mil.nga.crs.common.DateTime
-
Packages that use DateTime Package Description mil.nga.crs.common mil.nga.crs.temporal -
-
Uses of DateTime in mil.nga.crs.common
Methods in mil.nga.crs.common that return DateTime Modifier and Type Method Description DateTime
TemporalExtent. getEndDateTime()
Get the end date timeDateTime
TemporalExtent. getStartDateTime()
Get the start date timestatic DateTime
DateTime. parse(String text)
Parse the text into a Date Timestatic DateTime
DateTime. tryParse(String text)
Attempt to parse the text into a Date TimeMethods in mil.nga.crs.common with parameters of type DateTime Modifier and Type Method Description void
TemporalExtent. setEndDateTime(DateTime endDateTime)
Set the end date timevoid
TemporalExtent. setStartDateTime(DateTime startDateTime)
Set the start date timeConstructors in mil.nga.crs.common with parameters of type DateTime Constructor Description TemporalExtent(DateTime start, DateTime end)
Constructor -
Uses of DateTime in mil.nga.crs.temporal
Methods in mil.nga.crs.temporal that return DateTime Modifier and Type Method Description DateTime
TemporalDatum. getOriginDateTime()
Get the origin date timeMethods in mil.nga.crs.temporal with parameters of type DateTime Modifier and Type Method Description void
TemporalDatum. setOriginDateTime(DateTime originDateTime)
Set the origin date time
-