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 DateTimeTemporalExtent. getEndDateTime()Get the end date timeDateTimeTemporalExtent. getStartDateTime()Get the start date timestatic DateTimeDateTime. parse(String text)Parse the text into a Date Timestatic DateTimeDateTime. 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 voidTemporalExtent. setEndDateTime(DateTime endDateTime)Set the end date timevoidTemporalExtent. 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 DateTimeTemporalDatum. getOriginDateTime()Get the origin date timeMethods in mil.nga.crs.temporal with parameters of type DateTime Modifier and Type Method Description voidTemporalDatum. setOriginDateTime(DateTime originDateTime)Set the origin date time
-