Uses of Interface
org.gvsig.timesupport.RelativeInstant
Packages that use RelativeInstant
-
Uses of RelativeInstant in org.gvsig.timesupport
Subinterfaces of RelativeInstant in org.gvsig.timesupportModifier and TypeInterfaceDescriptioninterfaceTheRelativeInstantins inmutable, but sometimes is necessary to edit it.Methods in org.gvsig.timesupport that return RelativeInstantModifier and TypeMethodDescriptionTimeSupportManager.createRelativeInstant(int year, int monthOfYear, int dayOfMonth, int hourOfDay, int minuteOfHour, int secondOfMinute, int millisOfSecond) Creates aRelativeInstantusing the datetime field values.TimeSupportManager.createRelativeInstant(int year, int monthOfYear, int dayOfMonth, int hourOfDay, int minuteOfHour, int secondOfMinute, int millisOfSecond, int chronology) Creates aRelativeInstantusing the datetime field values and using a chronology code.TimeSupportManager.createRelativeInstant(int year, int monthOfYear, int dayOfMonth, int hourOfDay, int minuteOfHour, int secondOfMinute, int millisOfSecond, Chronology chronology) Creates aRelativeInstantusing the datetime field values and using a chronology.TimeSupportManager.createRelativeInstant(long instant) Creates aRelativeInstantusing the number of milliseconds from 1970-01-01T00:00Z.TimeSupportManager.createRelativeInstant(long instant, Chronology chronology) Creates aRelativeInstantusing the number of milliseconds from 1970-01-01T00:00Z and using a chronology.TimeSupportManager.createRelativeInstant(Date date) Creates aRelativeInstantusing aDate.TimeSupportManager.createRelativeInstant(Date date, Chronology chronology) Creates aRelativeInstantusing aDateand using a chronology.TimeSupportManager.createRelativeInstant(Chronology chronology) Creates aRelativeInstantusing the current system time and using a chronology.RelativeInterval.getEnd()Gets the end of this time interval, which is exclusive, as an Instant.RelativeInterval.getStart()Gets the start of this time interval, which is inclusive, as an Instant.TimeSupportManager.parseRelativeInstant(String relativeInstantString) Creates a relative instant from a string.Methods in org.gvsig.timesupport with parameters of type RelativeInstantModifier and TypeMethodDescriptionbooleanRelativeInterval.contains(RelativeInstant instant) Does this time interval contain the specified instantTimeSupportManager.createRelativeInterval(RelativeInstant startDateTime, RelativeInstant endDateTime) Creates aRelativeIntervalfrom a start and an end instants.booleanRelativeInterval.isAfter(RelativeInstant instant) Is this time interval after the specified instant.booleanRelativeInterval.isBefore(RelativeInstant instant) Is this time interval before the specified instant.